/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AsmBackend.cpp | 346 /// 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 D | AArch64MCCodeEmitter.cpp | 614 support::endian::write<uint32_t>(OS, Binary, support::little); in encodeInstruction()
|
/third_party/toybox/lib/ |
H A D | lib.h | 196 void xparsedate(char *str, time_t *t, unsigned *nano, int endian);
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 189 void xparsedate(char *str, time_t *t, unsigned *nano, int endian);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-elf.c | 1175 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 D | cvmx-mio-defs.h | 328 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 D | cvmx-mio-defs.h | 328 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 D | r600_shader.c | 1478 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 D | pata_octeon_cf.c | 585 mio_boot_dma_cfg.s.endian = 1; in octeon_cf_dma_start()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | sha512-armv8.pl | 663 rev32 @X[1],@X[1] // big-endian
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha256-armv4.pl | 490 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 D | sha256-armv4.pl | 490 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 D | sha512-armv8.pl | 663 rev32 @X[1],@X[1] // big-endian
|
/kernel/linux/linux-5.10/tools/firewire/ |
H A D | nosy-dump.c | 8 #include <endian.h> 922 "endian machines\n"); in main()
|
/kernel/linux/linux-5.10/tools/include/uapi/sound/ |
H A D | asound.h | 31 #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 D | intel-bts.c | 7 #include <endian.h>
|
H A D | arm-spe.c | 8 #include <endian.h>
|
H A D | s390-cpumsf.c | 141 #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 D | asound.h | 31 #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 D | soundcard.h | 44 # 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 D | pata_octeon_cf.c | 558 mio_boot_dma_cfg.s.endian = 1; in octeon_cf_dma_start()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | rsserial.c | 600 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.uart_serial_bus.endian),
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | soundcard.h | 44 # 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 D | asound.h | 15 #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 D | btf_dumper.c | 369 #error neither big nor little endian in btf_dumper_bitfield()
|