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

<<11121314151617181920>>

  /external/icu4c/tools/gencmn/
gencmn.8.in 92 indicated big endian data, and the letter
94 indicates little endian ones).
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 78 /// MipsebTargetMachine - Mips32/64 big endian target machine.
89 /// MipselTargetMachine - Mips32/64 little endian target machine.
  /external/skia/legacy/src/core/
SkGraphics.cpp 101 SkDebugf("SkGraphics: big-endian\n");
103 SkDebugf("SkGraphics: little-endian\n");
  /external/skia/src/core/
SkGraphics.cpp 106 SkDebugf("SkGraphics: big-endian\n");
108 SkDebugf("SkGraphics: little-endian\n");
  /external/srtp/crypto/test/
env.c 55 printf("CPU set to big-endian\t\t\t(WORDS_BIGENDIAN == 1)\n");
57 printf("CPU set to little-endian\t\t(WORDS_BIGENDIAN == 0)\n");
  /external/webkit/Source/WebCore/platform/graphics/openvg/
VGUtils.h 95 * Return a flipped VGImageFormat if the platform is little endian
97 * as is if the platform is big endian.
  /external/webrtc/src/
typedefs.h 123 // Define endian for the platform
138 // Define endian for the platform
  /frameworks/base/media/java/android/media/videoeditor/
WaveformData.java 57 * big-endian signed</li>
59 * big-endian signed</li>
  /libcore/luni/src/main/java/libcore/io/
MemoryMappedFile.java 74 * Returns a new iterator that treats the mapped data as big-endian.
81 * Returns a new iterator that treats the mapped data as little-endian.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
acct.h 107 #define ACCT_BYTEORDER 0x80 /* accounting file is big endian */
109 #define ACCT_BYTEORDER 0x00 /* accounting file is little endian */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
acct.h 107 #define ACCT_BYTEORDER 0x80 /* accounting file is big endian */
109 #define ACCT_BYTEORDER 0x00 /* accounting file is little endian */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
acct.h 107 #define ACCT_BYTEORDER 0x80 /* accounting file is big endian */
109 #define ACCT_BYTEORDER 0x00 /* accounting file is little endian */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileWriter.java 108 len = Integer.reverseBytes(len); // readInt is big endian, we want little endian
  /bionic/libc/include/netinet/
in.h 31 #include <endian.h>
  /build/core/combo/include/arch/freebsd-x86/
AndroidConfig.h 156 * HAVE_ENDIAN_H -- have endian.h header we can include.
157 * HAVE_LITTLE_ENDIAN -- we are little endian.
158 * HAVE_BIG_ENDIAN -- we are big endian.
164 * Define this if you have sys/endian.h
  /dalvik/dexgen/src/com/android/dexgen/util/
Leb128Utils.java 20 * LEB128 (little-endian base 128) utilities.
  /development/ndk/platforms/android-3/include/netinet/
in.h 31 #include <endian.h>
  /external/compiler-rt/SDKs/linux/usr/include/
endian.h 1 /* ===-- endian.h - stub SDK header for compiler-rt -------------------------===
  /external/e2fsprogs/lib/ext2fs/
bitops.c 29 * Modified by Pete A. Zaitcev 7/14/95 to be portable to big endian
  /external/grub/netboot/
osdep.h 35 # error "Don't know if bytes are big- or little-endian!"
  /external/kernel-headers/original/media/
ov5650.h 55 /* Big-endian. CRC16 over 0x00-0x41 (inclusive) */
  /external/libxml2/include/libxml/
encoding.h 62 XML_CHAR_ENCODING_UTF16LE= 2, /* UTF-16 little endian */
63 XML_CHAR_ENCODING_UTF16BE= 3, /* UTF-16 big endian */
64 XML_CHAR_ENCODING_UCS4LE= 4, /* UCS-4 little endian */
65 XML_CHAR_ENCODING_UCS4BE= 5, /* UCS-4 big endian */
  /external/llvm/test/Instrumentation/ThreadSanitizer/
tsan-vs-gvn.ll 4 ; 32-bit little endian target.
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.h 24 /* WAVE files are little-endian */
  /external/qemu/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. */

Completed in 1769 milliseconds

<<11121314151617181920>>