Searched refs:filled (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dtemplate1.C21 int filled; member in struct:Assoc::KeyValue
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dtemplate1.C21 int filled; member in struct:Assoc::KeyValue
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dhash.h30 unsigned long int filled; member in struct:hash_table
H A Dhash.c68 htab->filled = 0;
131 ++htab->filled;
132 if (100 * htab->filled > 75 * htab->size)
134 /* Table is filled more than 75%. Resize the table. */
138 htab->filled = 0;
/netbsd-6-1-5-RELEASE/sys/dev/splash/
H A Dsplash.c243 int filled; local
248 filled = 0;
250 filled = 1;
260 if (filled == 0) {
269 filled = 1;
317 int filled; local
322 filled = 0;
324 filled = 1;
334 if (filled == 0) {
341 filled
382 int filled; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_rtcp.c87 int filled, pos; member in struct:rpc_ctx
161 ctx->filled = 0;
182 if ( ctx->pos < ctx->filled ) {
183 length = ctx->filled - ctx->pos;
202 ctx->pos = ctx->filled = 0;
208 ctx->filled = length - RPC_HDR_SIZE;
210 if ( ctx->pos < ctx->filled ) {
211 length = ctx->filled - ctx->pos;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Db-badfil2.s4 % for the same file number was supposed to have filled in
/netbsd-6-1-5-RELEASE/dist/dhcp/dst/
H A Dprandom.c101 * filled : number of bytes in output so far.
106 unsigned needed, filled, bytes; member in struct:work
265 EREPORT(("do_ls i %d filled %4d in_temp %4d\n",
266 i-1, work->filled, work->in_temp));
327 EREPORT(("unix_cmd() i %d filled %4d in_temp %4d\n",
328 cmd_index, work->filled, work->in_temp));
399 NULL, 0, &work->output[work->filled],
402 work->filled += i;
424 NULL, 0, &work->output[work->filled],
431 work->filled
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dinstall-info.c685 int filled = 0;
697 int nread = fread (data + filled, 1, data_size - filled, f);
703 filled += nread;
704 if (filled == data_size)
721 *sizep = filled;
1484 int filled = 0;
1492 if (filled == lines_allocated)
1499 lines[filled].start = &data[i];
1500 lines[filled]
674 int filled = 0; local
1470 int filled = 0; local
[all...]
/netbsd-6-1-5-RELEASE/include/
H A Dsearch.h29 size_t filled; member in struct:hsearch_data
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dtroff.cpp324 void troff_output::simple_circle(int filled, const position &cent, double rad) argument
333 (filled ? 'C' : 'c'),
337 void troff_output::simple_ellipse(int filled, const position &cent, argument
347 (filled ? 'E' : 'e'),
397 void troff_output::simple_polygon(int filled, const position *v, int n) argument
403 printf("\\D'%c ", (filled ? 'P' : 'p'));
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dhcreate.c127 head->filled = 0;
228 head->filled++;
/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_svcout.c392 int filled; local
423 filled = 0;
431 filled = 1;
439 filled = 1;
446 if (!filled) {
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_blist.c279 * actually filled that were free before the call.
285 blist_blkno_t filled; local
289 filled = blst_leaf_fill(bl->bl_root, blkno, count);
291 filled = blst_meta_fill(bl->bl_root, blkno, count,
293 bl->bl_free -= filled;
294 return filled;
H A Dkern_rndq.c667 int todo, done, filled = 0; local
696 filled++;
723 if (!filled) {
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Dapi.txt82 returned, then the `num' and `decomp' variables are filled in with the
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dbsd_fdintr.s121 ! we filled/emptied the FIFO; update fdc->sc_buf & fdc->sc_tc
/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/xxboot/
H A Dstart.S97 # must be empty (i.e. filled with zeroes).
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.c6060 /* Number of filled words in the instruction buffer. */
6061 int filled;
6123 if (sched_ib.filled > sched_ib.size)
6124 sched_ib.filled = sched_ib.size;
6148 gcc_assert (insn_size <= sched_ib.filled);
6153 insn_size = sched_ib.filled;
6157 sched_ib.filled -= insn_size;
6225 sched_ib.filled = 0;
6313 sched_ib.filled = -2;
6327 sched_ib.filled
6046 int filled; member in struct:_sched_ib
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dbsd_fdintr.s218 ! we filled/emptied the FIFO; update fdc->sc_buf & fdc->sc_tc
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Doptimize.c2148 goto filled;
2151 goto filled;
2193 filled:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Dudivmodsi4.asm158 // R10 is filled with a useful constant.
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/delphi/
H A DZLib.pas77 The OnProgress event is called each time the output buffer is filled and
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/delphi/
H A DZLib.pas77 The OnProgress event is called each time the output buffer is filled and
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Dlocore.s150 clrl %sp@- | tf_pc (filled in later)

Completed in 331 milliseconds

12