/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/netinet/ |
ip.h | 40 #include <endian.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/netinet/ |
ip.h | 40 #include <endian.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/netinet/ |
ip.h | 40 #include <endian.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/netinet/ |
ip.h | 40 #include <endian.h>
|
/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/libcutils/tests/memset_mips/ |
memset_omips.S | 29 #error big-endian is not supported in Broadcom MIPS Android platform 30 # define SWHI swl /* high part is left in big-endian */ 32 # define SWHI swr /* high part is right in little-endian */
|
/system/core/toolbox/ |
lsusb.c | 17 #include <endian.h>
|
/external/fdlibm/ |
Android.mk | 66 # little endian cpus.
|
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
evergreen_compute_internal.c | 503 unsigned format, endian; local 520 endian = r600_colorformat_endian_swap(format); 547 S_030010_ENDIAN_SWAP(endian) |
|
/external/mesa3d/src/gallium/drivers/r600/ |
evergreen_compute_internal.c | 503 unsigned format, endian; local 520 endian = r600_colorformat_endian_swap(format); 547 S_030010_ENDIAN_SWAP(endian) |
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_struct.py | 99 # (format, argument, big-endian result, little-endian result, asymmetric) 417 for endian in ('', '>', '<'): 419 self.check_float_coerce(endian + fmt, 1.0) 420 self.check_float_coerce(endian + fmt, 1.5)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_struct.py | 99 # (format, argument, big-endian result, little-endian result, asymmetric) 417 for endian in ('', '>', '<'): 419 self.check_float_coerce(endian + fmt, 1.0) 420 self.check_float_coerce(endian + fmt, 1.5)
|
/external/libvorbis/doc/ |
02-bitpacking.tex | 53 are possible in a word; the common ones are 3-2-1-0 ('big endian' or 55 first), 0-1-2-3 ('little endian' or 'least significant byte first' in 57 0-2-1-3 ('mixed endian').
|
/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 */
|
/bionic/libc/include/sys/ |
endian.h | 1 /* $OpenBSD: endian.h,v 1.17 2006/01/06 18:53:05 millert Exp $ */ 28 * Generic definitions for little- and big-endian systems. Other endianesses 29 * has to be dealt with in the specific machine/endian.h file for that port. 31 * This file is meant to be included from a little- or big-endian port's 32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian 40 #include <machine/endian.h> 166 /* Can be overridden by machine/endian.h before inclusion of this file. */ 205 /* Can be overridden by machine/endian.h before inclusion of this file. */
|
/development/ndk/platforms/android-3/include/sys/ |
endian.h | 1 /* $OpenBSD: endian.h,v 1.17 2006/01/06 18:53:05 millert Exp $ */ 28 * Generic definitions for little- and big-endian systems. Other endianesses 29 * has to be dealt with in the specific machine/endian.h file for that port. 31 * This file is meant to be included from a little- or big-endian port's 32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian 40 #include <machine/endian.h> 182 /* Can be overridden by machine/endian.h before inclusion of this file. */ 221 /* Can be overridden by machine/endian.h before inclusion of this file. */
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/ |
in.h | 39 #include <machine/endian.h>
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
compiler.h | 248 #include <sys/endian.h>
|
/external/chromium_org/ui/base/resource/ |
data_pack.cc | 172 // It won't be hard to make this endian-agnostic, but it's not worth 180 #error DataPack assumes little endian
|
/external/elfutils/libdwfl/ |
linux-proc-maps.c | 62 #include <endian.h>
|
/external/elfutils/libelf/ |
elf_getarsym.c | 57 #include <endian.h>
|
/external/mesa3d/src/mesa/main/ |
compiler.h | 248 #include <sys/endian.h>
|