Home
last modified time | relevance | path

Searched refs:endian (Results 326 - 350 of 622) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/node/deps/zlib/
H A Dcrc32.c115 Swap the bytes in a z_word_t to convert between little and big endian. Any
362 /* write out little-endian CRC table to crc32.h */ in make_crc_table()
373 /* write out big-endian CRC table for 64-bit z_word_t to crc32.h */ in make_crc_table()
386 /* write out big-endian CRC table for 32-bit z_word_t to crc32.h */ in make_crc_table()
532 Generate the little and big-endian braid tables for the given n and z_word_t
780 unsigned endian; in crc32_z() local
794 /* Do endian check at execution time instead of compile time, since ARM in crc32_z()
798 endian = 1; in crc32_z()
799 if (*(unsigned char *)&endian) { in crc32_z()
800 /* Little endian in crc32_z()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_mem.cpp758 unsigned endian = 0; in emit_image_load_or_atomic() local
759 r600_vertex_data_type(format, &fmt, &num_format, &format_comp, &endian); in emit_image_load_or_atomic()
768 (EVFetchEndianSwap)endian, in emit_image_load_or_atomic()
/third_party/popt/src/
H A Dlookup3.c13 * little-endian machines. Intel and AMD are little-endian machines.
49 } endian = { .ui = 0x11223344 }; variable
50 # define HASH_LITTLE_ENDIAN (endian.uc[0] == (unsigned char) 0x44)
51 # define HASH_BIG_ENDIAN (endian.uc[0] == (unsigned char) 0x11)
158 * The function jlu32w() is identical to jlu32l() on little-endian
159 * machines, and identical to jlu32b() on big-endian machines,
638 * This is the same as jlu32w() on big-endian machines. It is different
640 * big-endian byte ordering.
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_parse_test.cpp106 MOCK_METHOD6(Header, spv_result_t(spv_endianness_t endian, uint32_t magic,
113 spv_result_t invoke_header(void* user_data, spv_endianness_t endian, in invoke_header() argument
117 endian, magic, version, generator, id_bound, reserved); in invoke_header()
507 // endian-swapped version. in TEST_F()
540 // endian-swapped version. in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_parse_test.cpp106 MOCK_METHOD6(Header, spv_result_t(spv_endianness_t endian, uint32_t magic,
113 spv_result_t invoke_header(void* user_data, spv_endianness_t endian, in invoke_header() argument
117 endian, magic, version, generator, id_bound, reserved); in invoke_header()
507 // endian-swapped version. in TEST_F()
540 // endian-swapped version. in TEST_F()
/third_party/ffmpeg/libswscale/
H A Dinput.c1024 #define rgb9plus_planar_funcs_endian(nbits, endian_name, endian) \
1028 planar_rgb16_to_y(dst, src, w, nbits, endian, rgb2yuv); \
1033 planar_rgb16_to_uv(dstU, dstV, src, w, nbits, endian, rgb2yuv); \
1062 #define rgbf32_planar_funcs_endian(endian_name, endian) \
1066 planar_rgbf32_to_y(dst, src, w, endian, rgb2yuv); \
1071 planar_rgbf32_to_uv(dstU, dstV, src, w, endian, rgb2yuv); \
1076 planar_rgbf32_to_a(dst, src, w, endian, rgb2yuv); \
1082 grayf32ToY16_c(dst, src, unused1, unused2, width, endian, unused); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAssembler.cpp549 support::endian::write<uint16_t>(OS, AF.getValue(), Endian); in writeFragment()
552 support::endian::write<uint32_t>(OS, AF.getValue(), Endian); in writeFragment()
555 support::endian::write<uint64_t>(OS, AF.getValue(), Endian); in writeFragment()
586 // writes done. As such, do endian conversion here. in writeFragment()
626 support::endian::write<uint32_t>(OS, SF.getSymbol()->getIndex(), Endian); in writeFragment()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace/
H A Dhitracechainc.h19 #include <endian.h>
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H A Dspi.h270 hi_u16 endian : 1; member
/kernel/linux/linux-5.10/arch/mips/tools/
H A Dloongson3-llsc-check.c4 #include <endian.h>
281 fprintf(stderr, "vmlinux is not little endian?\n"); in main()
/kernel/linux/linux-6.6/arch/mips/tools/
H A Dloongson3-llsc-check.c4 #include <endian.h>
281 fprintf(stderr, "vmlinux is not little endian?\n"); in main()
/kernel/linux/linux-5.10/drivers/iommu/
H A Domap-iommu.h25 u32 endian, elsz, mixed; member
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c10 #include <endian.h>
/kernel/linux/linux-6.6/drivers/iommu/
H A Domap-iommu.h25 u32 endian, elsz, mixed; member
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c10 #include <endian.h>
/third_party/ffmpeg/libavcodec/
H A Dpnm.c198 s->endian = s->scale < 0.f; in ff_pnm_decode_header()
/third_party/libsnd/src/
H A Drx2.c42 * Macros to handle big/little endian issues.
276 psf->endian = SF_ENDIAN_BIG ; in rx2_open()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerSHA1.cpp42 # include <endian.h> // machine/endian.h
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlibm.h7 #include <endian.h>
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlibm.h7 #include <endian.h>
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dlibm.h7 #include <endian.h>
/third_party/musl/src/internal/
H A Dlibm.h7 #include <endian.h>
/third_party/musl/src/misc/
H A Dioctl.c9 #include <endian.h>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h133 support::endian::Writer W;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamReader.h83 Dest = llvm::support::endian::read<T, llvm::support::unaligned>( in readInteger()

Completed in 24 milliseconds

1...<<11121314151617181920>>...25