| /src/sys/arch/i386/stand/bootxx/ | 
| label.S | 19 	.fill	512 
 | 
| /src/sys/arch/landisk/stand/bootxx/ | 
| label.S | 8 	.fill	512 
 | 
| /src/sys/arch/ia64/ia64/ | 
| context.S | 83 	ld8.fill	r4=[r14],16		// r4 84 	ld8.fill	r5=[r15],16		// r5
 89 	ld8.fill	r6=[r14],16		// r6
 90 	ld8.fill	r7=[r15],16		// r7
 118 	ldf.fill	f2=[r14],32
 119 	ldf.fill	f3=[r15],32
 124 	ldf.fill	f4=[r14],32
 125 	ldf.fill	f5=[r15],32
 130 	ldf.fill	f16=[r14],32
 131 	ldf.fill	f17=[r15],3
 [all...]
 | 
| setjmp.S | 276     ld8.fill    r4 = [r11], J_R6-J_R4 278     ld8.fill    r5 = [r10], J_R7-J_R5
 279     ld8.fill    r6 = [r11], J_SP-J_R6
 281     ld8.fill    r7 = [r10], J_F2-J_R7
 282     ld8.fill    sp = [r11], J_F3-J_SP
 287     ldf.fill    f2 = [r10], J_F4-J_F2
 288     ldf.fill    f3 = [r11], J_F5-J_F3
 290     ldf.fill    f4 = [r10], J_F16-J_F4
 291     ldf.fill    f5 = [r11], J_F17-J_F5
 293     ldf.fill    f16 = [r10], J_F18-J_F1
 [all...]
 | 
| exception.S | 585 	ldf.fill	f15=[r2],-32		// f15 586 	ldf.fill	f14=[r3],-32		// f14
 591 	ldf.fill	f13=[r2],-32		// f13
 592 	ldf.fill	f12=[r3],-32		// f12
 597 	ldf.fill	f11=[r2],-32		// f11
 598 	ldf.fill	f10=[r3],-32		// f10
 603 	ldf.fill	f9=[r2],-32		// f9
 604 	ldf.fill	f8=[r3],-32		// f8
 609 	ldf.fill	f7=[r2],-24		// f7
 610 	ldf.fill	f6=[r3],-16		// f
 [all...]
 | 
| /src/common/lib/libc/string/ | 
| memset2.c | 85 	memword_t fill;  local in function:memset 97 	 * Pad out the fill byte (v) across a memword_t.
 101 	fill = (unsigned char)c;
 102 	fill |= fill << 8;
 103 	fill |= fill << 16;
 104 	fill |= fill << (sizeof(c) < sizeof(fill) ? 32 : 0)
 [all...]
 | 
| /src/lib/libc/arch/ia64/gen/ | 
| _setjmp.S | 236     ld8.fill    r4 = [r11], J_R6-J_R4 238     ld8.fill    r5 = [r10], J_R7-J_R5
 239     ld8.fill    r6 = [r11], J_SP-J_R6
 241     ld8.fill    r7 = [r10], J_F2-J_R7
 242     ld8.fill    sp = [r11], J_F3-J_SP
 247     ldf.fill    f2 = [r10], J_F4-J_F2
 248     ldf.fill    f3 = [r11], J_F5-J_F3
 250     ldf.fill    f4 = [r10], J_F16-J_F4
 251     ldf.fill    f5 = [r11], J_F17-J_F5
 253     ldf.fill    f16 = [r10], J_F18-J_F1
 [all...]
 | 
| /src/sys/external/bsd/gnu-efi/dist/lib/ia64/ | 
| setjmp.S | 119 	ldf.fill.nt1	f2  = [in0], 0x10 127 	ldf.fill.nt1	f3 = [in0], 0x10
 138 	ldf.fill.nt1	f4  = [in0], 0x10
 142 	ldf.fill.nt1	f5  = [in0], 0x10
 150 	ldf.fill.nt1	f16 = [in0], 0x10
 151 	ld8.fill.nt1	r7  = [r10], -8
 154 	ldf.fill.nt1	f17 = [in0], 0x10
 155 	ld8.fill.nt1	r6  = [r10], -8
 158 	ldf.fill.nt1	f18 = [in0], 0x10
 159 	ld8.fill.nt1	r5  = [r10], -
 [all...]
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ | 
| asan_flags.inc | 63     int, max_malloc_fill_size, 0x1000,  // By default, fill only the first 4K. 71           "Value used to fill the newly allocated memory.")
 73           "Value used to fill deallocated memory.")
 
 | 
| /src/common/dist/zlib/ | 
| inftrees.c | 47     unsigned fill;              /* index for replicating entries */  local in function:inflate_table 147        Create and fill in decoding tables.  In this loop, the table being
 152        fill the table with replicated entries.
 198     next = *table;              /* current table to fill in */
 229         fill = 1U << curr;
 230         mmin = fill;                 /* save offset to next table */
 232             fill -= incr;
 233             next[(huff >> drop) + fill] = here;
 234         } while (fill != 0);
 287     /* fill in remaining table entry if code is incomplete (guaranteed to hav
 [all...]
 | 
| /src/common/dist/zlib/contrib/infback9/ | 
| inftree9.c | 45     unsigned fill;              /* index for replicating entries */  local in function:inflate_table9 139        Create and fill in decoding tables.  In this loop, the table being
 144        fill the table with replicated entries.
 192     next = *table;              /* current table to fill in */
 223         fill = 1U << curr;
 225             fill -= incr;
 226             next[(huff >> drop) + fill] = this;
 227         } while (fill != 0);
 281        Fill in rest of table for incomplete codes.  This loop is similar to the
 285        drops back to the root table to fill in any remaining entries there
 [all...]
 | 
