Searched refs:byte (Results 51 - 75 of 184) sorted by relevance

12345678

/osnet-11/usr/src/lib/common/i386/
H A Dcrt1.s53 .4byte 0x0
67 .4byte 0x0
123 .4byte _get_exit_frame_monitor
129 .4byte __1cG__CrunMdo_exit_code6F_v_
165 subl $4,%esp /* a 16-byte aligned stack pointer */
205 .4byte 0x0
H A Dgcrt1.s60 .4byte 0x0
67 .4byte 0x0
146 .4byte _get_exit_frame_monitor
152 .4byte __1cG__CrunMdo_exit_code6F_v_
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dblowfish.c51 static gcry_err_code_t bf_setkey (void *c, const byte *key, unsigned keylen);
52 static void encrypt_block (void *bc, byte *outbuf, const byte *inbuf);
53 static void decrypt_block (void *bc, byte *outbuf, const byte *inbuf);
251 a = ((byte*)&x)[0];
252 b = ((byte*)&x)[1];
253 c = ((byte*)&x)[2];
254 d = ((byte*)&x)[3];
256 a = ((byte*)
[all...]
H A Ddes.c118 #include "types.h" /* for byte and u32 typedefs */
134 return (int)(*(byte*)a) - (int)(*(byte*)b);
162 static void des_key_schedule (const byte *, u32 *);
163 static int des_setkey (struct _des_ctx *, const byte *);
164 static int des_ecb_crypt (struct _des_ctx *, const byte *, byte *, int);
166 const byte *, const byte *);
168 const byte *, cons
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.s65 ldub [%i0], %i4 ! else cmp one byte
98 b .cmp_bytes ! do a byte at a time if n < 4
119 ! triggers ... check every byte individually.
121 andcc %i4, %l0, %g0 ! check if first byte was zero
123 andcc %i4, %l1, %g0 ! check if second byte was zero
126 andcc %i4, %l2, %g0 ! check if third byte was zero
129 andcc %i4, 0xff, %g0 ! check if last byte is zero
148 b .cmp_bytes ! do a byte at a time if n < 4
166 andcc %i4, %l0, %g0 ! check if first byte was zero
168 andcc %i4, %l1, %g0 ! check if second byte wa
[all...]
H A Dstrcmp.s97 nop ! align loop to 16-byte boundary
98 nop ! align loop to 16-byte boundary
104 bz,a,pt %xcc, .doload ! no null byte in previous word from s2
111 bne,pn %xcc, .wordsdiffer ! yup, find the byte that is different
116 bz,pt %xcc, .cmp ! no null-byte in s1 yet
137 bz,a,pt %xcc, .cmpaligned ! no null-byte in s1 yet
146 nop ! align loop on 16-byte boundary
147 nop ! align loop on 16-byte boundary
148 nop ! align loop on 16-byte boundary
152 srlx %g1, %o4, %o2 ! first byte o
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dblowfish.c51 static gcry_err_code_t bf_setkey (void *c, const byte *key, unsigned keylen);
52 static void encrypt_block (void *bc, byte *outbuf, const byte *inbuf);
53 static void decrypt_block (void *bc, byte *outbuf, const byte *inbuf);
251 a = ((byte*)&x)[0];
252 b = ((byte*)&x)[1];
253 c = ((byte*)&x)[2];
254 d = ((byte*)&x)[3];
256 a = ((byte*)
[all...]
H A Drijndael.c45 #include "types.h" /* for byte and u32 typedefs */
76 byte keyschedule[MAXROUNDS+1][4][4];
81 byte keyschedule[MAXROUNDS+1][4][4];
94 do_setkey (RIJNDAEL_context *ctx, const byte *key, const unsigned keylen)
104 byte k[MAXKC][4];
110 byte tk[MAXKC][4];
255 rijndael_setkey (void *context, const byte *key, const unsigned keylen)
273 byte *w;
311 /* Encrypt one block. A and B need to be aligned on a 4 byte
323 byte tem
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.s65 ldub [%i0], %i4 ! else cmp one byte
98 b .cmp_bytes ! do a byte at a time if n < 4
119 ! triggers ... check every byte individually.
121 andcc %i4, %l0, %g0 ! check if first byte was zero
123 andcc %i4, %l1, %g0 ! check if second byte was zero
126 andcc %i4, %l2, %g0 ! check if third byte was zero
129 andcc %i4, 0xff, %g0 ! check if last byte is zero
148 b .cmp_bytes ! do a byte at a time if n < 4
166 andcc %i4, %l0, %g0 ! check if first byte was zero
168 andcc %i4, %l1, %g0 ! check if second byte wa
[all...]
H A Dmemmove.s57 cmp %i5, 3 ! src is byte aligned
60 stb %i3, [%i0] ! move a byte to align src
67 s2algn: lduh [%i1], %i3 ! know src is 2 byte alinged
99 sub %i1, 3, %i1 ! used one byte of last word read
160 ! differenced byte copy, works with any alignment
182 ldub [%i1+%i0], %i3 ! read a byte
185 stb %i3, [%i0] ! write byte
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.s66 deccc %o2 ! byte clearing loop
75 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound
82 1: stb %o1, [%o5] ! there is at least 1 byte to set
83 inccc %o3 ! byte clearing loop
111 andncc %o2, 31, %o4 ! o4 has 32 byte aligned count
126 deccc %o2 ! byte clearing loop
139 ! Store -(%o3) bytes till dst is block (64 byte) aligned.
186 ! instructions 32-byte aligned here
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s77 movl %esi,%ecx / get source buffer 4 byte aligned
81 rep; smovb / do the byte part of copy
90 rep; smovb / do the byte part of copy
104 rep; smovb / do the byte copy
112 movl %ecx,%esi / align source w/byte copy
122 shrl $2,%ecx / do 4 byte copy RtoL
125 andl %eax,%edx / do 1 byte copy whats left
130 / adding 3 will restore pointers to byte
133 / be for the single byte copy code
H A Dstrchr.s44 cmpb %dl, (%eax) / src byte contains char?
46 cmpb $0, (%eax) / src byte == 0?
51 cmpb %dl, (%eax) / check this byte
53 cmpb $0, (%eax) / is byte zero?
60 and $0xff, %edx / only want 1st byte
114 testb %cl, %cl / check for null byte
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dunit.h74 extern char* ped_unit_format_byte (const PedDevice* dev, PedSector byte);
75 extern char* ped_unit_format_custom_byte (const PedDevice* dev, PedSector byte,
/osnet-11/usr/src/grub/grub2/grub-core/tests/boot/
H A Dkernel-8086.S63 .byte 0
66 .byte 0
H A Dkernel-i386.S86 .byte 0
89 .byte 0
/osnet-11/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S36 #define MOV_MEM_TO_AL(x) .byte 0xa0; .word x
69 .byte 0
78 .byte 0
80 .byte 0
92 .byte COMPAT_VERSION_MAJOR, COMPAT_VERSION_MINOR
94 .byte GRUB_INVALID_DRIVE /* the disk to load stage2 from */
96 .byte 0
196 /* the size and the reserved byte */
423 int $0x10 /* display a byte */
450 .byte 3
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtputs.c55 __m_putchar(int byte) argument
57 return (putchar(byte));
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s93 blt,pn %ncc, .byte
96 ldub [%o1-1], %o3 ! load last byte
97 stb %o3, [%o0-1] ! store last byte
99 ldub [%o1+2], %o3 ! load 2nd from last byte
100 stb %o3, [%o0-2] ! store 2nd from last byte
102 ldub [%o1+1], %o3 ! load 3rd from last byte
103 stb %o3, [%o0+1] ! store 3rd from last byte
105 ldub [%o1], %o3 ! load 4th from last byte
107 stb %o3, [%o0] ! store 4th from last byte
108 .byte
[all...]
/osnet-11/usr/src/lib/libdisasm/i386/
H A Ddis_i386.c72 uchar_t byte; local
75 if (dhp->dh_read(dhp->dh_data, dhp->dh_addr, &byte, sizeof (byte)) !=
76 sizeof (byte))
81 return ((int)byte);
/osnet-11/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s64 ! for small counts byte compare immediately
69 ! Count > 48. We will byte compare (8 + num of bytes to dbl align)
76 and %o0, 7, %o4 ! is s1 aligned on a 8 byte bound
82 1: ldub [%o1], %o5 ! byte compare loop
107 ! 8 byte multiple count and does byte compare for the residual.
118 andn %o2, 7, %o4 ! o4 has 8 byte aligned cnt
145 5: ldub [%o0 + %o1], %o5 ! byte compare loop
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dunit.c111 * Get the byte size of a given \p unit.
187 * \brief Get a string that describes the location of the \p byte on
194 ped_unit_format_custom_byte (const PedDevice* dev, PedSector byte, PedUnit unit) argument
197 PedSector sector = byte / dev->sector_size;
218 byte / ped_unit_get_size (dev, unit),
224 if (byte >= 10LL * PED_TERABYTE_SIZE)
226 else if (byte >= 10LL * PED_GIGABYTE_SIZE)
228 else if (byte >= 10LL * PED_MEGABYTE_SIZE)
230 else if (byte >= 10LL * PED_KILOBYTE_SIZE)
240 d = ((double)byte / ped_unit_get_siz
267 ped_unit_format_byte(const PedDevice* dev, PedSector byte) argument
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s72 * if dst on byte 1
74 * if dst on byte 3
75 * load words, shift 1 byte, store words; branch to finish_up
86 * align dst on 64 byte boundary; for main data movement:
105 * align dst on 64 byte boundary; prefetch src data to L1 cache
107 * (only use block-init-store when src/dst on 8 byte boundaries.)
132 * is only made for large, 8 byte aligned memcpy as that is the only
183 cmp %o2, 8 ! less than 8 byte do byte copy
190 bz,a,pn %ncc, .dbbck ! if dst is not 8 byte aligne
[all...]
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s57 * using 16-byte stores. Setting NO_SSE on AMD should be re-evaluated on
62 * do unrolled code (primarily 8-byte loads/stores) regardless of
65 * Align destination to 16-byte boundary
69 * Use 8-byte non-temporal stores (64-bytes/loop)
74 * Use 8-byte loads/stores (64 bytes per loop)
80 * Use 16-byte non-temporal stores (128-bytes per loop)
83 * Use 16-byte aligned loads and stores (128 bytes/loop)
88 * 16-byte aligned loads to be done.
394 L(A7Q0): # ; need to move 8+1 byte
486 L(A7Q1): # ; need to move 1 byte
[all...]
/osnet-11/usr/src/lib/common/amd64/
H A Dcrt1.s55 .8byte 0x0
69 .8byte 0x0
192 .4byte 0

Completed in 38 milliseconds

12345678