HomeSort by relevance Sort by last modified time
    Searched refs:endian (Results 401 - 425 of 710) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/zlib-1.2.3/
crc32.c 103 allow for word-at-a-time CRC calculation for both big-endian and little-
104 endian machines, where a word is four bytes.
233 u4 endian; local
235 endian = 1;
236 if (*((unsigned char *)(&endian)))
  /external/chromium_org/v8/test/mjsunit/harmony/
dataview-accessors.js 125 // Little endian.
133 // Big endian.
141 // Little endian.
149 // Big endian.
157 // Little endian.
166 // Big endian.
175 // Little endian.
184 // Big endian.
195 // Little endian.
207 // Big endian
    [all...]
  /external/chromium_org/third_party/zlib/
crc32.c 105 allow for word-at-a-time CRC calculation for both big-endian and little-
106 endian machines, where a word is four bytes.
235 u4 endian; local
237 endian = 1;
238 if (*((unsigned char *)(&endian)))
  /external/zlib/src/
crc32.c 87 allow for word-at-a-time CRC calculation for both big-endian and little-
88 endian machines, where a word is four bytes.
218 z_crc_t endian; local
220 endian = 1;
221 if (*((unsigned char *)(&endian)))
  /hardware/invensense/60xx/mlsdk/mllite/
mldl_cfg_mpu.c 95 MPL_LOGD("slave_accel->endian = %02x\n", mldl_cfg->accel->endian);
111 MPL_LOGD("slave_compass->endian = %02x\n", mldl_cfg->compass->endian);
127 MPL_LOGD("slave_pressure->endian = %02x\n", mldl_cfg->pressure->endian);
  /bionic/libc/include/sys/
stat.h 36 #include <endian.h>
  /external/elfutils/libelf/
common.h 56 #include <endian.h>
elf32_checksum.c 56 #include <endian.h>
  /external/scrypt/lib/util/
sysendian.h 34 /* If we don't have be64enc, the <sys/endian.h> we have isn't usable. */
41 #include <sys/endian.h>
  /external/srec/srec/include/
sample.h 116 int endian; /* 0 is little 1 is big */ member in struct:__anon26501
  /ndk/tests/build/ssax-instructions/jni/
test.S 6 @ For little endian
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 39 #include <endian.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 39 #include <endian.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 39 #include <endian.h>
  /system/core/libpixelflinger/codeflinger/
mips_opcode.h 42 #include <endian.h>
  /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_org/v8/test/webkit/fast/js/kde/
md5-2.js 79 * Calculate the MD5 of an array of little-endian words, producing an array
80 * of little-endian words.
173 * Convert an array of little-endian words to a hex string.
188 * Convert an array of little-endian words to a base64 encoded string.
  /external/wpa_supplicant_8/src/utils/
common.h 15 #include <endian.h>
22 #include <sys/endian.h>
40 #include <machine/endian.h>
  /bionic/libc/include/netinet/
ip.h 40 #include <endian.h>
  /development/ndk/platforms/android-3/include/netinet/
ip.h 40 #include <endian.h>
  /external/blktrace/
blktrace.h 6 #include <endian.h>
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_asm.h 111 unsigned endian; member in struct:r600_bytecode_vtx
  /external/elfutils/libcpu/
memory-access.h 30 #include <endian.h>
42 # error "MACHINE_ENCODING must signal either big or little endian"
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 111 unsigned endian; member in struct:r600_bytecode_vtx
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_endian.h 25 * Functions for reading and writing endian-specific values
43 #include <endian.h>

Completed in 3117 milliseconds

<<11121314151617181920>>