Searched
full:endian (Results
651 -
675 of
2132) sorted by null
<<21222324252627282930>>
| /external/llvm/unittests/Support/ |
| DataExtractorTest.cpp | 53 // Now for little endian.
|
| /external/openssh/ |
| includes.h | 39 # include <endian.h>
|
| /external/openssl/crypto/pqueue/ |
| pqueue.h | 71 unsigned char priority[8]; /* 64-bit value in big-endian encoding */
|
| /external/openssl/include/openssl/ |
| pqueue.h | 71 unsigned char priority[8]; /* 64-bit value in big-endian encoding */
|
| /external/qemu/audio/ |
| wavcapture.c | 15 /* VICE code: Store number as little endian. */
|
| /external/qemu/block/ |
| parallels.c | 36 // always little-endian
|
| /external/qemu/ |
| dis-asm.h | 271 /* Endianness (for bi-endian cpus). Mono-endian cpus can ignore this. */ 272 enum bfd_endian endian; member in struct:disassemble_info 438 (INFO).endian = BFD_ENDIAN_UNKNOWN, \
|
| /external/quake/quake/src/QW/client/ |
| spritegn.h | 109 // little-endian "IDSP"
|
| /external/quake/quake/src/WinQuake/ |
| spritegn.h | 109 // little-endian "IDSP"
|
| /external/regex-re2/util/ |
| hash.cc | 17 little-endian machines. Intel and AMD are little-endian machines. 143 The function hashword() is identical to hashlittle() on little-endian 144 machines, and identical to hashbig() on big-endian machines,
|
| /external/skia/include/core/ |
| SkEndian.h | 18 big and little endian formats.
|
| /external/skia/legacy/include/core/ |
| SkEndian.h | 18 big and little endian formats.
|
| /external/srtp/crypto/include/ |
| datatypes.h | 243 /* bit 0 is first 32-bit word, low order bit. in little-endian, that's 244 the first byte of the first 32-bit word. In big-endian, that's 292 #else /* assume little endian architecture */ 383 * Convert big endian integers to CPU byte order.
|
| /external/tcpdump/ |
| icmp6.h | 372 /* network endian */ 376 /* network endian */ 441 /* network endian */ 452 /* network endian */
|
| /external/tremolo/Tremolo/ |
| os_types.h | 120 # include <endian.h>
|
| /external/valgrind/main/none/tests/ |
| sha1_test.c | 70 #include <sys/endian.h> 74 #include <endian.h> 211 * big-endian order within element. 227 >> ((3-(i & 3)) * 8) ) & 255); /* Endian independent */
|
| /external/webkit/Source/WebKit/chromium/public/gtk/ |
| WebFontInfo.h | 46 // characters: a native-endian UTF16 string
|
| /frameworks/base/core/java/android/speech/ |
| RecognitionListener.java | 51 * @param buffer a buffer containing a sequence of big-endian 16-bit integers representing a
|
| /frameworks/base/core/java/android/text/format/ |
| Formatter.java | 99 * containing the IP address. The IPv4 address is expected to be in little-endian
|
| /frameworks/base/include/androidfw/ |
| BackupHelpers.h | 27 BACKUP_HEADER_ENTITY_V1 = 0x61746144, // Data (little endian)
|
| /frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/ |
| LargeAssetTest.java | 79 // the byte array is stored in the asset in little-endian order
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| ELFReaderIf.h | 51 /// isMyEndian - is this ELF file in the same endian to me?
|
| /frameworks/compile/mclinker/lib/LD/ |
| RelocationFactory.cpp | 47 // byte swapping if the host and target have different endian
|
| /frameworks/compile/mclinker/lib/Target/X86/ |
| X86PLT.cpp | 178 // FIXME: It only works on little endian machine. 201 // FIXME: It only works on little endian machine. 264 // FIXME: It only works on little endian machine. 287 // FIXME: It only works on little endian machine.
|
| /frameworks/native/include/media/openmax/ |
| OMX_Types.h | 250 for numerical data (i.e. big endian, or little endian). 254 OMX_EndianBig, /**< big endian */ 255 OMX_EndianLittle, /**< little endian */
|
Completed in 1562 milliseconds
<<21222324252627282930>>