Home
last modified time | relevance | path

Searched refs:endian (Results 1 – 25 of 43) sorted by relevance

12

/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
Dint_endianness.h113 #error Unable to determine endian
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dcrc32.c233 u4 endian; local
235 endian = 1;
236 if (*((unsigned char *)(&endian)))
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dcrc32.c216 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/
Dcrc32.c218 z_crc_t endian; local
220 endian = 1;
221 if (*((unsigned char *)(&endian)))
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/
Darch.h321 #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/
Dtest_struct.py416 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/
Dconfigure.ac33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
Dconfig.h.in38 /* Define to 1 if you have the <endian.h> header file. */
/device/google/redbull/json-c/
Dconfigure.ac33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
Dconfig.h.in38 /* Define to 1 if you have the <endian.h> header file. */
/device/google/coral/json-c/
Dconfigure.ac33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
Dconfig.h.in38 /* Define to 1 if you have the <endian.h> header file. */
/device/google/sunfish/json-c/
Dconfigure.ac33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
Dconfig.h.in38 /* Define to 1 if you have the <endian.h> header file. */
/device/google/bonito/json-c/
Dconfigure.ac33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
Dconfig.h.in38 /* Define to 1 if you have the <endian.h> header file. */
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/X64/
DJumpToKernel.nasm30 ; (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/
Darch.h395 #define SPSR_MODE32(mode, isa, endian, aif) \ argument
399 (((endian) & SPSR_E_MASK) << SPSR_E_SHIFT) | \
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
DCompareMem.asm119 ; Little-endian. Early bytes are at LSB.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdqMin.decTest265 -- misalignment traps for little-endian
DddMin.decTest265 -- misalignment traps for little-endian
DddMax.decTest276 -- misalignment traps for little-endian
DdqMax.decTest276 -- misalignment traps for little-endian
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt91 - Speed optimization in CRC code for big-endian CPUs.
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt91 - Speed optimization in CRC code for big-endian CPUs.

12