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

12345678

/osnet-11/usr/src/lib/common/i386/
H A Dfsr.s37 .4byte __fsr_init_value
62 .byte 0b11111111
63 .byte 0b11011111
64 .byte 0b11111011
65 .byte 0b11011011
66 .byte 0b11101111
67 .byte 0b11001111
68 .byte 0b11101011
69 .byte 0b11001011
70 .byte
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/x86_64/
H A Drelocator_asm.S26 .byte 0x48
27 .byte 0xb8
33 .byte 0x48
34 .byte 0xb8
40 .byte 0x48
41 .byte 0xb9
62 .byte 0x48
63 .byte 0xb8
69 .byte 0x48
70 .byte
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Drelocator64.S27 .p2align 4 /* force 16-byte alignment */
40 .byte 0xb8
59 .byte 0x48
60 .byte 0xb8
69 .byte 0x48
70 .byte 0xb8
77 .byte 0x48
78 .byte 0xb8
85 .byte 0x48
86 .byte
[all...]
H A Drelocator32.S27 .p2align 4 /* force 16-byte alignment */
62 .byte 0xb8
69 .byte 0xb8
76 .byte 0xb8
83 .byte 0xb8
90 .byte 0xb8
95 .byte 0xbb
100 .byte 0xb9
105 .byte 0xba
113 .byte
[all...]
H A Drelocator_asm.S26 .byte 0xb8
32 .byte 0xb8
38 .byte 0xb9
60 .byte 0xb8
66 .byte 0xb8
72 .byte 0xb9
H A Drelocator16.S31 .p2align 4 /* force 16-byte alignment */
90 .byte 0xea
98 .byte 0xb8
150 /* compare the byte at ADDR with that at 0x100000 + ADDR */
155 /* save the original byte in DL */
179 .byte 0xb8
185 .byte 0xb8
191 .byte 0xb8
197 .byte 0xb8
203 .byte
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dmbtranslate.c39 * Translate process code to byte-equivalent
40 * Return the length of the byte-equivalent string
49 * Translate a set of byte to a single process code
58 * Translate a string of wchar_t to a byte string.
60 * byte: if not NULL, space to store the output string
64 *_strcode2byte(wchar_t *code, char *byte, int n) argument
77 if (!byte && (n*CSMAX+1) > bufsize) {
86 if (!byte && !buf)
90 bufp = byte ? byte
107 _strbyte2code(char *byte, wchar_t *code, int n) argument
[all...]
/osnet-11/usr/src/lib/libfruutils/
H A Dfru_tag.c168 tmp.raw_data = (tag->byte[0] << 8) | tag->byte[1];
174 tmp32 = (tag->byte[0] << 16) | (tag->byte[1] << 8) | tag->byte[2];
181 tmp32 = (tag->byte[0] << 24) | (tag->byte[1] << 16) |
182 (tag->byte[2] << 8) | tag->byte[3];
187 tmp64 = ((uint64_t)tag->byte[
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/
H A Dcmostest.c28 parse_args (int argc, char *argv[], int *byte, int *bit) argument
35 *byte = grub_strtoul (argv[0], &rest, 0);
48 int byte, bit; local
52 err = parse_args (argc, argv, &byte, &bit);
56 err = grub_cmos_read (byte, &value);
70 int byte, bit; local
74 err = parse_args (argc, argv, &byte, &bit);
77 err = grub_cmos_read (byte, &value);
81 return grub_cmos_write (byte, value & (~(1 << bit)));
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemccpy.s38 movb %dh,(%rdi) / move byte
39 cmpb %dh,%dl / is it the byte sought?
45 movb %dh,1(%rdi) / move byte
46 cmpb %dh,%dl / is it the byte sought?
52 movb %dh,2(%rdi) / move byte
53 cmpb %dh,%dl / is it the byte sought?
59 movb %dh,3(%rdi) / move byte
62 cmpb %dh,%dl / is it the byte sought?
67 incq %rdi / return pointer to next byte in dest
75 addq $2,%rdi / return pointer to next byte i
[all...]
H A Dmemchr.s67 cmpb %cl, %al / if the first byte is %al
69 cmpb %ch, %al / if the second byte is %al
72 cmpb %cl, %al / if the third byte is %al
83 cmpb (%rdi), %al / if a byte in (%rdi) is %al
86 incq %rdi / next byte
96 cmpb (%rdi), %al / if a byte in (%rdi) is %al
98 incq %rdi / next byte
107 / found at the fourth byte
110 / found at the third byte
113 / found at the second byte
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s62 ! is copied based upon destination alignment. (byte, half-word,
72 blu .shortcpy ! n < 7, use byte-wise copy
78 nop ! align loop on 16-byte boundary
79 nop ! align loop on 16-byte boundary
86 tst %i1 ! end of src reached (null byte) ?
87 bz,a .bytepad ! yes, at least one byte to pad here
90 bnz .alignsrc ! no, copy another byte
109 bz,a .storeword ! no zero byte if magic expression == 0
117 srl %i1, 24, %g1 ! first byte
119 sub %g1, 1, %g1 ! byte
[all...]
H A Dstrcpy.s58 ! Methods exist to handle per-byte, half-word, and word sized
73 tst %o1 ! byte zero?
74 stb %o1, [%o2] ! store first byte
76 cmp %o4, 3 ! only one byte needed to align?
82 srl %o1, 8, %o4 ! %o4<7:0> = first byte
83 tst %o4 ! first byte zero ?
85 stb %o4, [%o2] ! store first byte
86 andcc %o1, 0xff, %g0 ! second byte zero ?
88 stb %o1, [%o2 + 1] ! store second byte
106 bz,a .copyword ! no zero byte i
[all...]
H A Dstrchr.s38 ! string for a null byte. We have fast code for this, so it's
40 ! word aligned, we check a for the search char a byte at a time
42 ! some zero-byte finding values are initialized and the string
49 andcc %o1, 0xff, %o1 ! search only for this one byte
60 cmp %o4, 3 ! only one byte needed to align?
94 bnz .haszerobyte ! zero byte if magic expression != 0
103 ! byte. if there was a null byte, we would have gone to .haszerobyte
107 set 0xff000000, %o4 ! mask for 1st byte
108 andcc %g1, %o4, %g0 ! first byte zer
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drmd.h29 byte buf[64];
H A Darcfour.c38 byte sbox[256];
43 byte *outbuf, const byte *inbuf, unsigned int length )
47 register byte *sbox = ctx->sbox;
66 byte *outbuf, const byte *inbuf, unsigned int length)
75 do_arcfour_setkey (void *context, const byte *key, unsigned int keylen)
80 byte karr[256];
115 arcfour_setkey ( void *context, const byte *key, unsigned int keylen )
128 byte scratc
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s54 ! source alignment and copying byte, half byte, or word
58 ! (methods for xword, word, half-word, and byte copies are present)
70 andcc %o1, 1, %g0 ! need to copy byte ?
84 srl %o5, 8, %o4 ! extract first byte
85 tst %o4 ! first byte == 0 ?
87 stb %o4, [%o2] ! store first byte
88 andcc %o5, 0xff, %g0 ! extract second byte
89 stb %o5, [%o2 + 1] ! store second byte
90 bz,pn %ncc, .done ! yup, 2nd byte zer
[all...]
H A Dmemset.s56 * on an 8-byte boundary. So, leading bytes will be set, then as many
57 * 8-byte aligned chunks as possible will be set, followed by any trailing
61 * set, followed by 4-byte chunks, followed by trailing bytes.
87 blu,pn %xcc, .walign ! not enough to guarantee 8-byte align
93 .dalign: ! Set bytes until 8-byte aligned
94 btst 7, %o5 ! 8-byte aligned?
96 andn %o2, 7, %o3 ! o3 has 8-byte multiple
99 stb %o1, [%o5] ! clear a byte
113 .walign: ! Set bytes until 4-byte aligned
119 stb %o1, [%o5] ! clear a byte
[all...]
H A Dstrchr.s38 ! string for a null byte. We have fast code for this, so it's
40 ! word aligned, we check a for the search char a byte at a time
42 ! some zero-byte finding values are initialized and the string
49 andcc %o1, 0xff, %o1 ! search only for this one byte
60 cmp %o4, 3 ! only one byte needed to align?
94 bnz,pn %ncc, .haszerobyte ! zero byte if magic expression != 0
103 ! byte. if there was a null byte, we would have gone to .haszerobyte
107 set 0xff000000, %o4 ! mask for 1st byte
108 andcc %g1, %o4, %g0 ! first byte zer
[all...]
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s41 / reverses the byte order of 'long hl'
45 bswap %eax / reverses the byte order of %eax
51 bswap %eax / reverses the byte order of %eax
58 / reverses the byte order in hs.
62 bswap %eax / reverses the byte order of %eax
69 bswap %eax / reverses the byte order of %eax
H A Dmemccpy.s44 movb %dl,(%eax) / move byte
45 cmpb %dh,%dl / is it the byte sought?
51 movb %dl,1(%eax) / move byte
52 cmpb %dh,%dl / is it the byte sought?
58 movb %dl,2(%eax) / move byte
59 cmpb %dh,%dl / is it the byte sought?
65 movb %dl,3(%eax) / move byte
68 cmpb %dh,%dl / is it the byte sought?
74 incl %eax / return pointer to next byte in dest
82 addl $2,%eax / return pointer to next byte i
[all...]
H A Dmemchr.s61 movl 12(%esp), %ecx / %cl = byte that is sought
70 cmpb %dl, %cl / if the first byte is %cl
72 cmpb %dh, %cl / if the second byte is %cl
75 cmpb %dl, %cl / if the third byte is %cl
86 cmpb (%eax), %cl / if a byte in (%eax) is %cl
89 incl %eax / next byte
100 cmpb (%eax), %cl / if a byte in (%eax) is %cl
102 incl %eax / next byte
111 / found at the fourth byte
114 / found at the third byte
[all...]
/osnet-11/usr/src/lib/libldap4/util/
H A Dline64.c60 char *p, *s, *d, *byte, *stop; local
119 byte = s;
133 byte[0] = nib << 2;
136 byte[0] |= nib >> 4;
137 byte[1] = (nib & RIGHT4) << 4;
144 byte[1] |= nib >> 2;
145 byte[2] = (nib & RIGHT2) << 6;
152 byte[2] |= nib;
154 byte += 3;
274 unsigned char *byte, * local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Darcfour.c37 byte sbox[256];
42 byte *outbuf, const byte *inbuf, unsigned int length )
46 register byte *sbox = ctx->sbox;
65 byte *outbuf, const byte *inbuf, unsigned int length)
74 do_arcfour_setkey (void *context, const byte *key, unsigned int keylen)
79 byte karr[256];
114 arcfour_setkey ( void *context, const byte *key, unsigned int keylen )
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/t/
H A Dutf8.t22 print "not " unless $@ && $@ =~ /^(Big byte|Wide character)/;

Completed in 54 milliseconds

12345678