Searched refs:fill (Results 176 - 200 of 211) sorted by relevance

123456789

/freebsd-current/stand/i386/btx/btx/
H A Dbtx.S143 rep # Zero-fill
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp176 std::fill(TokenLexerCache, TokenLexerCache + NumCachedTokenLexers, nullptr);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1179 fill: blue;
1195 <g id="arrows" fill="none" stroke="blue" visibility="hidden">
/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Dmersenne_twister_engine.h835 __os.fill(__sp);
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp195 std::fill(It, It + Len, '0');
800 // layout sections correctly. We will fill the table with correct
1828 // Now that all of the sections have been added we can fill out some extra
1984 std::fill(Ehdr.e_ident, Ehdr.e_ident + 16, 0);
2612 // to fill the index table after assignOffsets.
2666 std::fill(Buf->getBufferStart() + Sec.Offset + Sec.Size,
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp604 std::fill(Clause->getInits().end(), Clause->getInits().end() + VL.size(),
606 std::fill(Clause->getUpdates().end(), Clause->getUpdates().end() + VL.size(),
608 std::fill(Clause->getUsedExprs().begin(), Clause->getUsedExprs().end(),
H A DExprConstant.cpp14370 llvm::APInt fill;
14374 fill = llvm::APInt(32, 0);
14375 else if (S->getString().getAsInteger(0, fill))
14380 Result = llvm::APFloat::getSNaN(Sem, false, &fill);
14382 Result = llvm::APFloat::getQNaN(Sem, false, &fill);
14390 Result = llvm::APFloat::getQNaN(Sem, false, &fill);
14392 Result = llvm::APFloat::getSNaN(Sem, false, &fill);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c87 * if there are enough holes to fill.
1598 uint64_t fill = 0; local
1605 * Update rootbp fill count: it should be the number of objects
1611 fill += BP_GET_FILL(&dnp->dn_blkptr[i]);
1613 BP_SET_FILL(bp, fill);
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2460 uint64_t fill = 0; local
2480 fill += BP_GET_FILL(cbp);
2483 ASSERT3U(fill, ==, BP_GET_FILL(bp));
3625 char iblk[32], dblk[32], lsize[32], asize[32], fill[32], dnsize[32]; local
3691 (void) snprintf(fill, sizeof (fill), "%6.2f", 100.0 *
3727 asize, dnsize, lsize, fill, zdb_ot_name(doi.doi_type), aux);
/freebsd-current/contrib/jemalloc/src/
H A Dstats.c1014 CONFIG_WRITE_BOOL(fill);
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Dsections.c870 memset(s->pad, ecp->fill, s->pad_sz);
/freebsd-current/sys/crypto/openssl/arm/
H A Dpoly1305-armv4.S111 stmia r2,{r11,r12} @ fill functions table
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp195 X.DebugValues.fill(nullptr);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h270 DebugValues.fill(nullptr);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1039 std::fill(&ShuffleMask[i / 2], ShuffleMask.end(), -1);
/freebsd-current/stand/ficl/
H A Dwords.c3611 static void fill(FICL_VM *pVM) function
4531 ** Attempt to fill the input buffer from the input source, returning a true
4946 dictAppendWord(dp, "fill", fill, FW_DEFAULT);
/freebsd-current/stand/common/
H A Dgfx_fb.c32 * GOP Blt, and allows us to fill the rectangle on screen, copy
1469 uint32_t fill)
1478 if (fill != 0) {
1468 gfx_fb_drawrect(uint32_t x1, uint32_t y1, uint32_t x2, uint32_t y2, uint32_t fill) argument
/freebsd-current/share/mk/
H A Ddirdeps.mk233 # so we need to construct a set of modifiers to fill in the gaps.
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk233 # so we need to construct a set of modifiers to fill in the gaps.
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl160 stmia r2,{r11,r12} @ fill functions table
/freebsd-current/sys/dev/ioat/
H A Dioat.c1489 hw_desc = &ioat_get_descriptor(ioat, desc->id)->fill;
/freebsd-current/sys/dev/fb/
H A Dvga.c1331 fill(int val, void *d, size_t size) function
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2219 // If border width isn't zero, use border color as fill (1.0 style tips)
2277 // Apply fill and border
2288 context.fill();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2723 NewRC.fill(1, W, BitTracker::BitValue::Zero);
H A DHexagonVectorCombine.cpp1247 // Generate valigns if needed, and fill in proper values in ASpan
2452 std::fill(SMask.begin() + CurSize, SMask.end(), CurSize);
2705 // If there are too few, fill them with the sign bit.

Completed in 614 milliseconds

123456789