Searched defs:fill (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-current/contrib/elftoolchain/libelf/
H A Delf_fill.c34 elf_fill(int fill) argument
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfill.h39 fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { function
H A Dranges_fill.h52 inline constexpr auto fill = __fill::__fn{}; member in namespace:ranges::__cpo
/freebsd-current/sbin/growfs/tests/
H A Dlegacy_test.pl39 sub fill { subroutine
/freebsd-current/contrib/jemalloc/src/
H A Dbitmap.c45 bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill) { argument
100 bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill) { argument
/freebsd-current/sys/arm64/intel/
H A Dstratix10-svc.h51 int fill; member in struct:s10_svc_mem
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatCommon.h69 void fill(llvm::raw_ostream &S, size_t Count) { function in struct:llvm::FmtAlign
/freebsd-current/contrib/mtree/
H A Donly.c106 fill(char *str) function
/freebsd-current/contrib/netbsd-tests/lib/libc/string/
H A Dt_memset.c218 fill(char *buf, size_t len, char x) function
/freebsd-current/lib/libvgl/
H A Dtext.c74 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, u_long fgcol, u_long bgcol, int fill, int dir) argument
126 VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, u_long fgcol, u_long bgcol, int fill, int dir) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp69 void InstructionPrecedenceTracking::fill(const BasicBlock *BB) { function in class:InstructionPrecedenceTracking
/freebsd-current/sys/contrib/xz-embedded/userspace/
H A Dboottest.c30 static int fill(void *buf, unsigned int size) function
/freebsd-current/sys/contrib/libb2/
H A Dblake2bp.c122 size_t fill = sizeof( S->buf ) - left; local
H A Dblake2sp.c119 size_t fill = sizeof( S->buf ) - left; local
H A Dblake2b-ref.c306 uint32_t fill = 2 * BLAKE2B_BLOCKBYTES - left; local
H A Dblake2s-ref.c296 uint32_t fill = 2 * BLAKE2S_BLOCKBYTES - left; local
/freebsd-current/crypto/openssl/crypto/ec/curve448/
H A Df_generic.c23 unsigned int j = 0, fill = 0; local
69 unsigned int j = 0, fill = 0; local
[all...]
/freebsd-current/stand/liblua/
H A Dgfx_utils.c187 uint32_t x0, y0, x1, y1, fill; local
/freebsd-current/stand/ficl/
H A Dgfx_loader.c203 FICL_UNS x1, x2, y1, y2, fill; local
/freebsd-current/usr.sbin/fdwrite/
H A Dfdwrite.c24 format_track(int fd, int cyl, int secs, int head, int rate, int gaplen, int secsize, int fill, int interleave) argument
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c265 size_t fill = 2 * BLAKE2B_BLOCKBYTES - left; local
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c222 size_t fill = BLAKE2S_BLOCKBYTES - left; local
H A Darchive_blake2sp_ref.c139 size_t fill = sizeof( S->buf ) - left; local
/freebsd-current/tests/sys/file/
H A Dfspacectl_test.c44 fill(int fd, off_t offset, off_t len) function
/freebsd-current/usr.sbin/makefs/zfs/
H A Dobjset.c130 uint64_t fill; local

Completed in 287 milliseconds

1234