Searched refs:byte (Results 1 - 25 of 342) sorted by relevance

1234567891011>>

/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Ddt_blob.S10 .byte 0xd0; .byte 0x0d; .byte 0xfe; .byte 0xed
12 .byte ((_dt_blob_abs_end - _dt_blob_start) >> 24) & 0xff
13 .byte ((_dt_blob_abs_end - _dt_blob_start) >> 16) & 0xff
14 .byte ((_dt_blob_abs_end - _dt_blob_start) >> 8) & 0xff
15 .byte (_dt_blob_abs_end - _dt_blob_start) & 0xff
17 .byte ((_dt_struct_start - _dt_blob_start) >> 24) & 0xff
18 .byte ((_dt_struct_star
[all...]
H A Dstart.S55 /* The PE32 Signature. Needs to be 8-byte aligned */
71 .byte 0 /* Major linker version */
72 .byte 0 /* Minor linker version */
113 .byte 0
114 .byte 0
115 .byte 0 /* Pad to 8 bytes */
129 .byte 0
130 .byte 0
131 .byte 0 /* Pad to 8 bytes */
/openbsd-current/sys/arch/octeon/octeon/
H A Dcn3xxx_dts.S10 .byte 0xd0; .byte 0x0d; .byte 0xfe; .byte 0xed
20 .byte 0x00; .byte 0x00; .byte 0x00; .byte 0x11
22 .byte 0x00; .byte
[all...]
/openbsd-current/sys/lib/libsa/
H A Dhexdump.c26 int byte; local
31 for (byte = 0; byte < 16; byte++) {
32 if (&line[byte] < end)
33 printf("%02x ", line[byte]);
36 if (byte == 7)
40 for (byte = 0; byte < 16; byte
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.dwarf2/
H A Ddw2-basic.S46 .byte 4 /* Pointer size */
55 .byte 1 /* DW_AT_language (C) */
59 .byte 1 /* DW_AT_external */
60 .byte 1 /* DW_AT_decl_file */
61 .byte 2 /* DW_AT_decl_line */
66 .byte 1 /* DW_AT_frame_base: length */
67 .byte 0x55 /* DW_AT_frame_base: DW_OP_reg5 */
72 .byte 4 /* DW_AT_byte_size */
73 .byte 5 /* DW_AT_encoding */
75 .byte
[all...]
H A Ddw2-intercu.S46 .byte 4 /* Pointer size */
55 .byte 1 /* DW_AT_language (C) */
59 .byte 1 /* DW_AT_external */
60 .byte 1 /* DW_AT_decl_file */
61 .byte 2 /* DW_AT_decl_line */
66 .byte 1 /* DW_AT_frame_base: length */
67 .byte 0x55 /* DW_AT_frame_base: DW_OP_reg5 */
69 .byte 0 /* End of children of CU */
80 .byte 4 /* Pointer size */
86 .byte
[all...]
/openbsd-current/sys/lib/libkern/arch/sparc64/
H A Dffs.S46 * We use a table lookup on each byte.
48 * In each section below, %o1 is the current byte (0, 1, 2, or 3).
49 * The last byte is handled specially: for the first three,
50 * if that byte is nonzero, we return the table value
51 * (plus 0, 8, or 16 for the byte number), but for the last
61 andcc %o0, 0xff, %o1 ! get low byte
63 srl %o0, 8, %o0 ! delay slot, get ready for next byte
69 andcc %o0, 0xff, %o1 ! byte 1 like byte 0...
71 srl %o0, 8, %o0 ! (use delay to prepare for byte
[all...]
/openbsd-current/lib/libc/arch/sparc64/string/
H A Dffs.S42 * We use a table lookup on each byte.
44 * In each section below, %o1 is the current byte (0, 1, 2, or 3).
45 * The last byte is handled specially: for the first three,
46 * if that byte is nonzero, we return the table value
47 * (plus 0, 8, or 16 for the byte number), but for the last
59 andcc %o0, 0xff, %o1 ! get low byte
61 srl %o0, 8, %o0 ! delay slot, get ready for next byte
67 andcc %o0, 0xff, %o1 ! byte 1 like byte 0...
69 srl %o0, 8, %o0 ! (use delay to prepare for byte
[all...]
/openbsd-current/usr.sbin/tcpdump/
H A Ddecnet.h26 typedef unsigned char byte[1]; /* single byte field */ typedef
27 typedef unsigned char word[2]; /* 2 byte field */
60 byte sh_flags; /* route flags */
63 byte sh_visits; /* visit count */
68 byte lg_flags; /* route flags */
69 byte lg_darea; /* destination area (reserved) */
70 byte lg_dsarea; /* destination subarea (reserved) */
72 byte lg_sarea; /* source area (reserved) */
73 byte lg_ssare
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_leb128.h21 u8 byte = value & 0x7f; local
24 more = !((((value == 0) && ((byte & 0x40) == 0)) ||
25 ((value == -1) && ((byte & 0x40) != 0))));
27 byte |= 0x80;
30 *(begin++) = byte;
39 u8 byte; local
43 byte = *(begin++);
44 T slice = byte & 0x7f;
47 } while (byte >= 128);
48 if (shift < 64 && (byte
57 u8 byte = value & 0x7f; local
72 u8 byte; local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Ddribble.h39 extern void dribble (unsigned char byte);
H A Ddribble.c64 dribble (unsigned char byte) argument
67 fwrite (&byte, sizeof (unsigned char), 1, info_dribble_file);
/openbsd-current/lib/libc/arch/i386/gen/
H A Dflt_rounds.S12 .byte 1 /* round to nearest */
13 .byte 3 /* round to negative infinity */
14 .byte 2 /* round to positive infinity */
15 .byte 0 /* round to zero */
/openbsd-current/lib/libc/arch/amd64/gen/
H A Dflt_rounds.S13 .byte 1 /* round to nearest */
14 .byte 3 /* round to negative infinity */
15 .byte 2 /* round to positive infinity */
16 .byte 0 /* round to zero */
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h82 typedef unsigned char byte; typedef
99 byte fdType[4]; /* File type [4]*/
100 byte fdCreator[4]; /* File creator [8]*/
111 byte fi_magic1; /* was: length of comment */
115 byte fi_version; /* version number */
117 byte fi_magic; /* magic word check */
118 byte fi_bitmap; /* bitmap of included info */
121 byte fi_shortfilename[12+1]; /* possible short file name */
122 byte fi_macfilename[32+1]; /* possible macintosh file name */
123 byte fi_coml
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dh8500-dis.c37 /* Points to first byte not fetched. */
113 int byte; local
125 for (byte = 0; byte < opcode->length; byte++)
127 FETCH_DATA (info, buffer + byte + 1);
128 if ((buffer[byte] & opcode->bytes[byte].mask)
129 != (opcode->bytes[byte].contents))
136 switch (opcode->bytes[byte]
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dh8500-dis.c37 /* Points to first byte not fetched. */
93 int byte; local
105 for (byte = 0; byte < opcode->length; byte++)
107 FETCH_DATA (info, buffer + byte + 1);
108 if ((buffer[byte] & opcode->bytes[byte].mask)
109 != (opcode->bytes[byte].contents))
115 switch (opcode->bytes[byte]
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Ducm2table18 my @byte = ();
21 my $byte = hex($1);
22 push @byte, $byte;
23 $ord <<= 8; $ord += $byte;
25 # print join('', @byte), " => $ord \n";
29 $Chartab{$ord} = pack("C*", @byte);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990531-1.c5 unsigned char byte[4]; member in union:__anon7022
9 data.byte[reg] = 0;
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DGDBRemote.cpp34 uint8_t byte = *src; local
37 if (byte == 0x23 || byte == 0x24 || byte == 0x7d || byte == 0x2a) {
39 byte ^= 0x20;
41 bytes_written += PutChar(byte);
/openbsd-current/lib/libcrypto/arch/arm/
H A Darmv4cpuid.S28 .byte 0xb0,0xff,0x00,0x03 @ aese.8 q0,q0
30 .byte 0x00,0x03,0xb0,0xf3 @ aese.8 q0,q0
39 .byte 0x00,0xef,0x40,0x0c @ sha1c.32 q0,q0,q0
41 .byte 0x40,0x0c,0x00,0xf2 @ sha1c.32 q0,q0,q0
50 .byte 0x00,0xff,0x40,0x0c @ sha256h.32 q0,q0,q0
52 .byte 0x40,0x0c,0x00,0xf3 @ sha256h.32 q0,q0,q0
60 .byte 0xa0,0xef,0x00,0x0e @ vmull.p64 q0,d0,d0
62 .byte 0x00,0x0e,0xa0,0xf2 @ vmull.p64 q0,d0,d0
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Dstart.S52 /* The PE32 Signature. Needs to be 8-byte aligned */
68 .byte 0 /* Major linker version */
69 .byte 0 /* Minor linker version */
110 .byte 0
111 .byte 0 /* Pad to 8 bytes */
125 .byte 0
126 .byte 0
127 .byte 0 /* Pad to 8 bytes */
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Dstart.S54 /* The PE32 Signature. Needs to be 8-byte aligned */
70 .byte 0 /* Major linker version */
71 .byte 0 /* Minor linker version */
113 .byte 0
114 .byte 0 /* Pad to 8 bytes */
128 .byte 0
129 .byte 0
130 .byte 0 /* Pad to 8 bytes */
/openbsd-current/usr.bin/cmp/
H A Dspecial.c46 off_t byte, line; local
63 for (byte = line = 1;; ++byte) {
71 (void)printf("%6lld %3o %3o\n", (long long)byte,
74 diffmsg(file1, file2, byte, line);
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dangel.h81 typedef unsigned char byte ; typedef
156 byte *bp ;
160 byte (*bfn)(void) ;

Completed in 226 milliseconds

1234567891011>>