HomeSort by relevance Sort by last modified time
    Searched full:endian (Results 501 - 525 of 2132) sorted by null

<<21222324252627282930>>

  /bionic/libm/
fpmath.h 30 #include <endian.h>
  /dalvik/libdex/
Leb128.cpp 18 * Functions for interpreting LEB128 (little endian base 128) values
  /dalvik/vm/
Native.h 94 * Big/little endian shouldn't matter here -- ordering of words within a
  /device/generic/goldfish/camera/
Converters.h 20 #include <endian.h>
29 * NOTE: RGB and big/little endian considerations. Wherewer in this code RGB
36 * So, if this code runs on the little endian CPU, red color in 'rgb' would be
38 * the code runs on a big endian CPU, the red color in 'rgb' would be masked as
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 177 exif.ALIGN_LITTLE = 0x4949; // Indicates little endian alignment of exif data.
178 exif.ALIGN_BIG = 0x4d4d; // Indicates big endian alignment of exif data.
213 * Big endian read. Most significant bytes come first.
232 * Little endian read. Least significant bytes come first.
  /external/chromium/crypto/
rsa_private_key.cc 187 // Reverse input if little-endian.
228 if (!ReadIntegerImpl(pos, end, &temp, true)) // Big-Endian
247 // Reverse output if little-endian.
272 // Reverse output if little-endian.
signature_verifier.h 48 // big-endian byte order.
  /external/chromium/net/base/
x509_cert_types_mac.cc 112 // Converts big-endian UTF-16 to UTF-8 in a std::string.
121 // Converts big-endian UTF-32 to UTF-8 in a std::string.
232 case KeyValuePair::kTypeBMPString: { // UTF-16, big-endian
240 case KeyValuePair::kTypeUniversalString: { // UTF-32, big-endian
  /external/chromium/third_party/libjingle/source/talk/session/phone/
soundclip.h 49 // must be 16-bit little-endian 16 kHz PCM. If a stream is already playing
  /external/dropbear/libtomcrypt/src/pk/asn1/der/bit/
der_encode_bit_string.c 69 /* store the bits in big endian format */
  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 46 /* The hash needs to be calculated on the data in little-endian. */
  /external/guava/guava/src/com/google/common/hash/
Hasher.java 24 * in little-endian order.
Hashing.java 70 * algorithm</a> (little-endian variant), using the given seed value.
79 * algorithm</a> (little-endian variant), using a seed value of zero.
90 * 128-bit murmur3 algorithm, x64 variant</a> (little-endian variant), using the given seed
100 * 128-bit murmur3 algorithm, x64 variant</a> (little-endian variant), using a seed value
  /external/kernel-headers/original/linux/byteorder/
swabb.h 9 * Support for obNUXIous pdp-endian and other bizarre architectures.
  /external/libnfc-nci/src/hal/include/
nfc_types.h 51 ** Macros to get and put bytes to and from a stream (Little Endian format).
82 ** Macros to get and put bytes to and from a field (Little Endian format).
93 ** Macros to get and put bytes to and from a stream (Big Endian format)
110 ** Macros to get and put bytes to and from a field (Big Endian format).
  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 37 HasLEB128 = true; // Target asm supports leb128 directives (little-endian)
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 61 HasLEB128 = true; // Target asm supports leb128 directives (little-endian)
  /external/llvm/test/Instrumentation/AddressSanitizer/
asan-vs-gvn.ll 7 ; 32-bit little endian target.
  /external/llvm/test/MC/Mips/
elf-bigendian.ll 5 ; Check that this is big endian.
  /external/openssh/
misc.h 68 /* Functions to extract or store big-endian words of various sizes */
  /external/oprofile/module/ia64/
IA64minstate.h 41 /* set enforced lazy mode, pl 0, little-endian, loadrs=0 */ \
61 /* set eager mode, pl 0, little-endian, loadrs=0 */ \
77 /* set enforced lazy mode, pl 0, little-endian, loadrs=0 */ \
98 /* set eager mode, pl 0, little-endian, loadrs=0 */ \
  /external/qemu/
cpu-all.h 30 * HOST_WORDS_BIGENDIAN : if defined, the host cpu is big endian and
31 * otherwise little endian.
123 endian ! */
176 * load: ld{type}{sign}{size}{endian}_{access_type}(ptr)
178 * store: st{type}{size}{endian}_{access_type}(ptr, val)
195 * endian is:
198 * be : big endian (not implemented yet)
199 * le : little endian (not implemented yet)
226 /* conservative code for little endian unaligned accesses */
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlaudiospec.html 374 >Unsigned 16-bit little-endian samples</P
386 >Signed 16-bit little-endian samples</P
395 >Unsigned 16-bit big-endian samples</P
404 >Signed 16-bit big-endian samples</P
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_gsxb.c 213 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
279 /* Give little endian format */
286 /* Give big endian format */
313 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
  /external/quake/quake/src/QW/client/
modelgen.h 133 // little-endian "IDPO"

Completed in 1672 milliseconds

<<21222324252627282930>>