Searched refs:byte (Results 251 - 275 of 478) sorted by relevance

<<11121314151617181920

/freebsd-current/contrib/bionic-x86_64-string/
H A Dsse2-memset-slm.S45 # %rdi = dst, %rsi = byte, %rdx = n, %rcx = dst_len
/freebsd-current/stand/i386/gptboot/
H A Dgptldr.S80 mov %si,%ax # last byte we want to copy
86 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # the last byte we
/freebsd-current/stand/i386/mbr/
H A Dmbr.S16 # A 512 byte MBR boot manager that simply boots the active partition.
152 flags: .byte FLAGS # Flags
/freebsd-current/usr.sbin/smbmsg/
H A Dsmbmsg.c145 /* operations that do not require a command byte */
153 /* no command, 1 byte input: receive byte op. */
160 /* no command, 1 byte output: send byte op. */
167 /* command + 1 byte input: read byte op. */
170 printf(fmt, (unsigned char)c.rdata.byte);
174 /* command + 1 byte output: write byte o
[all...]
/freebsd-current/lib/libc/db/test/
H A Drun.test553 # Test different byte orders.
556 echo "Test 13: btree, hash: differing byte orders"
560 rm -f byte.file $TMP2 $TMP3
568 $PROG -ilorder=$order -f byte.file -o $TMP3 $type $TMP2
579 -ilorder=$order -f byte.file -o $TMP3 $type $TMP2
587 rm -f byte.file
/freebsd-current/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c96 * Write a single byte to the current I2C address, the
100 iic_dp_aux_put_byte(device_t idev, u8 byte) argument
110 ret = iic_dp_aux_transaction(idev, MODE_I2C_WRITE, byte, NULL);
115 * Read a single byte from the current I2C address, the
/freebsd-current/sys/dev/iicbus/pwm/
H A Dadm1030.c88 adm1030_write_byte(device_t dev, uint32_t addr, uint8_t reg, uint8_t byte) argument
99 buf[1] = byte;
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp184 static void emit(Program &P, std::vector<std::byte> &Code, const T &Val,
213 void emit(Program &P, std::vector<std::byte> &Code, const Floating &Val,
/freebsd-current/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c190 uint8_t byte; local
196 byte = in[*in_pos];
199 s->vli |= (vli_type)(byte & 0x7F) << s->pos;
201 if ((byte & 0x80) == 0) {
203 if (byte == 0 && s->pos != 0)
363 * of s->crc. s->pos must be zero when starting to validate the first byte.
547 /* Size of Properties = 1-byte Filter Properties */
611 /* We need one byte of input to continue. */
770 * Since we know that the last input byte never produces any output, we know
/freebsd-current/contrib/ldns/
H A Dutil.c72 ldns_set_bit(uint8_t *byte, int bit_nr, bool value) argument
80 *byte = *byte | (0x01 << bit_nr);
82 *byte = *byte & ~(0x01 << bit_nr);
508 * byte boundaries for sizes with a remainder.
704 /* Not ending on a eight byte boundary? */
/freebsd-current/sys/crypto/openssl/i386/
H A Dcast-586.S11 .byte 243,15,30,251
386 .byte 243,15,30,251
758 .byte 243,15,30,251
826 .byte 243,15,30,251
834 .byte 243,15,30,251
841 .byte 243,15,30,251
848 .byte 243,15,30,251
856 .byte 243,15,30,251
864 .byte 243,15,30,251
871 .byte 24
[all...]
H A Dbf-586.S11 .byte 243,15,30,251
366 .byte 243,15,30,251
721 .byte 243,15,30,251
789 .byte 243,15,30,251
797 .byte 243,15,30,251
804 .byte 243,15,30,251
811 .byte 243,15,30,251
819 .byte 243,15,30,251
827 .byte 243,15,30,251
834 .byte 24
[all...]
H A Dsha512-586.S11 .byte 243,15,30,251
387 .byte 102,15,56,0,193
392 .byte 102,15,56,0,202
398 .byte 102,15,56,0,211
404 .byte 102,15,56,0,220
410 .byte 102,15,56,0,229
416 .byte 102,15,56,0,238
423 .byte 102,15,56,0,247
430 .byte 102,15,56,0,248
461 .byte 10
[all...]
/freebsd-current/sys/dev/ow/
H A Dow.c209 ow_send_byte(device_t lldev, struct ow_timing *t, uint8_t byte) argument
214 if (byte & (1 << i))
224 uint8_t byte = 0; local
229 byte |= bit << i;
231 *bytep = byte;
/freebsd-current/crypto/openssl/test/
H A Dpackettest.c288 const unsigned char *byte = NULL; local
293 || !TEST_true(PACKET_get_bytes(&pkt, &byte, 1))
294 || !TEST_uchar_eq(byte[0], 4)
296 || !TEST_true(PACKET_get_bytes(&pkt, &byte, 1))
297 || !TEST_uchar_eq(byte[0], 0xfe))
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp255 uint8_t byte; local
259 byte = *p++;
260 result |= (uint64_t)(byte & 0x7f) << bit;
262 } while (byte & 0x80);
264 if ((byte & 0x40) != 0 && bit < 64)
/freebsd-current/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S24 # expressed in cycles per processed byte, less is better:
42 # Add PCLMULQDQ version performing at 2.02 cycles per processed byte.
85 # it performs in 0.41 cycles per byte on Haswell processor, in
117 .byte 102,15,56,0,197
121 .byte 102,15,58,68,194,0
122 .byte 102,15,58,68,202,17
123 .byte 102,15,58,68,220,0
155 .byte 102,15,56,0,197
168 // KCF/ICP stores H in network byte order with the hi qword first
663 .byte 1
[all...]
/freebsd-current/sys/dev/ppc/
H A Dppc.c183 w_ecr(ppc, 0x34); /* byte mode, no interrupt, no DMA */
241 /* if FIFO empty before the last byte, error */
248 /* FIFO must be empty after the last byte */
319 /* return to byte mode (keeping direction bit),
364 /* return to byte mode (keeping direction bit),
437 * Read the SID byte. Possible values are :
1330 #define w_reg(reg, ppc, byte) (bus_write_1((ppc)->res_ioport, reg, byte))
1846 ppc_io(device_t ppcdev, int iop, u_char *addr, int cnt, u_char byte) argument
1885 w_dtr(ppc, byte);
[all...]
/freebsd-current/sys/crypto/openssl/amd64/
H A Drsaz-avx2.S350 .byte 0x67
352 .byte 0x67
396 .byte 0x67
401 .byte 0xc4,0x41,0x7e,0x6f,0x9d,0x58,0x00,0x00,0x00
426 .byte 0xc4,0x41,0x7e,0x6f,0xb5,0xf0,0xff,0xff,0xff
431 .byte 0x67
458 .byte 0x67
473 .byte 0x67
654 .byte 0xf3,0xc3
687 .byte
[all...]
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c489 uint8_t byte[pt_pl_cyc_max_size], index, end; local
495 byte[0] = pt_opc_cyc;
496 byte[0] |= (uint8_t) ctc;
501 byte[0] |= pt_opm_cyc_ext;
510 byte[end] = (uint8_t) ctc;
514 byte[end] |= pt_opm_cycx_ext;
522 *pos++ = byte[index];
H A Dpt_packet.c43 uint64_t byte = *pos++; local
45 byte <<= (idx * 8);
46 val |= byte;
396 /* The first byte contains the opcode and part of the payload.
397 * We already checked that this first byte is within bounds.
/freebsd-current/libexec/bootpd/
H A Dbootpd.c1233 byte *vp;
1259 byte *p, *ep;
1260 byte tag, len;
1272 /* Now scan the length byte. */
1300 bytesleft = ((byte*)bp + pktlen) - vp;
1314 *vp++ = TAG_SUBNET_MASK;/* -1 byte */
1315 *vp++ = 4; /* -1 byte */
1330 *vp++ = (byte) ((bootsize >> 8) & 0xFF);
1331 *vp++ = (byte) (bootsize & 0xFF);
1346 *vp++ = (byte) (le
[all...]
/freebsd-current/sbin/md5/
H A Dmd5.c690 uint8_t byte; local
730 bits = byte = 0;
733 byte <<= 1;
734 byte |= *p - '0';
736 if (tee && putchar(byte) == EOF)
738 alg->Update(&context, &byte, 1);
739 bits = byte = 0;
809 * Measures the time to digest TEST_BLOCK_COUNT TEST_BLOCK_LEN-byte blocks.
822 printf("%s time trial. Digesting %d %d-byte blocks ...",
/freebsd-current/usr.bin/sdiotool/
H A Dsdiotool.c96 * Then turns off PLL: byte-write BRCMF_INIT_CLKCTL1 (0x28) -> SBSDIO_FUNC1_CHIPCLKCSR (0x1000E)
108 * byte 0 -> SBSDIO_FUNC1_SDIOPULLUP (0x0001000f)
141 * The address to read from is written to three byte-sized registers of F1:
150 * 1-byte IO is done with CMD52, more is read with CMD53 with address increment (not FIFO mode).
221 uint regaddr, u8 byte) {
231 sdio_writeb(func, byte, regaddr, &err_ret);
233 sdio_f0_writeb(func, byte, regaddr, &err_ret);
246 /* only allow byte access on F0 */
220 brcmf_sdiod_f0_writeb(struct sdio_func *func, uint regaddr, u8 byte) argument
/freebsd-current/sys/i386/i386/
H A Dcopyout.c263 * Fetch (load) a 32-bit word, a 16-bit word, or an 8-bit byte from user
353 * Store a 32-bit word, a 16-bit word, or an 8-bit byte to user memory.
364 subyte(volatile void *base, int byte) argument
370 if (fast_copyout && subyte_fast_tramp(base, byte, pmap_get_kcr3()) == 0)
373 &byte) != 0 ? -1 : 0);

Completed in 505 milliseconds

<<11121314151617181920