/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/sys/arch/atari/stand/xxboot/ahdi-sdb00t/ |
sdb00t.ahdi.S | 35 .globl _start, main, fill 188 fill: .space 16 label
|
/src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/ |
wdb00t.ahdi.S | 35 .globl _start, main, fill 170 fill: .space 52 label
|
/src/sys/arch/atari/stand/xxboot/sdboot/ |
sdboot.S | 35 .globl _start, main, fill 203 fill: .space 24 label
|
/src/sys/arch/atari/stand/xxboot/wdboot/ |
wdboot.S | 35 .globl _start, main, fill 193 fill: .space 30 label
|
/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/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/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/usr.sbin/mtree/ |
only.c | 106 fill(char *str) function in typeref:typename:void 117 fill(str); 137 fill(line);
|
/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/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/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/libexec/rpc.rstatd/ |
rstat_proc.c | 295 int fill; member in union:rstat_service::__anon20c31f3e020a
|
/src/libexec/rpc.rusersd/ |
rusers_proc.c | 289 int fill; member in union:rusers_service::__anon97aab1ca010a
|
/src/usr.sbin/memswitch/ |
memswitch.h | 71 fill_t fill; member in struct:property
|
/src/sys/arch/atari/stand/tostools/chg_pid/ |
chg_pid.c | 77 u_char fill[0x1c2]; /* Filler, can be boot code */ member in struct:gem_root
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
asan_str_test.cc | 346 int fill = 'o'; local in function:RunStrCmpTest 347 char *s1 = MallocAndMemsetString(size, fill); 348 char *s2 = MallocAndMemsetString(size, fill); 361 s1[size - 1] = fill;
|
/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/vax/boot/boot/ |
mfm.c | 337 char fill[412]; /* Filler bytes to the end of the member in struct:mfm_xbn
|
/src/sys/arch/vax/vsa/ |
hdc9224.h | 32 unsigned char fill[3]; /* bytes are longword aligned */ member in struct:hdc9224_DKCreg
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_svm.c | 597 int fi, fn, pi, fill; local in function:nouveau_svm_fault 742 /* Fill in the gap between this fault and the next. */ 743 fill = (buffer->fault[fn ]->addr - 745 while (--fill)
|
/src/sys/dev/ic/ |
vga_raster.c | 1380 u_int32_t fill = bgcolor | (bgcolor << 8) | local in function:vga_raster_eraserows 1385 scr->dispoffset + i, fill); 1387 u_int16_t fill = bgcolor | (bgcolor << 8); local in function:vga_raster_eraserows 1390 scr->dispoffset + i, fill);
|
/src/usr.sbin/installboot/ |
evboards.c | 1785 char *fill; local in function:evb_uboot_do_step 1808 * Fill the output buffer with the file contents, 1813 for (outblock_remaining = output_block_size, fill = blockbuf; 1815 fill += input_block_size + input_pad_size, 1831 if (read(ifd, fill, this_inblock)
|
/src/sys/uvm/ |
uvm_page.c | 1010 bool fill; local in function:uvm_pagealloc_pgb 1031 fill = false; 1033 fill = true; 1060 if (__predict_true(b == ucpu->pgflbucket && fill)) { 1965 * uvm_pagezero: zero fill a page
|