Home
last modified time | relevance | path

Searched defs:endian (Results 1 - 25 of 121) sorted by relevance

12345

/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_endianness_test.cpp23 spv_endianness_t endian; in TEST() local
35 spv_endianness_t endian; in TEST() local
48 spv_endianness_t endian; in TEST() local
H A Dfix_word_test.cpp21 spv_endianness_t endian; in TEST() local
32 spv_endianness_t endian; in TEST() local
44 spv_endianness_t endian = in TEST() local
54 spv_endianness_t endian = TEST() local
[all...]
H A Dbinary_header_get_test.cpp46 spv_endianness_t endian; in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_endianness_test.cpp23 spv_endianness_t endian; in TEST() local
35 spv_endianness_t endian; in TEST() local
48 spv_endianness_t endian; in TEST() local
H A Dfix_word_test.cpp21 spv_endianness_t endian; in TEST() local
32 spv_endianness_t endian; in TEST() local
44 spv_endianness_t endian = in TEST() local
54 spv_endianness_t endian = TEST() local
[all...]
H A Dbinary_header_get_test.cpp46 spv_endianness_t endian; in TEST_F() local
/third_party/spirv-tools/test/
H A Dbinary_endianness_test.cpp23 spv_endianness_t endian; in TEST() local
35 spv_endianness_t endian; in TEST() local
48 spv_endianness_t endian; in TEST() local
H A Dfix_word_test.cpp21 spv_endianness_t endian; in TEST() local
32 spv_endianness_t endian; in TEST() local
44 spv_endianness_t endian = in TEST() local
54 spv_endianness_t endian = TEST() local
[all...]
H A Dbinary_header_get_test.cpp46 spv_endianness_t endian; in TEST_F() local
/kernel/linux/linux-5.10/include/linux/usb/
H A Dm66592.h34 unsigned endian:1; member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dm66592.h20 unsigned endian:1; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_endian.c13 enum btf_endianness endian = BTF_LITTLE_ENDIAN; in test_btf_endian() local
/kernel/linux/linux-5.10/drivers/misc/ocxl/
H A Dmmio.c7 ocxl_global_mmio_read32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 *val) ocxl_global_mmio_read32() argument
32 ocxl_global_mmio_read64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 *val) ocxl_global_mmio_read64() argument
57 ocxl_global_mmio_write32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 val) ocxl_global_mmio_write32() argument
83 ocxl_global_mmio_write64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 val) ocxl_global_mmio_write64() argument
109 ocxl_global_mmio_set32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 mask) ocxl_global_mmio_set32() argument
140 ocxl_global_mmio_set64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 mask) ocxl_global_mmio_set64() argument
171 ocxl_global_mmio_clear32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 mask) ocxl_global_mmio_clear32() argument
203 ocxl_global_mmio_clear64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 mask) ocxl_global_mmio_clear64() argument
[all...]
/kernel/linux/linux-6.6/drivers/misc/ocxl/
H A Dmmio.c7 ocxl_global_mmio_read32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 *val) ocxl_global_mmio_read32() argument
32 ocxl_global_mmio_read64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 *val) ocxl_global_mmio_read64() argument
57 ocxl_global_mmio_write32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 val) ocxl_global_mmio_write32() argument
83 ocxl_global_mmio_write64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 val) ocxl_global_mmio_write64() argument
109 ocxl_global_mmio_set32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 mask) ocxl_global_mmio_set32() argument
140 ocxl_global_mmio_set64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 mask) ocxl_global_mmio_set64() argument
171 ocxl_global_mmio_clear32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 mask) ocxl_global_mmio_clear32() argument
203 ocxl_global_mmio_clear64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 mask) ocxl_global_mmio_clear64() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_endian.c11 enum btf_endianness endian = BTF_LITTLE_ENDIAN; in test_btf_endian() local
/third_party/ffmpeg/libavcodec/
H A Dpnm.h33 int endian; member
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dspirv_endian.cpp34 uint32_t spvFixWord(const uint32_t word, const spv_endianness_t endian) { in spvFixWord() argument
72 bool spvIsHostEndian(spv_endianness_t endian) { in spvIsHostEndian() argument
44 spvFixDoubleWord(const uint32_t low, const uint32_t high, const spv_endianness_t endian) spvFixDoubleWord() argument
H A Dbinary.cpp37 spvBinaryHeaderGet(const spv_const_binary binary, const spv_endianness_t endian, spv_header_t* pHeader) spvBinaryHeaderGet() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dspirv_endian.cpp34 uint32_t spvFixWord(const uint32_t word, const spv_endianness_t endian) { in spvFixWord() argument
72 bool spvIsHostEndian(spv_endianness_t endian) { in spvIsHostEndian() argument
44 spvFixDoubleWord(const uint32_t low, const uint32_t high, const spv_endianness_t endian) spvFixDoubleWord() argument
H A Dbinary.cpp37 spvBinaryHeaderGet(const spv_const_binary binary, const spv_endianness_t endian, spv_header_t* pHeader) spvBinaryHeaderGet() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DEndianStream.h24 namespace endian { namespace
27 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() argument
33 inline void write<float>(raw_ostream &os, float value, endianness endian) { in write() argument
38 write(raw_ostream &os, double value, endianness endian) write() argument
44 write(raw_ostream &os, ArrayRef<value_type> vals, endianness endian) write() argument
[all...]
/third_party/spirv-tools/source/
H A Dspirv_endian.cpp34 uint32_t spvFixWord(const uint32_t word, const spv_endianness_t endian) { in spvFixWord() argument
72 bool spvIsHostEndian(spv_endianness_t endian) { in spvIsHostEndian() argument
44 spvFixDoubleWord(const uint32_t low, const uint32_t high, const spv_endianness_t endian) spvFixDoubleWord() argument
H A Dbinary.cpp38 spvBinaryHeaderGet(const spv_const_binary binary, const spv_endianness_t endian, spv_header_t* pHeader) spvBinaryHeaderGet() argument
[all...]
/kernel/linux/linux-6.6/drivers/base/regmap/
H A Dregmap-raw-ram.c19 static unsigned int decode_reg(enum regmap_endian endian, const void *reg) in decode_reg() argument
/third_party/libsnd/src/
H A Dtest_conversions.c43 conversion_test (char endian) in conversion_test() argument

Completed in 7 milliseconds

12345