| /src/sys/arch/amd64/include/ | 
| frameasm.h | 93 	.fill	(IBRS_ENTER_BYTES-2),1,0xCC 101 	.fill	(IBRS_LEAVE_BYTES-2),1,0xCC
 113 	.fill	(MDS_LEAVE_BYTES-2),1,0xCC
 168 	.fill	(SVS_ENTER_BYTES-2),1,0xCC
 176 	.fill	(SVS_LEAVE_BYTES-2),1,0xCC
 184 	.fill	(SVS_ENTER_ALT_BYTES-2),1,0xCC
 192 	.fill	(SVS_LEAVE_ALT_BYTES-2),1,0xCC
 200 	.fill	(SVS_ENTER_NMI_BYTES-2),1,0xCC
 208 	.fill	(SVS_LEAVE_NMI_BYTES-2),1,0xCC
 
 | 
| /src/usr.sbin/mtree/ | 
| only.c | 106 fill(char *str)  function in typeref:typename:void 117 		fill(str);
 137 		fill(line);
 
 | 
| /src/usr.sbin/memswitch/ | 
| memswitch.h | 71 	fill_t fill;  member in struct:property 
 | 
| methods.c | 550 			prop->fill(prop); 566 			prop->fill(prop);
 582 			prop->fill(prop);
 598 			prop->fill(prop);
 614 			prop->fill(prop);
 626 		prop->fill(prop);
 644 			prop->fill(prop);
 661 			prop->fill(prop);
 698 			prop->fill(prop);
 722 			prop->fill(prop)
 [all...]
 | 
| /src/sys/kern/ | 
| subr_hash.c | 190 	bool fill, query;  local in function:hashstat_sysctl 204 		fill = false;
 206 		fill = true;
 233 		error = hash->hs_func(&hs, fill);
 
 | 
| /src/sys/arch/arm/iomd/ | 
| iomd_dma.c | 168 			/* fill buffer B */ 170 			goto fill;
 173 			/* fill buffer A */
 175 			goto fill;
 182 			/* fill buffer A */
 184 			goto fill;
 187 			/* fill buffer B */
 189 			goto fill;
 204 fill:
 206 	printf("fill:\n")
 [all...]
 | 
| /src/tests/lib/libc/string/ | 
| t_memset.c | 42 static void	fill(char *, size_t, char); 70 		    "%s did not fill a static buffer",
 75 		    "%s did not fill a static buffer",
 119 		fill(ret, page, 0);
 125 		fill(ret, page, 'x');
 155 			    "%s did not fill properly with %zu",
 178 		    "%s did not fill a static buffer",
 202 		atf_tc_fail("memset(3) did not fill a static buffer");
 249 fill(char *buf, size_t len, char x)  function in typeref:typename:void
 
 | 
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ | 
| blake2b-ref.c | 265         size_t fill = 2 * BLAKE2B_BLOCKBYTES - left;  local in function:blake2b_update 267         if (inlen > fill) {
 268             memcpy(S->buf + left, in, fill); /* Fill buffer */
 269             S->buflen += fill;
 275             in += fill;
 276             inlen -= fill;
 277         } else /* inlen <= fill */
 
 | 
| /src/sys/dev/usb/ | 
| ugen.c | 151 	u_char *fill;		/* location for input (isoc) */  member in struct:ugen_endpoint 694 			sce->cur = sce->fill = sce->ibuf;
 1000 		while (sce->cur == sce->fill) {
 1016 		while (sce->cur != sce->fill && uio->uio_resid > 0 && !error) {
 1017 			if(sce->fill > sce->cur)
 1018 				n = uimin(sce->fill - sce->cur, uio->uio_resid);
 1114 					n = uimin(n, sce->limit - sce->fill);
 1115 					error = uiomove(sce->fill, n, uio);
 1118 					sce->fill += n;
 1120 					if (sce->fill == sce->limit
 [all...]
 | 
| /src/sys/arch/vax/vsa/ | 
| hdc9224.h | 32 	unsigned char fill[3];	/* bytes are longword aligned */  member in struct:hdc9224_DKCreg 
 | 
| /src/usr.sbin/lpr/common_source/ | 
| displayq.c | 400  * Fill the line with blanks to the specified column 415 	short n, fill;  local in function:dump
 422 	 fill = first ? 0 : 2;	/* fill space for ``, '' */
 423 	 if (((n = strlen(nfile)) + col + fill) >= SIZCOL-4) {
 434 		col += n+fill;
 
 | 
| /src/sys/arch/atari/stand/xxboot/ahdi-xxboot/ | 
| xxboot.ahdi.S | 35 	.globl	_start, main, fill 198 fill:	.space	54		| 510-(fill-start)  label
 
 | 
| /src/sys/arch/atari/stand/xxboot/fdboot/ | 
| fdboot.S | 35 	.globl	_start, main, fill 221 fill:	.space	22		| 510-(fill-start)  label
 
 | 
| /src/common/lib/libc/arch/m68k/string/ | 
| memset.S | 79 	movb	15(%sp),%d2		| get fill character 
 |