Searched refs:add (Results 351 - 375 of 1263) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/openresolv/
H A Dlibc.in158 add=true
168 $gotlocal && add=false;;
171 $add && newns="$newns $n"
188 # Now add anything we don't care about such as sortlist and options
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clsubs.c271 ncl_getcookie(struct nfsnode *np, off_t off, int add) argument
279 KASSERT(!add, ("nfs getcookie add at <= 0"));
285 if (add) {
296 if (!add && dp->ndm_eocookie < NFSNUMCOOKIES &&
300 } else if (add) {
310 if (add)
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dinterrupt.S111 add %g2, %g4, %g2
140 add %g1, IR_NEXT, %g1
224 add %l4, %l3, %l4 /* %l4 = intrcnt[intr_countp[%l2]] */
/freebsd-12-stable/crypto/openssl/crypto/
H A Dx86cpuid.pl204 &add ("esp",8);
377 &add (&DWP(0,$out),$lastdiff);
388 &add (&DWP(0,$out),"eax"); # accumulate diff
417 &add (&DWP(0,$out),$lastdiff);
429 &add (&DWP(0,$out),"eax"); # accumulate diff
478 &add ("eax",4);
H A Dsparc_arch.h61 add %o7, reg, reg;
75 add %o7, reg, reg
/freebsd-12-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
57 add(a,a,minusp);
156 add(a0,xzmb,xzmb + 32);
158 add(a1,xzm1b,xzm1b + 32);
164 add(c1,b1,b1 + 32);
169 add(u,t,b0);
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl96 add x29,sp,#0
171 add $out,$out,#0x50
213 add $out,$out,#0x20
272 add x29,sp,#0
285 add $inp,$out,x12,lsl#4 // end of key schedule
382 add x29,sp,#0
404 add $key_,$key,x5,lsl#4 // pointer to last 7 round keys
411 add $key_,$key,#32
421 add $key_,$key,#16
422 add
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl175 add \$32*10, $tmp
468 add %rax, $r0
472 add %rax, $r1
475 add $r0, $r1
476 add %rax, $r2
478 add %rdx, $r3
496 add %rax, $r1
503 add %rax, $r2
510 add %rax, $r3
511 add
[all...]
/freebsd-12-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-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp159 llvm::Error Err = HeaderReplacements.add(
168 HeaderReplacements.add(Replacement(FilePath, UINT_MAX, 1, Header));
175 // actual replacements that add/remove headers at the right location.
188 if (auto Err = Replaces.add(Replacement(
243 llvm::Error Err = E.Replaces.add(R);
246 "Failed to add replacement when Converting YAML to AtomicChange.");
255 return Replaces.add(Replacement(SM, Range, ReplacementText));
260 return Replaces.add(Replacement(SM, Loc, Length, Text));
268 llvm::Error Err = Replaces.add(R);
313 llvm::Error Err = AllReplaces.add(
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstats.h26 // numbers themselves are consistent. But we don't use atomic_{add|sub} or a
29 // LocalStats::add'ing, this is OK, we will still get a meaningful number.
35 void add(StatType I, uptr V) { function in class:scudo::LocalStats
74 add(static_cast<StatType>(I), S->get(static_cast<StatType>(I)));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h98 virtual Error add(JITDylib &JD, ThreadSafeModule TSM,
136 virtual Error add(JITDylib &JD, std::unique_ptr<MemoryBuffer> O,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp364 // just need to add the pointer to that set to keep the data structure
404 void AliasSetTracker::add(Value *Ptr, LocationSize Size, function in class:AliasSetTracker
409 void AliasSetTracker::add(LoadInst *LI) { function in class:AliasSetTracker
415 void AliasSetTracker::add(StoreInst *SI) { function in class:AliasSetTracker
421 void AliasSetTracker::add(VAArgInst *VAAI) { function in class:AliasSetTracker
425 void AliasSetTracker::add(AnyMemSetInst *MSI) { function in class:AliasSetTracker
429 void AliasSetTracker::add(AnyMemTransferInst *MTI) { function in class:AliasSetTracker
461 void AliasSetTracker::add(Instruction *I) { function in class:AliasSetTracker
462 // Dispatch to one of the other add methods.
464 return add(L
516 void AliasSetTracker::add(BasicBlock &BB) { function in class:AliasSetTracker
521 void AliasSetTracker::add(const AliasSetTracker &AST) { function in class:AliasSetTracker
[all...]
/freebsd-12-stable/contrib/libxo/xohtml/
H A DMakefile.am42 cat ../libxo/add.man >> ${DESTDIR}${man1dir}/$$file ; done
/freebsd-12-stable/crypto/heimdal/admin/
H A DMakefile.am12 add.c \
/freebsd-12-stable/contrib/cortex-strings/src/aarch64/
H A Dmemmove.S99 add dstend, dstin, count
100 add srcend, src, count
/freebsd-12-stable/sys/contrib/ck/include/
H A Dck_pr.h234 CK_PR_BIN_S(add, char, char, +)
263 CK_PR_BIN_S(add, int, int, +)
293 CK_PR_BIN_S(add, double, double, +)
307 CK_PR_BIN_S(add, uint, unsigned int, +)
336 CK_PR_BIN(add, ptr, void, uintptr_t, +, void *)
365 CK_PR_BIN_S(add, 64, uint64_t, +)
394 CK_PR_BIN_S(add, 32, uint32_t, +)
423 CK_PR_BIN_S(add, 16, uint16_t, +)
452 CK_PR_BIN_S(add, 8, uint8_t, +)
654 CK_PR_UNARY_S(inc, add, cha
[all...]
/freebsd-12-stable/sys/sparc64/include/
H A Dktr.h50 l2: add r2, 1, r3 ; \
61 add r1, r2, r1 ; \
/freebsd-12-stable/tools/boot/
H A Drootgen.sh120 gpart add -t freebsd-boot -s 400k -a 4k ${md} # <= ~540k
121 gpart add -t freebsd-zfs -l root $md
159 gpart add -t efi -s 800k -a 4k ${md}
160 gpart add -t freebsd-zfs -l root $md
198 gpart add -t efi -s 800k -a 4k ${md}
199 gpart add -t freebsd-boot -s 400k -a 4k ${md} # <= ~540k
200 gpart add -t freebsd-zfs -l root $md
279 gpart add -t freebsd ${md}
282 gpart add -t freebsd-zfs ${md}s1
320 gpart add
[all...]
/freebsd-12-stable/libexec/rtld-elf/aarch64/
H A Drtld_start.S40 add x2, x1, #8 /* obj_main */
87 add x1, x1, x3 /* x1 = x3 + offset = 3 * offset */
184 add w2, w2, #1
190 add x2, x2, x3
/freebsd-12-stable/release/picobsd/mfs_tree/etc/
H A Drc.network56 route add ${route_args}
/freebsd-12-stable/sys/arm64/arm64/
H A Dmemmove.S99 add dstend, dstin, count
100 add srcend, src, count
/freebsd-12-stable/tools/tools/build_option_survey/
H A Dreduce.sh26 grep '^ [^ ]' $2/_.mtree.all.txt > $4/$3.mtree.add.txt || true
27 a=`wc -l < $4/$3.mtree.add.txt`
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp97 .add(predOps(ARMCC::AL))
150 .add(t1CondCodeOp())
155 .add(t1CondCodeOp())
159 .add(t1CondCodeOp())
169 // Emit add / sub.
174 MIB = MIB.add(t1CondCodeOp());
179 MIB.add(predOps(ARMCC::AL));
214 // This will be emitted as many times as necessary to add the
314 MIB = MIB.add(t1CondCodeOp());
319 MIB.setMIFlags(MIFlags).add(predOp
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp231 MIB.add(MI.getOperand(0)).add(MI.getOperand(1)).add(Target);
274 .add(MI.getOperand(0))
275 .add(MI.getOperand(1))
276 .add(MI.getOperand(2))
277 .add(MI.getOperand(3));
296 MIB.add(MO);
404 assert(isAddWithImmediate(Opcode) && "Expected an add with immediate.");
670 MIB.add(Compar
[all...]

Completed in 306 milliseconds

<<11121314151617181920>>