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

12345678910

/freebsd-13-stable/crypto/openssh/
H A Dmdoc2man.awk50 function add(str) { function
[all...]
/freebsd-13-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-13-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-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_hash.h26 void add(u32 k) { function in class:__sanitizer::MurMur2HashBuilder
/freebsd-13-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-13-stable/crypto/openssh/regress/misc/fuzz-harness/
H A Dauthopt_fuzz.cc14 struct sshauthopt *opts = NULL, *merge = NULL, *add = sshauthopt_new(); local
/freebsd-13-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-13-stable/crypto/openssl/include/openssl/
H A Drand.h26 int (*add) (const void *buf, int num, double randomness); member in struct:rand_meth_st
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkStringTable.cpp31 std::pair<unsigned, StringRef> StringTable::add(StringRef Str) { function in class:StringTable
/freebsd-13-stable/etc/
H A DMakefile
/freebsd-13-stable/contrib/ipfilter/ipsend/
H A D44arp.c42 u_long add; local
H A Darp.c41 u_long add; local
/freebsd-13-stable/contrib/apr/include/
H A Dapr_random.h50 apr_crypto_hash_add_t *add; member in struct:apr_crypto_hash_t
/freebsd-13-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-13-stable/contrib/mandoc/
H A Dterm_tab.c46 int add; local
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe51_mul.S24 add $96,%r11 label
45 add %rax,%r8 label
49 add %rax,%r8 label
69 add %rax,%r10 label
73 add %rax,%r12 label
77 add %rax,%r14 label
81 add %rax,%rbx label
86 add %rax,%r8 label
90 add %rax,%r12 label
94 add label
98 add %rax,%rbx label
103 add %rax,%r8 label
108 add %rax,%r10 label
112 add %rax,%r14 label
116 add %rax,%rbx label
120 add %rax,%r10 label
124 add %rax,%r12 label
128 add %rax,%rbx label
132 add %rax,%r10 label
136 add %rax,%r12 label
140 add %rax,%r14 label
147 add %r9,%r10 label
150 add %r11,%r12 label
153 add %r13,%r14 label
156 add %r15,%rbx label
158 add %rdx,%r8 label
161 add %r10,%rdx label
165 add %r12,%rdx label
169 add %r14,%rdx label
173 add %rbx,%rdx label
178 add %rdx,%r8 label
192 add %r11,%rsp label
[all...]
H A Dfe51_nsquare.S26 add $64,%r11 label
50 add %rcx,%rcx label
71 add %r8,%r8 label
72 add %rax,%r13 label
76 add %rax,%r15 label
81 add %rax,%rcx label
85 add %rax,%r9 label
89 add %rax,%rcx label
95 add %rax,%r9 label
101 add label
106 add %rax,%r11 label
112 add %rax,%r13 label
118 add %rax,%r15 label
123 add %rbx,%rcx label
126 add %r10,%r11 label
128 add %r12,%r13 label
130 add %r14,%r15 label
135 add %r11,%r9 label
139 add %r13,%r9 label
143 add %r15,%r9 label
148 add %rcx,%r9 label
169 add %r11,%rsp label
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_depr.c25 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-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_rdma.h45 void * (*add)(void *ha); member in struct:qlnx_rdma_if
/freebsd-13-stable/contrib/subversion/
H A Dgen-make.py227 def add(self, opt, val, overwrite=True): member in class:Options
/freebsd-13-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-13-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-13-stable/sys/dev/random/
H A Duint128.h69 uint128_add64(uint128_t *big_uintp, uint64_t add) argument
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_binding.c199 iwm_binding_update(struct iwm_softc *sc, struct iwm_vap *ivp, struct iwm_phy_ctxt *phyctxt, boolean_t add) argument

Completed in 186 milliseconds

12345678910