/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | fe51_mul.S | 24 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 %rax,%r14 label [all …]
|
H A D | fe51_nsquare.S | 26 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 %rax,%r11 label [all …]
|
H A D | fe51_pack.S | 26 add $32,%r11 label 44 add %r12,%rcx label 48 add %r12,%r8 label 52 add %r12,%r9 label 56 add %r12,%rsi label 61 add %r12,%rdx label 223 add %r11,%rsp label
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | HashBuilder.h | 126 /// builder.add({3}); in add() function 109 add(T Value) { add() function 156 HashBuilderImpl &add(StringRef Value) { add() function 257 add(const T &Value) { add() function 263 HashBuilderImpl &add(const std::pair<T1, T2> &Value) { add() function 267 template <typename... Ts> HashBuilderImpl &add(const std::tuple<Ts...> &Arg) { add() function 284 add(const Ts &...Args) { add() function [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 317 void AliasSetTracker::add(const MemoryLocation &Loc) { in add() function in AliasSetTracker 321 void AliasSetTracker::add(LoadInst *LI) { in add() function in AliasSetTracker 327 void AliasSetTracker::add(StoreInst *SI) { in add() function in AliasSetTracker 333 void AliasSetTracker::add(VAArgInst *VAAI) { in add() function in AliasSetTracker 337 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add() function in AliasSetTracker 341 void AliasSetTracker::add(AnyMemTransferInst *MTI) { in add() function in AliasSetTracker 377 void AliasSetTracker::add(Instruction *I) { in add() function in AliasSetTracker 432 void AliasSetTracker::add(BasicBlock &BB) { in add() function in AliasSetTracker 437 void AliasSetTracker::add(const AliasSetTracker &AST) { in add() function in AliasSetTracker
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVDuplicatesTracker.h | 147 void add(KeyTy V, const MachineFunction *MF, Register R) { in add() function 220 void add(const Type *Ty, const MachineFunction *MF, Register R) { in add() function 224 void add(const Type *PointeeTy, unsigned AddressSpace, in add() function 230 void add(const Constant *C, const MachineFunction *MF, Register R) { in add() function 234 void add(const GlobalVariable *GV, const MachineFunction *MF, Register R) { in add() function 238 void add(const Function *F, const MachineFunction *MF, Register R) { in add() function 242 void add(const Argument *Arg, const MachineFunction *MF, Register R) { in add() function 246 void add(const MachineInstr *MI, const MachineFunction *MF, Register R) { in add() function 250 void add(const SPIRV::SpecialTypeDescriptor &TD, const MachineFunction *MF, in add() function
|
H A D | SPIRVGlobalRegistry.h | 105 void add(const Constant *C, MachineFunction *MF, Register R) { in add() function 109 void add(const GlobalVariable *GV, MachineFunction *MF, Register R) { in add() function 113 void add(const Function *F, MachineFunction *MF, Register R) { in add() function 117 void add(const Argument *Arg, MachineFunction *MF, Register R) { in add() function 121 void add(const MachineInstr *MI, MachineFunction *MF, Register R) { in add() function
|
/freebsd/contrib/libucl/uthash/ |
H A D | utlist.h | 309 #define LL_PREPEND(head,add) \ argument 312 #define LL_PREPEND2(head,add,next) \ argument 333 #define LL_APPEND(head,add) \ argument 336 #define LL_APPEND2(head,add,next) \ argument 369 #define LL_APPEND_VS2008(head,add) \ argument 372 #define LL_APPEND2_VS2008(head,add,next) \ argument 460 #define LL_REPLACE_ELEM(head, el, add) \ argument 480 #define LL_PREPEND_ELEM(head, el, add) \ argument 504 #define DL_PREPEND(head,add) \ argument 507 #define DL_PREPEND2(head,add,prev,next) \ argument [all …]
|
H A D | uthash.h | 161 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument 164 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument 174 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument 255 #define HASH_ADD_STR(head,strfield,add) \ argument 257 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument 261 #define HASH_ADD_INT(head,intfield,add) \ argument 263 #define HASH_REPLACE_INT(head,intfield,add,replaced) \ argument 267 #define HASH_ADD_PTR(head,ptrfield,add) \ argument 269 #define HASH_REPLACE_PTR(head,ptrfield,add) \ argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_hash.h | 26 void add(u32 k) { in add() function 50 void add(u64 k) { in add() function
|
H A D | sanitizer_addrhashmap.h | 65 atomic_uintptr_t add; member 127 if (AddBucket *add = in ForEach() local 236 AddBucket *add = (AddBucket*)atomic_load(&b->add, memory_order_relaxed); in acquire() local 267 AddBucket *add = (AddBucket*)atomic_load(&b->add, memory_order_relaxed); in acquire() local 353 AddBucket *add = (AddBucket *)atomic_load(&b->add, memory_order_relaxed); in release() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Layer.cpp | 24 Error IRLayer::add(ResourceTrackerSP RT, ThreadSafeModule TSM) { in add() function in llvm::orc::IRLayer 170 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O, in add() function in llvm::orc::ObjectLayer 179 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O) { in add() function in llvm::orc::ObjectLayer 186 Error ObjectLayer::add(JITDylib &JD, std::unique_ptr<MemoryBuffer> O) { in add() function in llvm::orc::ObjectLayer
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Layer.h | 104 Error add(JITDylib &JD, ThreadSafeModule TSM) { in add() function 155 Error add(JITDylib &JD, std::unique_ptr<MemoryBuffer> O, in add() function
|
/freebsd/contrib/kyua/model/ |
H A D | test_case.cpp | 319 model::test_cases_map_builder::add(const test_case& test_case) in add() function in model::test_cases_map_builder 333 model::test_cases_map_builder::add(const std::string& test_case_name) in add() function in model::test_cases_map_builder 346 model::test_cases_map_builder::add(const std::string& test_case_name, in add() function in model::test_cases_map_builder
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DLL.h | 23 void add(DefinedImportData *sym) { imports.push_back(sym); } in add() function 41 void add(DefinedImportData *sym) { imports.push_back(sym); } in add() function
|
/freebsd/sys/tools/syscalls/core/ |
H A D | scret.lua | 30 function scret:add() function
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | t_protoent.sh | 42 function add(key, name, i, n, ar) { function
|
H A D | t_servent.sh | 44 function add(key, name, i, n, ar) { function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | FDRLogBuilder.h | 29 template <class R, class... T> LogBuilder &add(T &&... A) { in add() function
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | perm_options.h | 23 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_wired_common.c | 83 static int driver_wired_multi(const char *ifname, const u8 *addr, int add) in driver_wired_multi() 140 int wired_multicast_membership(int sock, int ifindex, const u8 *addr, int add) in wired_multicast_membership()
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | authopt_fuzz.cc | 14 struct sshauthopt *opts = NULL, *merge = NULL, *add = sshauthopt_new(); in LLVMFuzzerTestOneInput() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | NumberedValues.h | 25 void add(unsigned ID, T V) { in add() function
|
/freebsd/crypto/openssh/ |
H A D | mdoc2man.awk | 50 function add(str) { function
|
/freebsd/contrib/sendmail/contrib/ |
H A D | qtool.pl | 1127 sub add subroutine 1258 sub add subroutine
|