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

<<21222324252627282930>>

  /frameworks/compile/slang/BitWriter_3_2/
ReaderWriter_3_2.h 69 // (Hint: it's a little-endian encoding.)
83 // little-endian this time, and it's a little redundant.
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcLoadFormat.h 48 #define MC_SERVICE_HEADER_MAGIC_BE ((uint32_t)('M'|('C'<<8)|('L'<<16)|('F'<<24))) /**< "MCLF" in big endian integer representation */
49 #define MC_SERVICE_HEADER_MAGIC_LE ((uint32_t)(('M'<<24)|('C'<<16)|('L'<<8)|'F')) /**< "MCLF" in little endian integer representation */
  /libcore/luni/src/main/java/java/nio/charset/
Charset.java 65 * little-endian. To assist decoders, Unicode includes a special <i>byte order mark</i> (BOM)
68 * {@code 0xfe, 0xff}, for example, it knows it's reading a big-endian byte sequence, while
69 * {@code 0xff, 0xfe}, would indicate a little-endian byte sequence.
89 * <p>This table shows what the encoder writes. "BE" means that the byte sequence is big-endian,
90 * "LE" means little-endian. "BE BOM" means a big-endian BOM (that is, {@code 0xfe, 0xff}).
101 * "BE, failure" means "the byte sequence is treated as big-endian, and a little-endian BOM
  /libcore/luni/src/test/java/libcore/java/io/
DataOutputStreamTest.java 52 // writeChar writes two-byte big-endian characters.
59 // writeChars writes two-byte big-endian characters.
  /ndk/sources/host-tools/sed-4.2.1/lib/
memchr.c 156 sizeof (longword) bytes starting at char_ptr is == c. On little-endian
159 iteration. But this does not work on big-endian machines. Choose code
  /ndk/tests/standalone/builtin-macros/
run.sh 114 macro_check __ARMEL__ 1 "ARM little-endian"
156 macro_check __MIPSEL__ 1 "Mips little-endian"
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_endian.h 25 * Functions for reading and writing endian-specific values
43 #include <endian.h>
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_endian.h 25 * Functions for reading and writing endian-specific values
43 #include <endian.h>
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_endian.h 25 * Functions for reading and writing endian-specific values
43 #include <endian.h>
  /system/core/libmincrypt/tools/
DumpPublicKey.java 97 // Write out modulus as little endian array of integers.
111 // Write R^2 as little endian array of integers.
  /external/kernel-headers/original/asm-mips/sgi/
hpc3.h 48 #define HPC3_PDMACTRL_SEL 0x00000002 /* little endian transfer */
73 #define HPC3_SCTRL_ENDIAN 0x02 /* DMA endian mode, 0=big 1=little */
123 #define HPC3_ERXCTRL_ENDIAN 0x00000100 /* Endian for dma channel, little=1 big=0 */
169 #define HPC3_ETXCTRL_ENDIAN 0x00000100 /* DMA channel endian mode, 1=little 0=big */
207 #define HPC3_GIOMISC_DENDIAN 0x2 /* dma descriptor endian, 1=lit 0=big */
  /external/llvm/include/llvm/CodeGen/
MachineCodeEmitter.h 90 /// written to the output stream in little-endian format.
101 /// written to an arbitrary buffer in little-endian format. Buf must have at
112 /// written to the output stream in big-endian format.
126 /// written to the output stream in little-endian format.
144 /// written to the output stream in big-endian format.
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 40 all numbers are little endian
308 $offs += &print_uint16($len); #write little-endian 16-bit cardinal
518 #little-endian n-byte cardinal (no check, though!)
530 #little-endian 4-byte cardinal (no check, though!)
536 #little-endian 2-byte cardinal (no check, though!)
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-md5.js 38 * Calculate the MD5 of an array of little-endian words, and a bit length
198 * Convert a string to an array of little-endian words
211 * Convert an array of little-endian words to a string
223 * Convert an array of little-endian words to a hex string.
238 * Convert an array of little-endian words to a base-64 string
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-md5.js 38 * Calculate the MD5 of an array of little-endian words, and a bit length
198 * Convert a string to an array of little-endian words
211 * Convert an array of little-endian words to a string
223 * Convert an array of little-endian words to a hex string.
238 * Convert an array of little-endian words to a base-64 string
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 20 * Endian handling patches by James Ng.
208 /* This little function converts a little endian tag to a big endian tag.
531 fprintf(stderr," 'convert' produce a big-endian image from a little-endian machine\n");
mkyaffsimage.c 20 * Endian handling patches by James Ng.
203 /* This little function converts a little endian tag to a big endian tag.
540 printf(" 'convert' produce a big-endian image from a little-endian machine\n");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 
libasound.so.2.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 
libasound.so.2.0.0 

Completed in 1192 milliseconds

<<21222324252627282930>>