Searched defs:add (Results 1 - 25 of 237) sorted by relevance

12345678910

/freebsd-11-stable/crypto/openssh/
H A Dmdoc2man.awk52 function add(str) { function
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dt_protoent.sh42 function add(key, name, i, n, ar) { function
H A Dt_servent.sh44 function add(key, name, i, n, ar) { function
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dblock_header_encoder.c28 const uint32_t add = lzma_vli_size(block->compressed_size); local
37 const uint32_t add = lzma_vli_size(block->uncompressed_size); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRLogBuilder.h29 template <class R, class... T> LogBuilder &add(T &&... A) { function in class:llvm::xray::LogBuilder
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_hash.h26 void add(u32 k) { function in class:__sanitizer::MurMur2HashBuilder
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DPassManager.h30 void add(std::unique_ptr<Pass> pass) { function in class:lld::PassManager
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkStringTable.cpp31 std::pair<unsigned, StringRef> StringTable::add(StringRef Str) { function in class:StringTable
/freebsd-11-stable/contrib/apr/include/
H A Dapr_random.h50 apr_crypto_hash_add_t *add; member in struct:apr_crypto_hash_t
/freebsd-11-stable/contrib/gperf/src/
H A Dpositions.cc51 Positions::add (int pos) function in class:Positions
/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.h133 symbolS *add; member in struct:broken_word
/freebsd-11-stable/contrib/mdocml/
H A Dterm_tab.c46 int add; local
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A D44arp.c42 u_long add; local
H A Darp.c41 u_long add; local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.cpp26 void GIMatchDagOperandList::add(StringRef Name, unsigned Idx, bool IsDef) { function in class:GIMatchDagOperandList
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_add.c262 int add = 0, neg = 0; local
H A Dbn_depr.c70 BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, void (*callback) (int, int, void *), void *cb_arg) argument
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand.h85 void (*add) (const void *buf, int num, double entropy); member in struct:rand_meth_st
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_binding.c198 iwm_mvm_binding_update(struct iwm_softc *sc, struct iwm_vap *ivp, struct iwm_mvm_phy_ctxt *phyctxt, boolean_t add) argument
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DReader.cpp27 void Registry::add(std::unique_ptr<Reader> reader) { function in class:lld::Registry
31 void Registry::add(std::unique_ptr<YamlIOTaggedDocumentHandler> handler) { function in class:lld::Registry
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h45 size_t add(StringRef S) { return add(CachedHashStringRef(S)); } function in class:llvm::StringTableBuilder
/freebsd-11-stable/contrib/subversion/
H A Dgen-make.py227 def add(self, opt, val, overwrite=True): member in class:Options
/freebsd-11-stable/bin/sh/
H A Dmksyntax.c287 add(const char *p, const char *type) function
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_hashtab.c120 drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, unsigned long seed, int bits, int shift, unsigned long add) argument
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_hashtab.c122 drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, unsigned long seed, int bits, int shift, unsigned long add) argument

Completed in 298 milliseconds

12345678910