Searched refs:endian (Results 1 – 25 of 43) sorted by relevance
12
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/ |
D | int_endianness.h | 113 #error Unable to determine endian
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | crc32.c | 233 u4 endian; local 235 endian = 1; 236 if (*((unsigned char *)(&endian)))
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | crc32.c | 216 z_crc_t endian; local 218 endian = 1; 219 if (*((unsigned char *)(&endian)))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | crc32.c | 218 z_crc_t endian; local 220 endian = 1; 221 if (*((unsigned char *)(&endian)))
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/ |
D | arch.h | 321 #define SPSR_MODE32(mode, isa, endian, aif) \ argument 325 ((endian) & SPSR_E_MASK) << SPSR_E_SHIFT | \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_struct.py | 416 for endian in ('', '>', '<'): 418 self.check_float_coerce(endian + fmt, 1.0) 419 self.check_float_coerce(endian + fmt, 1.5)
|
/device/google/crosshatch/json-c/ |
D | configure.ac | 33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
|
D | config.h.in | 38 /* Define to 1 if you have the <endian.h> header file. */
|
/device/google/redbull/json-c/ |
D | configure.ac | 33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
|
D | config.h.in | 38 /* Define to 1 if you have the <endian.h> header file. */
|
/device/google/coral/json-c/ |
D | configure.ac | 33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
|
D | config.h.in | 38 /* Define to 1 if you have the <endian.h> header file. */
|
/device/google/sunfish/json-c/ |
D | configure.ac | 33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
|
D | config.h.in | 38 /* Define to 1 if you have the <endian.h> header file. */
|
/device/google/bonito/json-c/ |
D | configure.ac | 33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
|
D | config.h.in | 38 /* Define to 1 if you have the <endian.h> header file. */
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/X64/ |
D | JumpToKernel.nasm | 30 ; (64-bit when the 'ret' will use it as 32-bit, but we're little-endian)
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/ |
D | arch.h | 395 #define SPSR_MODE32(mode, isa, endian, aif) \ argument 399 (((endian) & SPSR_E_MASK) << SPSR_E_SHIFT) | \
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/ |
D | CompareMem.asm | 119 ; Little-endian. Early bytes are at LSB.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | dqMin.decTest | 265 -- misalignment traps for little-endian
|
D | ddMin.decTest | 265 -- misalignment traps for little-endian
|
D | ddMax.decTest | 276 -- misalignment traps for little-endian
|
D | dqMax.decTest | 276 -- misalignment traps for little-endian
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-history.txt | 91 - Speed optimization in CRC code for big-endian CPUs.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-history.txt | 91 - Speed optimization in CRC code for big-endian CPUs.
|
12