Searched refs:byte (Results 276 - 300 of 364) sorted by relevance

<<1112131415

/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dcmll-x86_64.S64 .byte 0xf3,0xc3
271 .byte 0xf3,0xc3
333 .byte 0xf3,0xc3
541 .byte 0xf3,0xc3
1085 .byte 0xf3,0xc3
1837 .byte 0xf3,0xc3
1840 .byte 67,97,109,101,108,108,105,97,32,102,111,114,32,120,56,54,95,54,52,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c9329 self-test execution status (4 bits); ((virtAddr1->byte[5] & 0xF0) >> 4)
9331 SelfTestExecutionStatus = (bit8)(((virtAddr1->byte[5] & 0xF0) >> 4));
9345 pLogPage[8] = (bit8)(0 | ((virtAddr1->byte[5] & 0xF0) >> 4)); /* Self Test Code and Self-Test Result */
9347 pLogPage[10] = virtAddr1->byte[7]; /* time stamp, MSB */
9348 pLogPage[11] = virtAddr1->byte[6]; /* time stamp, LSB */
9352 pLogPage[14] = virtAddr1->byte[14]; /* address of first failure */
9353 pLogPage[15] = virtAddr1->byte[13]; /* address of first failure */
9354 pLogPage[16] = virtAddr1->byte[12]; /* address of first failure */
9355 pLogPage[17] = virtAddr1->byte[11]; /* address of first failure */
9356 pLogPage[18] = virtAddr1->byte[1
[all...]
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c44 * Disassembly begins in dis_distable, which is equivalent to the One-byte
111 Mb, /* register or memory, always byte sized */
137 NORM, /* instructions w/o ModR/M byte, no memory access */
138 IMPLMEM, /* instructions w/o ModR/M byte, implicit mem access */
146 Ib, /* for push immediate byte */
251 #define VEX_2bytes 0xC5 /* the first byte of two-byte form */
252 #define VEX_3bytes 0xC4 /* the first byte of three-byte form */
254 #define FILL 0x90 /* Fill byte use
2408 int byte; local
2434 int byte; local
2510 int byte; local
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Darena.c2449 size_t offset, uint8_t byte)
2452 malloc_printf("<jemalloc>: Corrupt redzone %zu byte%s %s %p "
2453 "(size %zu), byte=%#x\n", offset, (offset == 1) ? "" : "s",
2454 after ? "after" : "before", ptr, usize, byte);
2474 uint8_t *byte = (uint8_t *)((uintptr_t)ptr - i); local
2475 if (*byte != JEMALLOC_ALLOC_JUNK) {
2478 *byte);
2480 *byte = JEMALLOC_ALLOC_JUNK;
2484 uint8_t *byte = (uint8_t *)((uintptr_t)ptr + size + i); local
2485 if (*byte !
2448 arena_redzone_corruption(void *ptr, size_t usize, bool after, size_t offset, uint8_t byte) argument
[all...]
/freebsd-11-stable/sys/dev/pci/
H A Dpci.c985 KASSERT((reg & 3) == 0, ("VPD register must by 4 byte aligned"));
1005 KASSERT((reg & 3) == 0, ("VPD register must by 4 byte aligned"));
1034 uint8_t byte; local
1041 byte = vrs->val & 0xff;
1045 byte = vrs->val & 0xff;
1049 vrs->cksum += byte;
1050 *data = byte;
1065 uint8_t byte; local
1081 if (vpd_nextbyte(&vrs, &byte)) {
1086 printf("vpd: val: %#x, off: %d, bytesinval: %d, byte
[all...]
/freebsd-11-stable/sys/dev/ctau/
H A Dctau.c109 unsigned char byte; member in struct:__anon9531
120 t->byte = 0;
129 return t->byte;
131 t->byte = *t->ptr++;
132 if (t->byte == 0)
134 return t->byte;
1006 /* Disable byte-sync mode for Tau/G.703. */
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c267 int8_t bit_addr; /* Current bit pointer inside current byte. */
268 int in_addr; /* Current byte pointer. */
553 uint8_t byte; local
555 byte = rar->cstate.window_buf[
559 prev_byte -= byte;
909 * the byte count that was consumed in order to decode the `pvalue` value, plus
940 /* Strip the MSB from the input byte and add the resulting
978 * even if the first bit of last byte is 1. */
2648 /* Parses the block header, verifies its CRC byte, and saves the header
2667 /* 1-byte bloc
2722 uint16_t byte; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c58 /* If *ITER hasn't reached END yet, read the next byte into *RESULT and
59 move onto the next byte. Return true on success. */
91 unsigned char byte; local
93 if (!read_byte (iter, end, &byte))
95 while (byte & 0x80);
408 If every byte makes sense, return a pointer to the first DW_CFA_nop
409 padding byte, or END if there is no padding. Return null otherwise.
1294 /* The uleb128 will always be a single byte for the kind
1440 /* Skip the PC and length and insert a zero byte for the
/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp130 RATIONAL_TYPE = 5, // 8-byte numerator + 8-byte denominator
136 typedef unsigned char byte; typedef
145 byte get_byte();
404 // on byte counts.
440 byte
/freebsd-11-stable/sys/mips/mips/
H A Dsupport.S109 * len is length of access (1=byte, 2=short, 4=int)
152 sb v0, 0(a1) # each byte until NIL
284 * {fu,su},{ibyte,isword,iword}, fetch or store a byte, short or word to
286 * {fu,su},{byte,sword,word}, fetch or store a byte, short or word to
338 lbu v0, 0(a0) # fetch byte
441 * Will have to flush the instruction cache if byte merging is done in hardware.
463 sb a1, 0(a0) # store byte
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c121 uint8_t byte = **offset; local
123 result |= (byte & 0x7f) << shift;
124 if ((byte & 0x80) == 0)
/freebsd-11-stable/contrib/gcc/
H A Dexcept.c1278 /* Filter value is a -1 based byte index into a uleb128 buffer. */
3108 record is a "self-relative" byte offset, or zero to indicate
3407 unsigned char byte = value & 0x7f;
3410 byte |= 0x80;
3411 VARRAY_PUSH_UCHAR (*data_area, byte);
3419 unsigned char byte;
3424 byte = value & 0x7f;
3426 more = ! ((value == 0 && (byte & 0x40) == 0)
3427 || (value == -1 && (byte & 0x40) != 0));
3429 byte |
3390 unsigned char byte = value & 0x7f; local
3402 unsigned char byte; local
[all...]
H A Dvarasm.c352 /* Create a symbol with label LABEL and place it at byte offset
2272 /* If the object is a multi-byte one, try splitting it up. Split
3980 This includes the pseudo-op such as ".int" or ".byte", and a newline.
4234 /* Nonzero means BYTE contains part of a byte, to be output. */
4236 int byte = 0;
4326 assemble_integer (GEN_INT (byte), 1, BITS_PER_UNIT, 1);
4397 /* If this field does not start in this (or, next) byte,
4404 assemble_integer (GEN_INT (byte), 1, BITS_PER_UNIT, 1);
4409 /* If still not at proper byte, advance to there. */
4419 byte
4210 int byte = 0; local
[all...]
H A Dfold-const.c3493 bit position relative to the start of a chunk (byte, halfword, word)
3498 BIT_AND_EXPR of a mask and a byte, halfword, or word of the operand being
7072 int byte, offset, word, words;
7079 for (byte = 0; byte < total_bytes; byte++)
7081 int bitpos = byte * BITS_PER_UNIT;
7090 word = byte / UNITS_PER_WORD;
7095 offset += (UNITS_PER_WORD - 1) - (byte % UNITS_PER_WORD);
7097 offset += byte
7037 int byte, offset, word, words; local
7082 int byte, offset, word, words, bitpos; local
7222 int byte, offset, word, words; local
7272 int byte, offset, word, words, bitpos; local
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1054 unw_word byte, result = 0;
1059 byte = *bp++;
1060 result |= (byte & 0x7f) << shift;
1061 if ((byte & 0x80) == 0)
1050 unw_word byte, result = 0; local
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c54 * ixgbe_out_i2c_byte_ack - Send I2C byte with ack
56 * @byte: byte to send
60 static s32 ixgbe_out_i2c_byte_ack(struct ixgbe_hw *hw, u8 byte) argument
64 status = ixgbe_clock_out_i2c_byte(hw, byte);
71 * ixgbe_in_i2c_byte_ack - Receive an I2C byte and send ack
73 * @byte: pointer to a u8 to receive the byte
77 static s32 ixgbe_in_i2c_byte_ack(struct ixgbe_hw *hw, u8 *byte) argument
81 status = ixgbe_clock_in_i2c_byte(hw, byte);
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dmandocdb.c1423 char byte; local
1471 byte = start[sz];
1490 if (' ' == byte) {
1495 assert(',' == byte);
/freebsd-11-stable/stand/i386/pmbr/
H A Dpmbr.s34 # A 512 byte PMBR boot manager that looks for a FreeBSD boot GPT partition
238 .byte 0xbe
239 .byte 0x0b
240 .byte 0x00
241 .byte 0x15
242 .byte 0x60
243 .byte 0xb8
244 .byte 0x4f
245 .byte 0x0f
/freebsd-11-stable/sys/sys/
H A Dsystm.h288 int subyte(volatile void *base, int byte);
/freebsd-11-stable/contrib/binutils/gas/
H A Ddw2gencfi.c374 /* Fake CFI type; outside the byte range of any real CFI insn. */
824 /* Emit a single byte into the current segment. */ argument
827 out_one (int byte)
829 FRAG_APPEND_1_CHAR (byte);
832 /* Emit a two-byte word into the current segment. */
840 /* Emit a four byte word into the current segment. */
909 /* The code in ehopt.c expects that one byte of the encoding
912 .byte DW_CFA_advance_loc4. */
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-lmcx-defs.h3121 the largest of the per byte Board delay
3232 the largest of the per byte Board delay
3364 the largest of the per byte Board delay
3477 the largest of the per byte Board delay
3588 the largest of the per byte Board delay
3701 the largest of the per byte Board delay
3790 uint64_t data_layout : 2; /**< Logical data layout per DQ byte lane:
3815 uint64_t data_layout : 2; /**< Logical data layout per DQ byte lane:
3839 uint64_t data_layout : 2; /**< Logical data layout per DQ byte lane:
4638 0000 : no byte
6613 uint64_t byte : 4; /**< 0 <= BYTE <= 8 */ member in struct:cvmx_lmcx_read_level_dbg::cvmx_lmcx_read_level_dbg_s
6811 uint64_t byte : 4; /**< 0 <= BYTE <= 8 member in struct:cvmx_lmcx_rlevel_ctl::cvmx_lmcx_rlevel_ctl_s
6841 uint64_t byte : 4; /**< 0 <= BYTE <= 8 member in struct:cvmx_lmcx_rlevel_ctl::cvmx_lmcx_rlevel_ctl_cn63xxp1
8101 uint64_t byte : 4; /**< 0 <= BYTE <= 8 */ member in struct:cvmx_lmcx_wlevel_dbg::cvmx_lmcx_wlevel_dbg_s
[all...]
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c180 * If 1, the repeated match has length of one byte. Otherwise
308 /* Return true if at least one byte can be written into the dictionary. */
315 * Get a byte from the dictionary at the given distance. The distance is
331 * Put one byte into the dictionary. It is assumed that there is space for it.
333 static inline void dict_put(struct dictionary *dict, uint8_t byte) argument
335 dict->buf[dict->pos++] = byte;
447 * read already. (Yes, the first byte gets completely ignored.)
477 /* Read the next input byte if needed. */
580 /* Decode a literal (one 8-bit byte) */
940 * LZMA2 control byte
[all...]
/freebsd-11-stable/sys/dev/ti/
H A Dif_ti.c48 * filtering and jumbo (9014 byte) frames. The hardware is largely
284 ti_eeprom_putbyte(struct ti_softc *sc, int byte) argument
297 if (byte & i) {
324 * Read a byte of data stored in the EEPROM at address 'addr.'
332 uint8_t byte = 0; local
347 * Send first byte of address of byte we want to read.
355 * Send second byte address of byte we want to read.
383 byte |
406 uint8_t byte = 0; local
[all...]
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h142 #define BWN_BITREV8(byte) (bwn_bitrev_table[byte])
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm561 sub esp,edx ; Prepare stack ptr-- Now it will be aligned on 128-byte boundary at the call
1192 ; just before call to pkfn must have rsp 128-byte aligned for compiler
1247 and rax, -128 ; Mask off 7 bits (128-byte align)
1250 ; Now it will align to 128-byte at the call

Completed in 307 milliseconds

<<1112131415