Home
last modified time | relevance | path

Searched refs:endian (Results 451 - 475 of 625) sorted by relevance

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c646 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 Dsbc_encoder.cpp164 codecParam.endian); in SBCEncode()
170 codecParam.endian); in SBCEncode()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A DMakefile365 MENDIAN=$(if $(IS_LITTLE_ENDIAN),-mlittle-endian,-mbig-endian)
/third_party/libsnd/src/
H A Ddouble64.c104 { 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 Dfloat32.c101 { 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 Dxi.c89 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 Dghash-ia64.pl212 { .mmi; $sum 1<<1 // go big-endian
413 { .mib; $rum 1<<1 // return to little-endian
/third_party/openssl/crypto/modes/asm/
H A Dghash-ia64.pl212 { .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 DWinCOFFObjectWriter.cpp52 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 DInstrProf.cpp845 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 DARMAsmBackend.cpp358 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 Domap-iommu.c225 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 Dr8a66597-udc.c804 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 Dsymbol-elf.c769 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 Dr8a66597-udc.c804 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 Domap-iommu.c224 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 Dsimdutf.h64 * 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 DYAMLTraits.h947 // 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 Dbtf.c5 #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 Dbtf.c5 #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 Da2dp_encoder_sbc.cpp269 g_sbcEncode.endian = sbc::SBC_ENDIANESS_LE; in SetSBCParam()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp32 #include <endian.h>
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
H A Dsetup-sh7269.c496 .endian = 1,
H A Dsetup-sh7264.c479 .endian = 1,
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Drsdumpinfo.c469 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(uart_serial_bus.endian), "Endian",

Completed in 58 milliseconds

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