Searched refs:byte (Results 201 - 225 of 364) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/
H A Dsimplify-rtx.c4230 enum machine_mode innermode, unsigned int byte)
4286 unsigned byte = (elem * elem_bitsize) / BITS_PER_UNIT;
4289 unsigned word_byte = WORDS_BIG_ENDIAN ? ibyte : byte;
4290 unsigned subword_byte = BYTES_BIG_ENDIAN ? ibyte : byte;
4366 /* Now, pick the right byte to start with. */
4367 /* Renumber BYTE so that the least-significant byte is byte 0. A special
4373 - byte);
4374 unsigned word_byte = WORDS_BIG_ENDIAN ? ibyte : byte;
4375 unsigned subword_byte = BYTES_BIG_ENDIAN ? ibyte : byte;
4220 simplify_immed_subreg(enum machine_mode outermode, rtx op, enum machine_mode innermode, unsigned int byte) argument
4277 unsigned byte = (elem * elem_bitsize) / BITS_PER_UNIT; local
4407 unsigned byte = (elem * elem_bitsize) / BITS_PER_UNIT; local
4483 simplify_subreg(enum machine_mode outermode, rtx op, enum machine_mode innermode, unsigned int byte) argument
4775 simplify_gen_subreg(enum machine_mode outermode, rtx op, enum machine_mode innermode, unsigned int byte) argument
[all...]
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dsha512-586.S384 .byte 102,15,56,0,193
389 .byte 102,15,56,0,202
395 .byte 102,15,56,0,211
401 .byte 102,15,56,0,220
407 .byte 102,15,56,0,229
413 .byte 102,15,56,0,238
420 .byte 102,15,56,0,247
427 .byte 102,15,56,0,248
458 .byte 102,15,58,15,208,8
460 .byte 10
[all...]
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Drsaz-avx2.S342 .byte 0x67
344 .byte 0x67
388 .byte 0x67
393 .byte 0xc4,0x41,0x7e,0x6f,0x9d,0x58,0x00,0x00,0x00
418 .byte 0xc4,0x41,0x7e,0x6f,0xb5,0xf0,0xff,0xff,0xff
423 .byte 0x67
450 .byte 0x67
465 .byte 0x67
638 .byte 0xf3,0xc3
661 .byte
[all...]
/freebsd-11-stable/sys/dev/nand/
H A Dnandsim_chip.c493 uint8_t byte; local
497 byte = *((uint8_t *)data);
505 buffer[chip->sm_addr_cycle++] = byte;
508 buffer[chip->sm_addr_cycle++] = byte;
511 nand_debug(NDBG_SIM, "Chip [%x] read addr byte: %02x (%d of %d)\n",
512 chip->chip_num, byte, chip->sm_addr_cycle, ncycles);
890 nandsim_ignore_address(struct nandsim_chip *chip, uint8_t byte) argument
892 nandsim_log(chip, NANDSIM_LOG_SM, "ignored address byte: %d\n", byte);
/freebsd-11-stable/libexec/bootpd/
H A Dbootpd.c1249 byte *vp;
1275 byte *p, *ep;
1276 byte tag, len;
1288 /* Now scan the length byte. */
1316 bytesleft = ((byte*)bp + pktlen) - vp;
1330 *vp++ = TAG_SUBNET_MASK;/* -1 byte */
1331 *vp++ = 4; /* -1 byte */
1346 *vp++ = (byte) ((bootsize >> 8) & 0xFF);
1347 *vp++ = (byte) (bootsize & 0xFF);
1362 *vp++ = (byte) (le
[all...]
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pci.c173 uint8_t byte; local
183 i = bus_space_peek_1(sc->sc_pci_cfgt, bh, offset, &byte);
184 r = byte;
/freebsd-11-stable/sys/i386/i386/
H A Ddb_disasm.c59 #define Eb 4 /* address, byte size */
76 #define Ib 21 /* byte immediate, unsigned */
77 #define Ibs 22 /* byte immediate, signed */
80 #define Db 26 /* byte displacement from EIP */
91 #define Iba 37 /* byte immediate, don't print if 0xa */
95 short i_has_modrm; /* has regmodrm byte */
820 /*d6*/ { ".byte\t0xd6", FALSE, NONE, 0, 0 },
851 /*f1*/ { ".byte\t0xf1", FALSE, NONE, 0, 0 },
873 #define f_mod(byte) ((byte)>>
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c70 #define Eb 4 /* address, byte size */
89 #define Ib 21 /* byte immediate, unsigned */
90 #define Ibs 22 /* byte immediate, signed */
94 #define Db 26 /* byte displacement from EIP */
105 #define Iba 37 /* byte immediate, don't print if 0xa */
110 short i_has_modrm; /* has regmodrm byte */
905 /*d6*/ { ".byte\t0xd6", FALSE, NONE, 0, 0 },
936 /*f1*/ { ".byte\t0xf1", FALSE, NONE, 0, 0 },
958 #define f_mod(rex, byte) ((byte)>>
[all...]
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c427 int byte, bit, readable, writeable; local
431 byte = msr / 4;
435 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1;
436 writeable = (bitmap[byte] & (2 << bit)) ? 0 : 1;
440 byte += 2048;
441 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1;
442 writeable = (bitmap[byte] & (2 << bit)) ? 0 : 1;
447 byte += 4096;
448 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1;
449 writeable = (bitmap[byte]
461 int byte, bit, readable, writeable; local
[all...]
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h184 #error Unknown byte order.
/freebsd-11-stable/sys/compat/ndis/
H A Dwinx64_wrap.S95 mov %rsp,%rbp # is 16-byte aligned
/freebsd-11-stable/sys/i386/include/
H A Dasmacros.h47 #define ALIGN_DATA .p2align 2 /* 4 byte alignment, zero filled */
49 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
51 #define ALIGN_TEXT .p2align 2,0x90 /* 4-byte alignment, nop filled */
53 #define SUPERALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
58 #define NON_GPROF_RET .byte 0xc3 /* opcode for `ret' */
/freebsd-11-stable/sys/powerpc/include/
H A Dasm.h129 .byte 0,0,0,0,0,0,0,0; \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp58 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte, argument
62 in_shadow ? d.ShadowByte(byte) : d.MemoryByte(), byte >> 4,
63 byte & 15, d.Default(), after);
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S53 .set MEM_BIOS_KEYBOARD,0x496 # BDA byte with keyboard bit
119 * set the RBX_SERIAL bit in the howto byte.
126 * set the RBX_DUAL and RBX_SERIAL bits in the howto byte.
/freebsd-11-stable/lib/libc/mips/string/
H A Dbcopy.S152 andi t2,SIZEREG,(SZREG-1) # get byte count / SZREG
246 andi t2,SIZEREG,SZREG-1 # get byte count / 4
/freebsd-11-stable/sys/mips/mips/
H A Dbcopy.S141 andi t2,SIZEREG,(SZREG-1) # get byte count / SZREG
235 andi t2,SIZEREG,SZREG-1 # get byte count / 4
/freebsd-11-stable/contrib/dtc/
H A Ddtc-parser.y44 uint8_t byte;
71 %token <byte> DT_BYTE
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c195 /// If 1, the repeated match has length of one byte. Otherwise
283 /// If decoding a literal: match byte.
370 // It's a literal i.e. a single 8-bit byte.
378 // Decode literal without match byte.
395 // Decode literal with match byte.
397 // We store the byte we compare against
398 // ("match byte") to "len" to minimize the
493 // Instead of a new byte we are going to get a byte range
726 // Repeating more than one byte a
1000 lzma_lzma_lclppb_decode(lzma_options_lzma *options, uint8_t byte) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s134 NOP ; Needed to make the loop 16-byte aligned
135 NOP ; needed to make the loop 16-byte aligned
158 ; This loop is unrolled 2 times (64-byte aligned as well)
241 ; Top of loop aligned on 64-byte boundary
327 ; This loop is unrolled 2 times (64-byte aligned as well)
403 ; Top of loop aligned on 64-byte boundary
481 ; This loop is unrolled 2 times (64-byte aligned as well)
538 ; Top of loop aligned on 64-byte boundary
605 ; This loop is unrolled 2 times (64-byte aligned as well)
681 ; This loop is unrolled 2 times (64-byte aligne
[all...]
H A Dpa-risc2W.s126 NOP ; Needed to make the loop 16-byte aligned
127 NOP ; Needed to make the loop 16-byte aligned
150 ; This loop is unrolled 2 times (64-byte aligned as well)
233 ; Top of loop aligned on 64-byte boundary
317 ; This loop is unrolled 2 times (64-byte aligned as well)
393 ; Top of loop aligned on 64-byte boundary
470 ; This loop is unrolled 2 times (64-byte aligned as well)
527 ; Top of loop aligned on 64-byte boundary
594 ; This loop is unrolled 2 times (64-byte aligned as well)
670 ; This loop is unrolled 2 times (64-byte aligne
[all...]
/freebsd-11-stable/sys/dev/ppc/
H A Dppc.c188 w_ecr(ppc, 0x34); /* byte mode, no interrupt, no DMA */
246 /* if FIFO empty before the last byte, error */
253 /* FIFO must be empty after the last byte */
324 /* return to byte mode (keeping direction bit),
369 /* return to byte mode (keeping direction bit),
443 * Read the SID byte. Possible values are :
1339 #define w_reg(reg, ppc, byte) (bus_write_1((ppc)->res_ioport, reg, byte))
1901 ppc_io(device_t ppcdev, int iop, u_char *addr, int cnt, u_char byte) argument
1940 w_dtr(ppc, byte);
[all...]
/freebsd-11-stable/sys/dev/tl/
H A Dif_tl.c533 static u_int8_t tl_eeprom_putbyte(sc, byte)
535 int byte;
548 if (byte & i) {
575 * Read a byte of data stored in the EEPROM at address 'addr.'
583 u_int8_t byte = 0; local
600 * Send address of byte we want to read.
627 byte |= i;
635 * No ACK generated for read, so just return byte.
638 *dest = byte;
654 u_int8_t byte local
[all...]
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_attach.c648 uint8_t byte; local
685 byte = 0;
687 byte <<= 1;
689 byte |= 1;
697 sc->eeprom[addr] = byte;
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c105 int byte, isshort; local
108 bars = bridge = caps = errors = verbose = vpd = byte = isshort = 0;
122 byte = 1;
175 byte ? 1 : isshort ? 2 : 4);
178 byte ? 1 : isshort ? 2 : 4);

Completed in 254 milliseconds

1234567891011>>