Home
last modified time | relevance | path

Searched refs:endian (Results 476 - 500 of 600) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp346 /// container involved in big endian or 0 if the item is little endian
379 // Instructions are always little endian in getFixupKindContainereSizeInBytes()
404 // Used to point to big endian bytes. in applyFixup()
410 // Handle as little-endian in applyFixup()
415 // Handle as big-endian in applyFixup()
469 support::endian::write<uint32_t>(OS, 0xd503201f, Endian); in writeNopData()
773 "Big endian is only supported for ELF targets!"); in createAArch64beAsmBackend()
H A DAArch64MCCodeEmitter.cpp614 support::endian::write<uint32_t>(OS, Binary, support::little); in encodeInstruction()
/third_party/toybox/lib/
H A Dlib.h196 void xparsedate(char *str, time_t *t, unsigned *nano, int endian);
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h189 void xparsedate(char *str, time_t *t, unsigned *nano, int endian);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol-elf.c1175 static unsigned int const endian = 1; in dso__swap_init() local
1181 /* We are big endian, DSO is little endian. */ in dso__swap_init()
1182 if (*(unsigned char const *)&endian != 1) in dso__swap_init()
1187 /* We are little endian, DSO is big endian. */ in dso__swap_init()
1188 if (*(unsigned char const *)&endian != 0) in dso__swap_init()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h328 uint64_t endian:1; member
334 uint64_t endian:1;
2507 uint64_t endian:1; member
2513 uint64_t endian:1;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h328 uint64_t endian:1; member
334 uint64_t endian:1;
2507 uint64_t endian:1; member
2513 uint64_t endian:1;
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1478 vtx.endian = r600_endian_swap(32); in load_sample_position()
1597 vtx.endian = r600_endian_swap(32); in load_block_grid_size()
1868 vtx.endian = r600_endian_swap(32); in tgsi_fetch_rel_const()
3000 vtx.endian = r600_endian_swap(32); in r600_fetch_tess_io_info()
3028 vtx.endian = r600_endian_swap(32); in r600_fetch_tess_io_info()
8923 unsigned format, num_format, format_comp, endian; in tgsi_load_rat() local
8957 &format, &num_format, &format_comp, &endian); in tgsi_load_rat()
8974 vtx.endian = endian; in tgsi_load_rat()
9253 unsigned format, num_format, format_comp, endian; in tgsi_atomic_op_rat() local
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_octeon_cf.c585 mio_boot_dma_cfg.s.endian = 1; in octeon_cf_dma_start()
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dsha512-armv8.pl663 rev32 @X[1],@X[1] // big-endian
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha256-armv4.pl490 vrev32.8 @X[1],@X[1] @ big-endian
701 # since ARMv7 instructions are always encoded little-endian.
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha256-armv4.pl490 vrev32.8 @X[1],@X[1] @ big-endian
701 # since ARMv7 instructions are always encoded little-endian.
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsha512-armv8.pl663 rev32 @X[1],@X[1] // big-endian
/kernel/linux/linux-5.10/tools/firewire/
H A Dnosy-dump.c8 #include <endian.h>
922 "endian machines\n"); in main()
/kernel/linux/linux-5.10/tools/include/uapi/sound/
H A Dasound.h31 #include <endian.h>
243 #define SNDRV_PCM_FORMAT_DSD_U16_LE ((__force snd_pcm_format_t) 49) /* DSD, 2-byte samples DSD (x16), little endian */
244 #define SNDRV_PCM_FORMAT_DSD_U32_LE ((__force snd_pcm_format_t) 50) /* DSD, 4-byte samples DSD (x32), little endian */
245 #define SNDRV_PCM_FORMAT_DSD_U16_BE ((__force snd_pcm_format_t) 51) /* DSD, 2-byte samples DSD (x16), big endian */
246 #define SNDRV_PCM_FORMAT_DSD_U32_BE ((__force snd_pcm_format_t) 52) /* DSD, 4-byte samples DSD (x32), big endian */
/kernel/linux/linux-5.10/tools/perf/util/
H A Dintel-bts.c7 #include <endian.h>
H A Darm-spe.c8 #include <endian.h>
H A Ds390-cpumsf.c141 #include <endian.h>
240 * Data written on s390 in big endian byte order and contains bit
284 * Data written on s390 in big endian byte order and contains bit
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasound.h31 #include <endian.h>
243 #define SNDRV_PCM_FORMAT_DSD_U16_LE ((__force snd_pcm_format_t) 49) /* DSD, 2-byte samples DSD (x16), little endian */
244 #define SNDRV_PCM_FORMAT_DSD_U32_LE ((__force snd_pcm_format_t) 50) /* DSD, 4-byte samples DSD (x32), little endian */
245 #define SNDRV_PCM_FORMAT_DSD_U16_BE ((__force snd_pcm_format_t) 51) /* DSD, 2-byte samples DSD (x16), big endian */
246 #define SNDRV_PCM_FORMAT_DSD_U32_BE ((__force snd_pcm_format_t) 52) /* DSD, 4-byte samples DSD (x32), big endian */
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsoundcard.h44 # include <endian.h>
184 * Some big endian/little endian handling macros
561 # define AFMT_S16_LE 0x00000010 /* Little endian signed 16*/
562 # define AFMT_S16_BE 0x00000020 /* Big endian signed 16 */
564 # define AFMT_U16_LE 0x00000080 /* Little endian U16 */
565 # define AFMT_U16_BE 0x00000100 /* Big endian U16 */
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_octeon_cf.c558 mio_boot_dma_cfg.s.endian = 1; in octeon_cf_dma_start()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Drsserial.c600 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.uart_serial_bus.endian),
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsoundcard.h44 # include <endian.h>
184 * Some big endian/little endian handling macros
561 # define AFMT_S16_LE 0x00000010 /* Little endian signed 16*/
562 # define AFMT_S16_BE 0x00000020 /* Big endian signed 16 */
564 # define AFMT_U16_LE 0x00000080 /* Little endian U16 */
565 # define AFMT_U16_BE 0x00000100 /* Big endian U16 */
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasound.h15 #include <endian.h>
234 #define SNDRV_PCM_FORMAT_DSD_U16_LE ((__force snd_pcm_format_t) 49) /* DSD, 2-byte samples DSD (x16), little endian */
235 #define SNDRV_PCM_FORMAT_DSD_U32_LE ((__force snd_pcm_format_t) 50) /* DSD, 4-byte samples DSD (x32), little endian */
236 #define SNDRV_PCM_FORMAT_DSD_U16_BE ((__force snd_pcm_format_t) 51) /* DSD, 2-byte samples DSD (x16), big endian */
237 #define SNDRV_PCM_FORMAT_DSD_U32_BE ((__force snd_pcm_format_t) 52) /* DSD, 4-byte samples DSD (x32), big endian */
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dbtf_dumper.c369 #error neither big nor little endian in btf_dumper_bitfield()

Completed in 93 milliseconds

1...<<11121314151617181920>>...24