Searched refs:add (Results 201 - 225 of 1606) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-586.pl179 &add($tmp1,$e); # tmp1+=e;
189 &add($f,$tmp1); } # f+=tmp1
190 else { &add($tmp1,$f); } # f becomes a in next round
208 &add($e,$tmp1); # e+=F_00_19(b,c,d)
216 &add($f,$a); # f+=ROTATE(a,5)
226 &add($e,$tmp1); # e+=F_00_19(b,c,d)
233 &add($f,$tmp1); # f+=ROTATE(a,5)
249 &add($e,$tmp1); # e+=F_20_39(b,c,d)
260 &add($f,$a); # f+=ROTATE(a,5)
270 &add(
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp288 // just need to add the memory location to that set to keep the data
317 void AliasSetTracker::add(const MemoryLocation &Loc) { function in class:AliasSetTracker
321 void AliasSetTracker::add(LoadInst *LI) { function in class:AliasSetTracker
327 void AliasSetTracker::add(StoreInst *SI) { function in class:AliasSetTracker
333 void AliasSetTracker::add(VAArgInst *VAAI) { function in class:AliasSetTracker
337 void AliasSetTracker::add(AnyMemSetInst *MSI) { function in class:AliasSetTracker
341 void AliasSetTracker::add(AnyMemTransferInst *MTI) { function in class:AliasSetTracker
375 void AliasSetTracker::add(Instruction *I) { function in class:AliasSetTracker
376 // Dispatch to one of the other add methods.
378 return add(L
430 void AliasSetTracker::add(BasicBlock &BB) { function in class:AliasSetTracker
435 void AliasSetTracker::add(const AliasSetTracker &AST) { function in class:AliasSetTracker
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp604 MIB.add(MI.getOperand(OpIdx++));
607 MIB.add(MI.getOperand(OpIdx++));
608 MIB.add(MI.getOperand(OpIdx++));
635 MIB.add(AM6Offset);
651 MIB.add(MI.getOperand(OpIdx++));
652 MIB.add(MI.getOperand(OpIdx++));
659 MIB.add(MO);
687 MIB.add(MI.getOperand(OpIdx++));
690 MIB.add(MI.getOperand(OpIdx++));
691 MIB.add(M
[all...]
/freebsd-current/contrib/cortex-strings/src/thumb-2/
H A Dstrlen.S85 add result, result, #8
96 add result, result, #8
105 add result, result, #8
113 add src, src, #32
115 add result, result, #8
132 add result, result, data1a, lsr #3 /* Bits -> Bytes. */
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dstrlen-armv6t2.S62 add result, result, #8
73 add result, result, #8
82 add result, result, #8
90 add src, src, #32
92 add result, result, #8
109 add result, result, data1a, lsr #3 /* Bits -> Bytes. */
/freebsd-current/tools/regression/zfs/zpool/add/
H A Dmirror.t12 expect_ok ${ZPOOL} add ${name0} mirror ${disk2} ${disk3}
33 expect_ok ${ZPOOL} add ${name0} mirror ${disk3} ${disk4} ${disk5}
56 expect_ok ${ZPOOL} add ${name0} mirror ${disk4} ${disk5} mirror ${disk6} ${disk7} mirror ${disk8} ${disk9}
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_add/
H A Dzpool_add_001_pos.ksh16 # If applicable, add the following below this CDDL HEADER, with the
36 # 'zpool add <pool> <vdev> ...' can successfully add the specified
56 log_assert "'zpool add <pool> <vdev> ...' can add devices to the pool."
86 log_must $ZPOOL add -f "$TESTPOOL" ${keywords[i]} \
98 log_must $ZPOOL add "$TESTPOOL" ${keywords[i]} \
110 log_must $ZPOOL add "$TESTPOOL" ${keywords[i]} \
122 log_pass "'zpool add <pool> <vdev> ...' executes successfully"
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp134 PM.add(createDXILPrettyPrinterPass(Out));
135 PM.add(createPrintModulePass(Out, "", true));
139 PM.add(createDXILEmbedderPass());
142 PM.add(createDXContainerGlobalsPass());
146 PM.add(MMIWP);
151 PM.add(createDXILWriterPass(Out));
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dadd_nested_replacing_spare.ksh16 # If applicable, add the following below this CDDL HEADER, with the
31 # 'zpool add' works with nested replacing/spare vdevs
37 # 3. Verify 'zpool add' is able to add new devices to the pool.
51 log_assert "'zpool add' works with nested replacing/spare vdevs"
60 ADD_DEV="$TEST_BASE_DIR/add-dev"
77 log_must zpool add $TESTPOOL spare $SPARE_DEV1
96 # 3. Verify 'zpool add' is able to add new devices
97 log_must zpool add
[all...]
H A Dadd-o_ashift.ksh16 # If applicable, add the following below this CDDL HEADER, with the
33 # 'zpool add -o ashift=<n> ...' should work with different ashift
38 # 2. Verify 'zpool add -o ashift=<n>' works with allowed values (9-16).
40 # 4. Verify 'zpool add -o ashift=<n>' doesn't accept other invalid values.
52 log_assert "zpool add -o ashift=<n>' works with different ashift values"
69 # Need to add the --allow-ashift-mismatch option to disable the
70 # ashift mismatch checks in zpool add.
79 log_must zpool add $opt -o ashift=$ashift $TESTPOOL $disk2
92 log_must zpool add $opt $TESTPOOL $disk2
107 log_mustnot zpool add
[all...]
H A Dzpool_add_001_pos.ksh16 # If applicable, add the following below this CDDL HEADER, with the
37 # 'zpool add <pool> <vdev> ...' can successfully add the specified
54 log_assert "'zpool add <pool> <vdev> ...' can add devices to the pool."
86 log_must zpool add -f "$TESTPOOL" ${keywords[i]} $vdev
97 log_must zpool add "$TESTPOOL" ${keywords[i]} $vdev
108 log_must zpool add "$TESTPOOL" ${keywords[i]} $vdev
119 log_must zpool add "$TESTPOOL" ${keywords[i]} $vdev
132 log_pass "'zpool add <poo
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A D__mtag_tag_zero_region.S33 add dstend, dstin, count
42 add tmp, dstin, tmp, lsl 4
79 add dst, dst, 64
H A D__mtag_tag_region.S33 add dstend, dstin, count
42 add tmp, dstin, tmp, lsl 4
79 add dst, dst, 64
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl160 add %rax,%rbx
164 add %rax,%r8
168 add %rax,%r10
173 add %rax,%r12
178 add %rax,%r14
183 add %rax,%rbx
187 add %rax,%r8
192 add %rax,%r10
196 add %rax,%r12
201 add
[all...]
/freebsd-current/sys/dev/random/
H A Duint128.h67 uint128_add64(uint128_t *big_uintp, uint64_t add) argument
70 (*big_uintp) += add;
74 word0p = big_uintp->u128t_word0 + add;
/freebsd-current/sys/powerpc/aim/
H A Dlocore32.S87 add %r1,%r1,%r30
98 add %r3,%r3,%r30
100 add %r4,%r4,%r30
/freebsd-current/crypto/openssh/
H A Dmdoc2man.awk50 function add(str) { function
81 add(OFS)
106 add(words[++w])
109 add("``")
110 add(words[++w])
112 add(OFS words[++w])
113 add("''")
118 add("`" words[++w] "'")
126 add("[")
130 add("]")
[all...]
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_wired_common.h25 int wired_multicast_membership(int sock, int ifindex, const u8 *addr, int add);
/freebsd-current/contrib/nvi/common/
H A Dutil.h41 #define NNFITS(min, cur, add) \
42 (((long)(min)) - (cur) <= (add))
43 #define NPFITS(max, cur, add) \
44 (((unsigned long)(max)) - (cur) >= (add))
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_cancel.ksh67 log_must zpool add -f $TESTPOOL $NOTREMOVEDISK
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkStringTable.h56 std::pair<unsigned, StringRef> add(StringRef Str);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRLogBuilder.h17 /// through the `add<...>(...)` function. An example use of this API is in
21 /// .add<BufferExtents>(256)
22 /// .add<NewBufferRecord>(1)
29 template <class R, class... T> LogBuilder &add(T &&... A) { function in class:llvm::xray::LogBuilder
/freebsd-current/contrib/mandoc/
H A Dterm_tab.c35 struct tablist p; /* Periodic tab positions to add. */
48 int add; local
69 add = 1;
72 add = 0;
88 if (add && tl->n)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMangling.h53 static void add(ExecutionSession &ES, const ManglingOptions &MO,
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_remove/
H A Dzpool_remove_002_pos.ksh16 # If applicable, add the following below this CDDL HEADER, with the
63 log_note "check hotspare device which is created by zpool add"
64 log_must zpool add $TESTPOOL spare $spare_devs2

Completed in 307 milliseconds

1234567891011>>