Searched defs:add (Results 26 - 50 of 237) sorted by relevance

12345678910

/freebsd-11-stable/crypto/heimdal/admin/
H A Dchange.c158 int add = 0; local
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-normalize.py153 def add(table, k, v): function
/freebsd-11-stable/etc/
H A DMakefile
/freebsd-11-stable/usr.bin/tee/
H A Dtee.c147 add(int fd, const char *name) function
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h75 int (*add)(struct mlx5_fpga_device *fdev, u32 vid, u16 pid); member in struct:mlx5_fpga_client
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDLL.h24 void add(DefinedImportData *sym) { imports.push_back(sym); } function in class:lld::coff::IdataContents
41 void add(DefinedImportData *sym) { imports.push_back(sym); } function in class:lld::coff::DelayLoadContents
H A DLTO.cpp116 void BitcodeCompiler::add(BitcodeFile &f) { function in class:lld::coff::BitcodeCompiler
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp71 void ASTImporterLookupTable::add(DeclContext *DC, NamedDecl *ND) { function in class:clang::ASTImporterLookupTable
84 void ASTImporterLookupTable::add(NamedDecl *ND) { function in class:clang::ASTImporterLookupTable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp21 Error IRLayer::add(JITDylib &JD, ThreadSafeModule TSM, VModuleKey K) { function in class:llvm::orc::IRLayer
141 Error ObjectLayer::add(JITDylib &JD, std::unique_ptr<MemoryBuffer> O, function in class:llvm::ObjectLayer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp187 size_t StringTableBuilder::add(CachedHashStringRef S) { function in class:StringTableBuilder
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp111 auto add = [&](const EhSectionPiece &p) { local
H A DLTO.cpp161 void BitcodeCompiler::add(BitcodeFile &f) { function in class:lld::elf::BitcodeCompiler
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstats.h35 void add(StatType I, uptr V) { function in class:scudo::LocalStats
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h67 void add(const SeqT &Seq) { function in class:llvm::SequenceToOffsetTable
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmd5.c205 size_t add = 128 - left_over > len ? len : 128 - left_over; local
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmd5.c205 size_t add = 128 - left_over > len ? len : 128 - left_over; local
[all...]
/freebsd-11-stable/share/mk/
H A Dmeta2deps.py301 def add(self, list, data, clue=''): member in class:MetaFile
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dqtool.pl1127 sub add subroutine
1258 sub add subroutine
/freebsd-11-stable/crypto/openssh/
H A Dsmult_curve25519_ref.c11 static void add(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) function
/freebsd-11-stable/usr.bin/hexdump/
H A Dparse.c76 add(const char *fmt) function
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta2deps.py330 def add(self, list, data, clue=''): member in class:MetaFile
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clsubs.c264 ncl_getcookie(struct nfsnode *np, off_t off, int add) argument
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dblock_decoder.c55 update_size(lzma_vli *size, lzma_vli add, lzma_vli limit) argument
/freebsd-11-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c77 int i, add, n; local
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.c163 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) argument
399 probable_prime_dh(BIGNUM *rnd, int bits, const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx) argument
[all...]

Completed in 158 milliseconds

12345678910