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

<<1112131415

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c86 byte session_ticket[SESSION_TICKET_LEN];
2006 byte seed[SEED_LEN];
2009 byte *tmp_out;
2010 byte *_out;
2012 byte *master_key;
2014 byte *server_random;
2016 byte *client_random;
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S116 btx_hdr: .byte 0xeb # Machine ID
117 .byte 0xe # Header size
119 .byte 0x1 # Major version
120 .byte 0x2 # Minor version
121 .byte BTX_FLAGS # Flags
779 dump.5: lodsb # Get byte and
1038 idtctl: .byte 0x10, 0x8e # Int 0x0-0xf
1040 .byte 0x10, 0x8e # Int 0x10
1042 .byte 0x10, 0x8e # Int 0x20-0x2f
1044 .byte
[all...]
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S120 btx_hdr: .byte 0xeb # Machine ID
121 .byte 0xe # Header size
123 .byte 0x1 # Major version
124 .byte 0x2 # Minor version
125 .byte BTX_FLAGS # Flags
754 dump.5: lodsb # Get byte and
1016 idtctl: .byte 0x10, 0x8e # Int 0x0-0xf
1018 .byte 0x10, 0x8e # Int 0x10
1020 .byte 0x10, 0x8e # Int 0x20-0x2f
1022 .byte
[all...]
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dsha512-x86_64.S1711 .byte 0xf3,0xc3
1799 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
1882 .byte 143,72,120,195,200,56
1893 .byte 143,72,120,195,209,7
1901 .byte 143,104,120,195,223,3
1913 .byte 143,72,120,195,203,42
1951 .byte 143,72,120,195,200,56
1962 .byte 143,72,120,195,209,7
1970 .byte 143,104,120,195,216,3
1982 .byte 14
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A D_libdwarf.h82 #define WRITE_PADDING(byte, cnt) \
84 &ds->ds_size, (byte), (cnt), error)
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-tramp.asm74 srwi r4,r4,2 /* # words to move (insns always 4-byte) */
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh784 atf_check -o file:exp "$(prog_db)" -ilorder=$order -f byte.file $type in
791 atf_check -o file:exp "$(prog_db)" -s -ilorder=$order -f byte.file $type in
798 atf_set "descr" "Checks btree database using differing byte orders"
811 atf_set "descr" "Checks hash database using differing byte orders"
1229 "btree: small key, big data, known byte order"
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp399 char desr[] = "?-byte";
403 scariness.Scare(15, "multi-byte");
411 // If we are accessing 16 bytes, look at the second shadow byte.
413 // If we are in the partial right redzone, look at the next shadow byte.
495 u8 byte, const char *after = "\n") {
496 PrintMemoryByte(str, before, byte, /*in_shadow*/true, after);
501 "Shadow byte legend (one shadow byte represents %d "
494 PrintShadowByte(InternalScopedString *str, const char *before, u8 byte, const char *after = �) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dc-lang.c97 the last byte of it is a null, we don't print that, in traditional C
H A Dminimon.h31 typedef unsigned char BYTE; /* byte (8 bit) */
178 BYTE byte[DUMMY]; member in struct:generic_msg_t
H A Dmips-tdep.c297 the targets byte order. */
697 mips_regsize(), and also map 1:1, byte for byte. */
2319 /* Right now GAS only outputs the address as a four-byte sequence.
3337 regardless of the byte order. I.e. DO NOT USE
3358 /* A scalar extract each part but least-significant-byte
3785 regardless of the byte order. I.e. DO NOT USE
3807 /* A scalar extract each part but least-significant-byte
3808 justified. o32 thinks registers are 4 byte, regardless of
4322 /* 4-byte register
4444 int col, byte; local
[all...]
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c797 int byte, int offset, int mask)
801 ptr = map * 3 + byte;
814 shift = 16 + 5 * byte;
816 shift = 5 * byte;
796 ipu_dc_setup_map(struct ipu_softc *sc, int map, int byte, int offset, int mask) argument
/freebsd-11-stable/contrib/dtc/
H A Ddtc.h119 struct data data_append_byte(struct data d, uint8_t byte);
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S768 drive: .byte 0
776 name_len: .byte 0x0 # Length of current name
779 twiddle_index: .byte 0x0
799 .byte 0
/freebsd-11-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s287 StackVar align16,8 #keep 16-byte aligned (adjust for retAddr?)
1290 .if (_SP_OFFS_ % 16) # make sure stack is still 16-byte aligned here
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_osm.c1006 * to be even by adding an extra, 1 byte, SG,
1411 uint8_t *byte;
1415 byte = &cmd->initiator_channel;
1420 while (byte < last_byte) {
1423 printf("%#x", *byte++);
H A Daic79xx_osm.c1349 uint8_t *byte;
1353 byte = &cmd->initiator_channel;
1358 while (byte < last_byte) {
1361 printf("%#x", *byte++);
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Darmv4-mont.S43 mov r0,r0,lsl#2 @ rescale r0 for byte count
/freebsd-11-stable/sys/amd64/include/
H A Dasmacros.h55 #define ALIGN_DATA .p2align 3 /* 8 byte alignment, zero filled */
57 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
59 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
61 #define SUPERALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
66 #define NON_GPROF_RET .byte 0xc3 /* opcode for `ret' */
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_card.c450 int byte; local
467 if ( (byte = i2cRead( bktr, (addr | 1) )) == -1 )
469 data[ x ] = byte;
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device-fp.c863 u8 byte = ((u8 *)tcp)[off+i]; local
866 if ((byte == 0x0) || (byte == 0x1))
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c109 uint8_t byte = ldns_rdf_data(addr)[LDNS_IP6ADDRLEN - i - 1]; local
110 sprintf(&buf[i*4], "%x.%x.", byte & 0x0F, byte >> 4);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp81 /// of source. If the next byte begins a valid and printable character, that
84 /// Otherwise, if the next byte begins a valid, but unprintable character, a
86 /// 'false'. Otherwise a printable, escaped representation of the next byte
93 /// \param i Pointer to byte index,
153 // If next byte is not valid UTF-8 (and therefore not printable)
155 unsigned char byte = SourceLine[*i];
156 expandedByte[1] = llvm::hexdigit(byte / 16);
157 expandedByte[2] = llvm::hexdigit(byte % 16);
179 /// If a byte 'i' corresponds to multiple columns (e.g. the byte contain
[all...]
/freebsd-11-stable/sys/dev/xe/
H A Dif_xe.c759 * the possibility of reading one more byte
1509 * Copy the IA bytes. Note that the byte order is reversed
1537 uint8_t byte, hash; local
1545 byte = hash >> 3 | 0x08;
1549 "set_hash: hash = 0x%02x, byte = 0x%02x, bit = 0x%02x\n", hash,
1550 byte, bit));
1553 XE_OUTB(byte, XE_INB(byte) | bit);
1615 if (len == 1) { /* Save last byte, if needed */
1624 * Send last byte o
[all...]
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm.c657 u_char byte; local
661 byte = hatm_read_prom_byte(sc, HE_EEPROM_PROD_ID + count);
662 if (n > 0 || byte != ' ')
663 sc->prod_id[n++] = byte;
670 byte = hatm_read_prom_byte(sc, HE_EEPROM_REV + count);
671 if (n > 0 || byte != ' ')
672 sc->rev[n++] = byte;

Completed in 263 milliseconds

<<1112131415