/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | cpuinfo.h | 39 u32 endian; member
|
/kernel/linux/linux-5.10/arch/mips/tools/ |
H A D | elf-entry.c | 4 #include <endian.h>
|
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | cpuinfo.h | 39 u32 endian; member
|
/kernel/linux/linux-6.6/arch/mips/tools/ |
H A D | elf-entry.c | 4 #include <endian.h>
|
/third_party/elfutils/libebl/ |
H A D | eblauxvinfo.c | 35 #include <endian.h>
|
/third_party/musl/src/ipc/ |
H A D | semctl.c | 3 #include <endian.h>
|
/third_party/musl/src/locale/ |
H A D | catopen.c | 5 #include <endian.h>
|
/third_party/musl/porting/liteos_a/user/src/ipc/ |
H A D | semctl.c | 3 #include <endian.h>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Decompressor.cpp | 17 using namespace llvm::support::endian; 42 // Consume uncompressed section size (big-endian 8 bytes). in consumeCompressedGnuHeader()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | opcode.h | 52 // source instruction's stream/opcode/endianness is in the words/opcode/endian 57 const spv_endianness_t endian, spv_instruction_t* inst);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | opcode.h | 52 // source instruction's stream/opcode/endianness is in the words/opcode/endian 57 const spv_endianness_t endian, spv_instruction_t* inst);
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | m66592-udc.c | 589 unsigned int endian; in init_controller() local 592 if (m66592->pdata->endian) in init_controller() 593 endian = 0; /* big endian */ in init_controller() 595 endian = M66592_LITTLE; /* little endian */ in init_controller() 611 m66592_bset(m66592, endian, M66592_CFBCFG); in init_controller() 612 m66592_bset(m66592, endian, M66592_D0FBCFG); in init_controller() 616 if (m66592->pdata->endian) in init_controller() 617 endian in init_controller() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | m66592-udc.c | 589 unsigned int endian; in init_controller() local 592 if (m66592->pdata->endian) in init_controller() 593 endian = 0; /* big endian */ in init_controller() 595 endian = M66592_LITTLE; /* little endian */ in init_controller() 611 m66592_bset(m66592, endian, M66592_CFBCFG); in init_controller() 612 m66592_bset(m66592, endian, M66592_D0FBCFG); in init_controller() 616 if (m66592->pdata->endian) in init_controller() 617 endian in init_controller() [all...] |
/device/soc/rockchip/common/sdk_linux/arch/arm64/ |
H A D | Makefile | 109 KBUILD_CPPFLAGS += -mbig-endian 116 KBUILD_CPPFLAGS += -mlittle-endian
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 56 VDSO_CAFLAGS += -mbig-endian 58 VDSO_CAFLAGS += -mlittle-endian
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 28 #include <endian.h> 157 #error PDP-endian sadly unsupported...
|
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 51 VDSO_CAFLAGS += -mbig-endian 53 VDSO_CAFLAGS += -mlittle-endian
|
/kernel/linux/linux-6.6/arch/arm64/ |
H A D | Makefile | 109 KBUILD_CPPFLAGS += -mbig-endian 116 KBUILD_CPPFLAGS += -mlittle-endian
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gzfht_test.c | 45 #define _DEFAULT_SOURCE // For endian.h 57 #include <endian.h> 58 #include <bits/endian.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | Makefile | 184 MENDIAN=$(if $(IS_LITTLE_ENDIAN),-mlittle-endian,-mbig-endian)
|
/third_party/alsa-lib/include/ |
H A D | local.h | 34 #include <endian.h> 36 #include <sys/endian.h> 78 #error "Unsupported endian..."
|
/third_party/libdrm/tests/amdgpu/ |
H A D | security_tests.c | 33 #include <sys/endian.h> 35 #include <endian.h>
|
/third_party/skia/third_party/externals/piex/src/tiff_directory/ |
H A D | tiff_directory.cc | 38 TiffDirectory::TiffDirectory(Endian endian) : endian_(endian) {} in TiffDirectory() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | YAMLRemarkSerializer.cpp | 215 // Emit the version number: little-endian uint64_t. in emitVersion() 217 support::endian::write64le(Version.data(), remarks::CurrentRemarkVersion); in emitVersion() 225 // little-endian uint64_t. in emitStrTab() 228 support::endian::write64le(StrTabSizeBuf.data(), StrTabSize); in emitStrTab()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bt-codec-msbc.c | 51 info->sbc.endian = SBC_LE; in init() 97 sbc_info->sbc.endian = SBC_LE; in reset()
|