Searched
full:endian (Results
251 -
275 of
2132) sorted by null
<<11121314151617181920>>
| /bionic/libc/kernel/common/linux/ |
| patchkey.h | 25 #include <endian.h>
|
| /development/ndk/platforms/android-3/include/ |
| endian.h | 31 #include <sys/endian.h>
|
| /development/ndk/platforms/android-3/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */
|
| /external/chromium/sdch/open-vcdiff/src/ |
| varint_bigendian.h | 66 // container for big-endian constant values and functions used to parse 68 // Example: to parse a 32-bit integer value stored as a big-endian varint, use 75 class VarintBE { // BE stands for Big-Endian 86 // Attempts to parse a big-endian varint from a prefix of the bytes
|
| /external/dropbear/libtommath/ |
| bn_mp_read_signed_bin.c | 18 /* read signed bin, big endian, first byte is 0==positive or 1==negative */
|
| bn_mp_read_unsigned_bin.c | 18 /* reads a unsigned char array, assumes the msb is stored first [big endian] */
|
| bn_mp_to_unsigned_bin.c | 18 /* store in unsigned [big endian] format */
|
| /external/guava/guava/src/com/google/common/hash/ |
| HashCode.java | 35 * an {@code int} value in little-endian order. 41 * a {@code long} value in little-endian order. 105 * bytes are the <i>big-endian</i> representation of that number. This may be surprising since 106 * everything else in the hashing API uniformly treats multibyte values as little-endian. But
|
| /external/guava/guava-tests/test/com/google/common/io/ |
| LittleEndianDataOutputStreamTest.java | 42 /* Write out various test values in LITTLE ENDIAN FORMAT */ 86 /* Write out various test values in LITTLE ENDIAN FORMAT */ 103 /* Write out various test values in LITTLE ENDIAN FORMAT */ 120 /* Write out various test values in LITTLE ENDIAN FORMAT */
|
| /external/icu4c/i18n/ |
| csrucode.h | 20 * This class matches UTF-16 and UTF-32, both big- and little-endian. The
|
| /external/libvorbis/doc/vorbisfile/ |
| ov_read.html | 86 <dd>Specifies big or little endian byte packing. 0 for little endian, 1 for b 87 ig endian. Typical value is 0.</dd> 129 little-endian samples.
|
| /external/llvm/test/CodeGen/PowerPC/ |
| 2012-10-12-bitcast.ll | 13 ; Verify that bitcast handles big-endian platforms correctly
|
| float-asmprint.ll | 4 ; on a big-endian target. x86_fp80 can't actually print for unrelated reasons,
|
| vec_splat_constant.ll | 2 ; Formerly incorrectly inserted vsldoi (endian confusion)
|
| /external/llvm/test/CodeGen/X86/ |
| float-asmprint.ll | 4 ; on a little-endian target.
|
| /external/llvm/tools/llvm-readobj/ |
| ELF.cpp | 175 // Little-endian 32-bit 180 // Big-endian 32-bit 185 // Little-endian 64-bit 190 // Big-endian 64-bit
|
| /external/open-vcdiff/src/ |
| varint_bigendian.h | 66 // container for big-endian constant values and functions used to parse 68 // Example: to parse a 32-bit integer value stored as a big-endian varint, use 75 class VarintBE { // BE stands for Big-Endian 86 // Attempts to parse a big-endian varint from a prefix of the bytes
|
| /external/openssl/crypto/rc2/ |
| version | 15 little-endian operators.
|
| /external/skia/src/sfnt/ |
| SkSFNTHeader.h | 14 //All SK_SFNT_ prefixed types should be considered as big endian.
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| ELFReader.h | 40 * \brief ELFReader<32, true> is a 32-bit, little endian ELFReader. 64 /// isMyEndian - is this ELF file in the same endian to me? 107 * \brief ELFReader<64, true> is a 64-bit, little endian ELFReader. 131 /// isMyEndian - is this ELF file in the same endian to me?
|
| LDReader.h | 29 enum Endian {
|
| /frameworks/native/include/utils/ |
| misc.h | 24 #include <utils/Endian.h>
|
| /hardware/invensense/mlsdk/mllite/ |
| accel.c | 159 if (EXT_SLAVE_LITTLE_ENDIAN == mldl_cfg->accel->endian) { 162 } else if ((EXT_SLAVE_BIG_ENDIAN == mldl_cfg->accel->endian) || 163 (EXT_SLAVE_FS16_BIG_ENDIAN == mldl_cfg->accel->endian)) { 170 } else if (EXT_SLAVE_FS8_BIG_ENDIAN == mldl_cfg->accel->endian) {
|
| /ndk/sources/host-tools/ndk-stack/elff/ |
| elf_defs.h | 123 /* Checks if this code runs on CPU with a little-endian data format. 125 * true, if this code runs on CPU with a little-endian data format, 126 * or false, if this code runs on CPU with a big-endian data format. 131 /* Lets see if byte has flipped for little-endian. */
|
| /ndk/tests/build/ssax-instructions/jni/ |
| test.S | 6 @ For little endian
|
Completed in 1288 milliseconds
<<11121314151617181920>>