Searched refs:fill (Results 51 - 75 of 211) sorted by relevance

123456789

/freebsd-current/usr.sbin/makefs/zfs/
H A Dzfs.h148 uint8_t level, uint64_t fill, const void *data, off_t sz, off_t loc,
151 uint64_t fill, const void *data, off_t sz, off_t loc, blkptr_t *bp);
/freebsd-current/stand/liblua/
H A Dgfx_utils.c187 uint32_t x0, y0, x1, y1, fill; local
200 fill = luaL_checknumber(L, 5);
201 gfx_fb_drawrect(x0, y0, x1, y1, fill);
/freebsd-current/stand/ficl/
H A Dgfx_loader.c51 * fb-drawrect ( x1 y1 x2 y2 fill -- )
55 * term-drawrect ( x1 y1 x2 y2 fill -- )
203 FICL_UNS x1, x2, y1, y2, fill; local
209 fill = stackPopUNS(pVM->pStack);
214 gfx_fb_drawrect(x1, y1, x2, y2, fill);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_blake2sp_ref.c139 size_t fill = sizeof( S->buf ) - left; local
142 if( left && inlen >= fill )
144 memcpy( S->buf + left, in, fill );
149 in += fill;
150 inlen -= fill;
/freebsd-current/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h496 dqrr->fill = cyc_diff(QM_DQRR_SIZE, dqrr->ci, dqrr->pi);
538 if (!dqrr->fill)
553 ASSERT_COND(dqrr->fill);
556 return --dqrr->fill;
568 dqrr->fill += diff;
591 dqrr->fill += diff;
617 dqrr->fill++;
852 mr->fill = cyc_diff(QM_MR_SIZE, mr->ci, mr->pi);
886 if (!mr->fill)
901 ASSERT_COND(mr->fill);
[all...]
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c319 static struct ptunit_result fill(struct test_fixture *tfix) function
415 ptu_run_f(suite, fill, ifix);
416 ptu_run_f(suite, fill, cifix);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp31 std::fill(Timeline.begin(), Timeline.end(), InvalidTVEntry);
34 std::fill(WaitTime.begin(), WaitTime.end(), NullWTEntry);
38 std::fill(UsedBuffer.begin(), UsedBuffer.end(), NullUsedBufferEntry);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Drange_tree.c270 zfs_panic_recover("zfs: attempting to decrease fill to or "
277 zfs_panic_recover("zfs: attempting to increase fill beyond "
291 range_tree_add_impl(void *arg, uint64_t start, uint64_t size, uint64_t fill) argument
302 ASSERT3U(fill, <=, size);
312 * bump the fill count and call the remove / add callbacks. If the
327 range_tree_adjust_fill(rt, rs, fill);
337 fill += rs_get_fill(rs, rt);
343 range_tree_add_impl(rt, start, size, fill);
390 rs_set_fill(rs_after, rt, after_fill + before_fill + fill);
400 rs_set_fill(rs_before, rt, before_fill + fill);
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_hc.h65 t_Error FmHcPcdCcIpFragScratchPollCmd(t_Handle h_FmHc, bool fill, t_FmPcdCcFragScratchPoolCmdParams *p_FmPcdCcFragScratchPoolCmdParams);
/freebsd-current/sys/fs/pseudofs/
H A Dpseudofs.c252 pfs_create_file(struct pfs_node *parent, const char *name, pfs_fill_t fill, argument
261 pn->pn_fill = fill;
275 pfs_create_link(struct pfs_node *parent, const char *name, pfs_fill_t fill, argument
284 pn->pn_fill = fill;
H A Dpseudofs.h262 pfs_fill_t fill, pfs_attr_t attr,
266 pfs_fill_t fill, pfs_attr_t attr,
/freebsd-current/sys/dev/beri/
H A Dberi_ring.c148 uint32_t fill; local
150 fill = (c->in - c->out + sc->data_size) % sc->data_size;
153 return (sc->data_size - fill - 1);
155 return (fill);
/freebsd-current/usr.sbin/lpr/common_source/
H A Ddisplayq.c530 short fill, nlen; local
537 fill = first ? 0 : 2; /* fill space for ``, '' */
540 if (nlen + fill > rem) {
570 col += nlen + fill;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp274 BT::RegisterCell &BT::RegisterCell::fill(uint16_t B, uint16_t E,
503 Res.fill(0, Z, BitValue::Zero);
504 Res.fill(Z, W, BitValue::self());
513 Res.fill(0, Z, BitValue::Zero);
514 Res.fill(Z, W, BitValue::self());
523 Res.fill(0, Sh, BitValue::Zero);
533 Res.fill(W-Sh, W, BitValue::Zero);
544 Res.fill(W-Sh, W, Sign);
670 Res.fill(FromN, W, Sign);
679 Res.fill(From
[all...]
H A DHexagonBitTracker.cpp325 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::Zero), Outputs);
327 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::One), Outputs);
334 RC.fill(0, L, BT::BitValue::Zero);
350 RC.fill(PW, RW, BT::BitValue::Zero);
357 RC.fill(PW, RW, BT::BitValue::Zero);
439 RPC.fill(0, 2, BT::BitValue::Zero);
707 RegisterCell RZ = RegisterCell(W0).fill(BX, W1, Zero)
708 .fill(W1+(W1-BX), W0, Zero);
802 RC.fill(i*8, i*8+8, F);
895 RC.fill(
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Dseed_seq.h13 #include <__algorithm/fill.h>
83 std::fill(__first, __last, 0x8b8b8b8b);
H A Dbernoulli_distribution.h100 __os.fill(__sp);
H A Dweibull_distribution.h106 __os.fill(__sp);
/freebsd-current/usr.sbin/fdwrite/
H A Dfdwrite.c25 int gaplen, int secsize, int fill, int interleave)
46 f.fd_formb_fillbyte = fill;
24 format_track(int fd, int cyl, int secs, int head, int rate, int gaplen, int secsize, int fill, int interleave) argument
/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh823 echo "bucketsize $bsize, fill factor $ffactor"
833 "bucketsizes and fill factors"
1145 fill="abcdefghijklmnopqrstuvwxyzy"
1155 (echo $fill | awk "$script"; echo o) > in1
1156 echo $fill |
1166 echo $fill |
1172 (echo $fill | awk "$script"; echo O) > in2
/freebsd-current/tests/sys/kern/
H A Dunix_dgram.c73 fill(int fd, void *buf, ssize_t len) function
156 fill(fd[0], buf, maxdgram);
208 * One sender can not fill the receive side. Other senders can
209 * continue operation. Senders who don't fill their buffers are
216 * connect-fill-close attack.
236 fill(many[0], flooder, sizeof(flooder));
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp144 std::fill(SB.begin() + Offset, SB.begin() + Offset + LifetimeShadowSize,
/freebsd-current/sys/cam/scsi/
H A Dscsi_enc_internal.h80 fsm_fill_handler_t *fill; member in struct:enc_fsm_state
/freebsd-current/usr.sbin/makefs/
H A Dzfs.c680 uint64_t fill; local
711 fill = 0;
713 fill += BP_GET_FILL(&bp[i]);
715 vdev_pwrite_dnode_indir(zfs, c->dnode, level, fill, buf, blksz,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitset.h53 std::fill(std::begin(Bits), std::end(Bits), -BitWord(0));

Completed in 612 milliseconds

123456789