Searched refs:byte (Results 1 - 25 of 477) sorted by last modified time

1234567891011>>

/freebsd-current/sys/sys/
H A Dsoundcard.h129 * select will return true when one byte can be exchanged. For audio
130 * devices, character mode makes select almost useless since one byte
383 * The least significant byte has the same format than the GUS .PAT
551 * are records of 4 or 8 bytes. The first byte defines the size.
558 * 8 byte events also. If you receive any event having first byte >= 128,
559 * it's a 8 byte event.
564 * There is also a 8 byte version of most of the 4 byte events. The
565 * 8 byte on
[all...]
/freebsd-current/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c3870 int byte; local
3879 byte = hex_to_dec(p[len - i * 2 - 1]) +
3882 if (byte < 0 || byte > 255)
3886 ((unsigned char *)&f)[i] = (unsigned char)(byte);
3889 (unsigned char)(byte);
3915 int byte; local
3924 byte = hex_to_dec(p[len - i * 2 - 1]) +
3926 if (byte < 0 || byte > 25
3958 int byte; local
4017 int byte; local
4079 int byte; local
[all...]
/freebsd-current/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c3536 int byte; local
3545 byte = hex_to_dec(p[len - i * 2 - 1]) +
3548 if (byte < 0 || byte > 255)
3552 ((unsigned char *)&f)[i] = (unsigned char)(byte);
3555 (unsigned char)(byte);
3581 int byte; local
3590 byte = hex_to_dec(p[len - i * 2 - 1]) +
3592 if (byte < 0 || byte > 25
3624 int byte; local
3683 int byte; local
3745 int byte; local
[all...]
/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx.c321 * byte DMA to the array on architectures
419 * Clear the upper byte that holds SEQINT status
523 /* Fixup byte order */
677 * notified by the sequencer after each byte is
745 * for the currently presented byte on the bus,
747 * eventually ack this byte. Ack the byte and
773 * byte. This is also the only strategy
1063 * automatically ack a byte that has a parity error
1066 * an already acked byte i
7732 uint8_t *byte; local
[all...]
H A Daic79xx.c699 * low byte to the offset in the SG_CACHE,
838 * a copy of the first byte (little endian) of the sgptr
1197 * notified by the sequencer after each byte is
1958 /* Ack the byte. So we can continue. */
3931 printf(" byte 0x%x\n", ahd->send_msg_perror);
3961 /* Last byte is signified by dropping ATN */
3967 * the next byte on the bus.
3972 printf(" byte 0x%x\n",
4011 /* Pull the byte in without acking it */
4015 printf(" byte
10211 uint8_t *byte; local
[all...]
H A Daic7xxx_osm.c1002 * to be even by adding an extra, 1 byte, SG,
1404 uint8_t *byte;
1408 byte = &cmd->initiator_channel;
1413 while (byte < last_byte) {
1416 printf("%#x", *byte++);
H A Daic79xx_osm.c1344 uint8_t *byte;
1348 byte = &cmd->initiator_channel;
1353 while (byte < last_byte) {
1356 printf("%#x", *byte++);
/freebsd-current/contrib/libcbor/src/cbor/internal/
H A Dunicode.c59 uint32_t _cbor_unicode_decode(uint32_t* state, uint32_t* codep, uint32_t byte) { argument
60 uint32_t type = utf8d[byte];
62 *codep = (*state != UTF8_ACCEPT) ? (byte & 0x3fu) | (*codep << 6)
63 : (0xff >> type) & (byte);
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-file.exp4 make: "(stdin)" line 1: Zero byte read from file
H A Ddirective-include.mk73 # resulting in the error message """ line 1: Zero byte read from file".
H A Ddirective-for-null.exp1 make: "(stdin)" line 2: Zero byte read from file
/freebsd-current/contrib/bmake/
H A Dbuf.h99 /* Adds a single byte to a buffer. */
101 Buf_AddByte(Buffer *buf, char byte) argument
108 end[0] = byte;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c352 uint_t byte = random_in_range(len); local
357 buffer[byte] ^= 1 << random_in_range(8);
/freebsd-current/usr.sbin/bhyvectl/amd64/
H A Dbhyvectl_machdep.c342 int byte, bit, readable, writeable; local
346 byte = msr / 4;
350 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1;
351 writeable = (bitmap[byte] & (2 << bit)) ? 0 : 1;
355 byte += 2048;
356 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1;
357 writeable = (bitmap[byte] & (2 << bit)) ? 0 : 1;
362 byte += 4096;
363 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1;
364 writeable = (bitmap[byte]
376 int byte, bit, readable, writeable; local
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c1048 /* Skip over the 2-byte CRC at the beginning of the header. */
2249 /* Skip to the next byte */
3677 uint8_t byte = 0; local
3684 uint32_t delta2 = abs(byte - prev[0]);
3685 uint32_t delta3 = abs(prev[3] - prev[0] + byte - prev[0]);
3687 byte = delta2 <= delta3 ? prev[3] : prev[0];
3689 byte -= *src++;
3690 dst[j] = byte;
3733 uint8_t predbyte, byte; local
3739 byte
3795 rar_decode_byte(struct archive_read *a, uint8_t *byte) argument
[all...]
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. */
558 uint8_t byte; local
560 byte = rar->cstate.window_buf[
564 prev_byte -= byte;
914 * the byte count that was consumed in order to decode the `pvalue` value, plus
945 /* Strip the MSB from the input byte and add the resulting
983 * even if the first bit of last byte is 1. */
2778 /* Parses the block header, verifies its CRC byte, and saves the header
2797 /* 1-byte bloc
2854 uint16_t byte; local
[all...]
/freebsd-current/sys/kern/
H A Dsubr_asan.c202 REPORT("ASan: Invalid access, %zu-byte %s at %#lx, %s(%x)",
210 int8_t *byte = (int8_t *)kasan_md_addr_to_shad(addr); local
213 *byte = last;
316 int8_t *byte = (int8_t *)kasan_md_addr_to_shad(addr); local
319 if (__predict_true(*byte == 0 || last <= *byte)) {
322 *code = *byte;
329 int8_t *byte, last; local
336 byte = (int8_t *)kasan_md_addr_to_shad(addr);
339 if (__predict_true(*byte
349 int8_t *byte, last; local
369 int8_t *byte, last; local
581 kasan_subyte(volatile void *base, int byte) argument
[all...]
/freebsd-current/sys/dev/iicbus/
H A Dacpi_iicbus.c93 acpi_iicbus_sendb(device_t dev, u_char slave, char byte) argument
96 { slave, IIC_M_WR, 1, &byte },
103 acpi_iicbus_recvb(device_t dev, u_char slave, char *byte) argument
113 *byte = buf;
191 * read one byte to generate the stop or abort.
/freebsd-current/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse41.S99 .byte 2
100 .byte 3
101 .byte 0
102 .byte 1
103 .byte 6
104 .byte 7
105 .byte 4
106 .byte 5
107 .byte 10
108 .byte 1
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S43 # define pause_op .byte 0xf3,0x90
217 .4byte .gomp_critical_user_
238 .8byte .gomp_critical_user_
577 // now it will be aligned on 128-byte boundary at the call
1051 // note: at call to pkfn must have %rsp 128-byte aligned for compiler
1120 // now %rsp will align to 128-byte boundary at call site
1141 // Apple's linker does not support 1-byte length relocation;
2415 .4byte .gomp_critical_user_
2433 .8byte .gomp_critical_user_
2465 .4byte
[all...]
H A Dz_AIX_asm.S368 .byte 0x00 # Version = 0
369 .byte 0x09 # Language = CPlusPlus
370 .byte 0x20 # -IsGlobaLinkage, -IsOutOfLineEpilogOrPrologue
375 .byte 0x61 # -IsInterruptHandler, +IsFunctionNamePresent, +IsAllocaUsed
377 .byte 0x80 # +IsBackChainStored, -IsFixup, NumOfFPRsSaved = 0
379 .byte 0x02 # -HasExtensionTable, -HasVectorInfo, NumOfGPRsSaved = 2
380 .byte 0x06 # NumberOfFixedParms = 6
382 .byte 0x01 # -HasExtensionTable, -HasVectorInfo, NumOfGPRsSaved = 1
383 .byte 0x05 # NumberOfFixedParms = 5
385 .byte
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp26 // OpcodeType (X86DisassemblerDecoderCommon.h): one-byte (0xnn), two-byte
27 // (0x0f 0xnn), three-byte-38 (0x0f 0x38 0xnn), or three-byte-3a
37 // ModR/M byte to complete decode. The ModRMDecision's type is an entry from
39 // ModR/M byte is required and how to interpret it.
51 // field of the ModR/M byte, the REG field of the ModR/M byte, or added to
98 // Specifies whether a ModR/M byte is needed and (if so) which
99 // instruction each possible value of the ModR/M byte correspond
190 peek(struct InternalInstruction *insn, uint8_t &byte) argument
223 uint8_t byte = 0; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp752 // In a Thumb instruction stream, a halfword is a standalone 2-byte
754 // Otherwise, it's the first halfword of a 4-byte instruction.
757 // basis, and maybe skip a whole 4-byte instruction that we don't
4893 unsigned byte = fieldFromInstruction(Val, 8, 2); local
4895 switch (byte) {
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp798 KEYWORD(byte);
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp54 // are decoded into an unsigned byte and returned by this function
82 int byte = DecodeHexU8(); local
83 if (byte == -1) {
89 ch = static_cast<uint8_t>(byte);

Completed in 345 milliseconds

1234567891011>>