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

/freebsd-13-stable/usr.bin/grep/
H A Dqueue.c51 static long long filled; variable
90 if (filled < Bflag) {
91 filled++;
92 } else if (filled == Bflag) {
93 /* We had already filled up coming in; just rotate. */
129 filled = 0;
145 filled = 0;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_fuchsia.cpp38 size_t filled; local
43 count * sizeof(zx_info_maps_t), &filled, &count);
48 } while (filled < count);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarname-make_print_var_on_error.mk7 # since at the point where it is filled in PrintOnError, the first command in
/freebsd-13-stable/usr.sbin/bsdconfig/dot/
H A Ddot357 shape=circle color=black fillcolor=yellow style=filled
366 shape=box color=black fillcolor=lightblue style=filled
377 shape=box color=black fillcolor=lightblue style=filled
388 shape=box color=black fillcolor=lightblue style=filled edge_color=blue
400 shape=box color=black fillcolor=lightblue style=filled edge_color=blue
427 shape=oval color=black fillcolor=white style=filled
442 shape=oval color=black fillcolor=white style=filled edge_color=grey
484 shape=parallelogram color=black fillcolor=lightseagreen style=filled
504 shape=box color=black fillcolor=lightseagreen style=filled
/freebsd-13-stable/usr.sbin/dumpcis/
H A Dcardinfo.h72 * ------->| inactive |<--------------| filled |
99 enum cardstate { noslot, empty, suspend, filled, inactive }; enumerator in enum:cardstate
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dacs.c298 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY)
300 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX)
311 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) {
408 if (!(survey->filled & SURVEY_HAS_NF)) {
413 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) {
418 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) &&
419 !(survey->filled & SURVEY_HAS_CHAN_TIME_RX)) {
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c779 size_t filled; member in struct:__anon10956
965 mtctx->inBuff.filled = 0;
1057 fps.ingested = mtctx->consumed + mtctx->inBuff.filled;
1283 mtctx->inBuff.filled = 0;
1338 assert(mtctx->inBuff.filled >= srcSize);
1359 mtctx->inBuff.filled = 0;
1486 if (mtctx->inBuff.filled > 0) return 1; /* input is not empty, and still needs to be converted into a job */
1587 * Returns non-zero if the buffer is filled.
1638 mtctx->inBuff.filled = 0;
1666 syncPoint.toLoad = MIN(input.size - input.pos, mtctx->targetSectionSize - mtctx->inBuff.filled);
[all...]
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_svcout.c391 int filled; local
405 filled = 0;
413 filled = 1;
421 filled = 1;
428 if (!filled) {
/freebsd-13-stable/sys/kern/
H A Dsubr_blist.c345 * actually filled that were free before the call.
350 daddr_t filled; local
355 filled = blst_meta_fill(bl->bl_root, blkno, count, bl->bl_radix);
356 bl->bl_avail -= filled;
357 return (filled);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc234 // Create a signal set filled with *all* signals.
/freebsd-13-stable/contrib/libpcap/
H A Doptimize.c2304 goto filled;
2307 goto filled;
2363 filled:
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver.h2024 * This field is only filled in when using a 40 MHz channel.
3533 * in the data buffer. Reply (if any) will be filled in the supplied
4817 * @filled: bitmask indicating which fields have been reported, see
4829 unsigned int filled; member in struct:freq_survey
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql38 * "incomplete" -- state hasn't been filled in
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2318 filled: !!i,
/freebsd-13-stable/contrib/file/
H A Dconfigure14344 /* Next, check that the tail of a page is zero-filled. File must have

Completed in 340 milliseconds