/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_state.c | 646 unsigned format, num_format, format_comp, endian; in evergreen_fill_buffer_resource_words() local 652 &endian); in evergreen_fill_buffer_resource_words() 670 S_030008_ENDIAN_SWAP(endian); in evergreen_fill_buffer_resource_words() 732 unsigned format, endian; in evergreen_fill_tex_resource_words() local 781 endian = r600_colorformat_endian_swap(format, do_endian_swap); in evergreen_fill_tex_resource_words() 879 S_030010_ENDIAN_SWAP(endian)); in evergreen_fill_tex_resource_words() 1055 unsigned format, swap, ntype, endian; in evergreen_set_color_surface_buffer() local 1069 endian = r600_colorformat_endian_swap(format, FALSE); in evergreen_set_color_surface_buffer() 1103 S_028C70_ENDIAN(endian); in evergreen_set_color_surface_buffer() 1127 unsigned format, swap, ntype, endian; in evergreen_set_color_surface_common() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
H A D | sbc_encoder.cpp | 164 codecParam.endian); in SBCEncode() 170 codecParam.endian); in SBCEncode()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | Makefile | 365 MENDIAN=$(if $(IS_LITTLE_ENDIAN),-mlittle-endian,-mbig-endian)
|
/third_party/libsnd/src/ |
H A D | double64.c | 104 { switch (psf->endian + double64_caps) in double64_init() 175 { switch (psf->endian + double64_caps) in double64_init() 260 ** 64 bit double precision layout (big endian) 467 { /* If this test is true ints and floats are compatible and little endian. */ in double64_get_capability() 472 /* If this test is true ints and floats are compatible and big endian. */ in double64_get_capability()
|
H A D | float32.c | 101 { switch (psf->endian + float_caps) in float32_init() 172 { switch (psf->endian + float_caps) in float32_init() 419 { /* If this test is true ints and floats are compatible and little endian. */ in float32_get_capability() 423 /* If this test is true ints and floats are compatible and big endian. */ in float32_get_capability()
|
H A D | xi.c | 89 psf->endian = SF_ENDIAN_LITTLE ; in xi_open() 475 psf->endian = SF_ENDIAN_LITTLE ; in xi_read_header()
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-ia64.pl | 212 { .mmi; $sum 1<<1 // go big-endian 413 { .mib; $rum 1<<1 // return to little-endian
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-ia64.pl | 212 { .mmi; $sum 1<<1 // go big-endian 413 { .mib; $rum 1<<1 // return to little-endian
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 52 using llvm::support::endian::write32le; 126 support::endian::Writer W;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 845 return endian::readNext<T, little, unaligned>(D); in swapToHostOrder() 847 return endian::readNext<T, big, unaligned>(D); in swapToHostOrder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 358 support::endian::write(OS, nopEncoding, Endian); in writeNopData() 368 support::endian::write(OS, nopEncoding, Endian); in writeNopData() 974 /// container involved in big endian. 1047 // Used to point to big endian bytes. in applyFixup()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | omap-iommu.c | 225 attr |= e->endian; in get_iopte_attr() 320 cr->ram = e->pa | e->endian | e->elsz | e->mixed; in iotlb_alloc_cr() 1318 e->endian = MMU_RAM_ENDIAN_LITTLE; in iotlb_init_entry()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | r8a66597-udc.c | 804 u16 endian = r8a66597->pdata->endian ? BIGEND : 0; in init_controller() local 824 r8a66597_bset(r8a66597, vif | endian, PINCFG); in init_controller()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 769 static unsigned int const endian = 1; in dso__swap_init() local 775 /* We are big endian, DSO is little endian. */ in dso__swap_init() 776 if (*(unsigned char const *)&endian != 1) in dso__swap_init() 781 /* We are little endian, DSO is big endian. */ in dso__swap_init() 782 if (*(unsigned char const *)&endian != 0) in dso__swap_init()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | r8a66597-udc.c | 804 u16 endian = r8a66597->pdata->endian ? BIGEND : 0; in init_controller() local 824 r8a66597_bset(r8a66597, vif | endian, PINCFG); in init_controller()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | omap-iommu.c | 224 attr |= e->endian; in get_iopte_attr() 319 cr->ram = e->pa | e->endian | e->elsz | e->mixed; in iotlb_alloc_cr() 1313 e->endian = MMU_RAM_ENDIAN_LITTLE; in iotlb_init_entry()
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.h | 64 * We want to check that it is actually a little endian system at 74 #include <machine/endian.h> 80 #if __has_include(<endian.h>) 81 #include <endian.h> 82 #endif //__has_include(<endian.h>) 142 // s390 IBM system. Big endian.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | YAMLTraits.h | 947 // For endian types, we just use the existing ScalarTraits for the underlying 948 // type. This way endian aware types are supported whenever a ScalarTraits 950 template <typename value_type, support::endianness endian, size_t alignment> 952 value_type, endian, alignment>> { 953 typedef support::detail::packed_endian_specific_integral<value_type, endian,
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 5 #include <endian.h> 511 int btf__set_endianness(struct btf *btf, enum btf_endianness endian) in btf__set_endianness() argument 513 if (endian != BTF_LITTLE_ENDIAN && endian != BTF_BIG_ENDIAN) in btf__set_endianness() 516 btf->swapped_endian = is_host_big_endian() != (endian == BTF_BIG_ENDIAN); in btf__set_endianness()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.c | 5 #include <endian.h> 579 int btf__set_endianness(struct btf *btf, enum btf_endianness endian) in btf__set_endianness() argument 581 if (endian != BTF_LITTLE_ENDIAN && endian != BTF_BIG_ENDIAN) in btf__set_endianness() 584 btf->swapped_endian = is_host_big_endian() != (endian == BTF_BIG_ENDIAN); in btf__set_endianness()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/ |
H A D | a2dp_encoder_sbc.cpp | 269 g_sbcEncode.endian = sbc::SBC_ENDIANESS_LE; in SetSBCParam()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_utils.cpp | 32 #include <endian.h>
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
H A D | setup-sh7269.c | 496 .endian = 1,
|
H A D | setup-sh7264.c | 479 .endian = 1,
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rsdumpinfo.c | 469 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(uart_serial_bus.endian), "Endian",
|