Searched refs:add (Results 151 - 175 of 1606) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath_dlib_asm.S91 if ( ce.new) exp = add(expa, #1)
92 if (!ce.new) exp = add(expb, #1)
99 if (!ce) expa = add(expd, #1)
100 if ( ce) expb = add(expd, #1)
108 lmant = add(lmanta, lmantb)
118 if(p0.new) k = add(kl, #31)
131 if(p2.new) exp = add(exp, #1)
226 if ( ce.new) exp = add(expa, #1)
227 if (!ce.new) exp = add(expb, #1)
234 if (!ce) expa = add(exp
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/
H A Dcheckpoint_removal.ksh64 log_must zpool add $TESTPOOL $EXTRATESTDISK
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_008_neg.ksh16 # If applicable, add the following below this CDDL HEADER, with the
37 # 'zpool add' should return an error with nonexistent pools or vdevs
41 # 2. For each parameter in the array, execute 'zpool add'
52 log_assert "'zpool add' should return an error with nonexistent pools and vdevs"
64 log_mustnot zpool add ${args[i]}
68 log_pass "'zpool add' with nonexistent pools and vdevs fail as expected."
H A Dzpool_add_007_neg.ksh16 # If applicable, add the following below this CDDL HEADER, with the
37 # 'zpool add' should return an error with badly-formed parameters,
41 # 2. For each parameter in the array, execute 'zpool add'
52 log_assert "'zpool add' should return an error with badly-formed parameters."
64 log_mustnot zpool add ${args[i]}
68 log_pass "'zpool add' badly formed parameters fail as expected."
/freebsd-current/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl61 &add($A, &DWP(4+0,$S,"",0));
62 &add($B, &DWP(4+4,$S,"",0));
70 &add($A, $tmp1);
76 &add($B, $tmp1);
/freebsd-current/sys/arm/arm/
H A Dswtch.S96 add r3, r0, #(PCB_R4)
103 add sp, sp, #4;
/freebsd-current/libexec/rtld-elf/arm/
H A Drtld_start.S46 add sl, pc, sl
51 add r0, r1, r0 /* &_DYNAMIC */
54 add r2, sp, #4
82 add r1, r1, r1 /* r1 = 8 * n */
/freebsd-current/tools/regression/zfs/zpool/add/
H A Doption-f_replication_level_mismatch_0.t12 expect_fl ${ZPOOL} add ${name0} mirror ${disk1} ${disk2}
28 expect_ok ${ZPOOL} add -f ${name0} mirror ${disk1} ${disk2}
47 expect_fl ${ZPOOL} add ${name0} raidz ${disk1} ${disk2} ${disk3}
63 expect_ok ${ZPOOL} add -f ${name0} raidz ${disk1} ${disk2} ${disk3}
83 expect_fl ${ZPOOL} add ${name0} raidz2 ${disk1} ${disk2} ${disk3} ${disk4}
99 expect_ok ${ZPOOL} add -f ${name0} raidz2 ${disk1} ${disk2} ${disk3} ${disk4}
121 expect_fl ${ZPOOL} add ${name0} log mirror ${disk2} ${disk3}
140 expect_ok ${ZPOOL} add -f ${name0} log mirror ${disk2} ${disk3}
/freebsd-current/tests/sys/netpfil/pf/
H A Drtable.sh47 jexec router route add -fib 1 -net ${net_server} -iface ${epair_server}a
67 jexec router route add -fib 1 -net ${net_tester} -iface ${epair_tester}b
94 jexec router route add -fib 1 -6 ${net_server} -iface ${epair_server}a
117 jexec router route add -fib 1 -6 ${net_tester} -iface ${epair_tester}b
/freebsd-current/sys/netinet/
H A Dsctp_bsd_addr.h62 void sctp_add_or_del_interfaces(int (*pred) (struct ifnet *), int add);
/freebsd-current/contrib/unbound/util/
H A Dtimeval_func.h51 void timeval_add(struct timeval* d, const struct timeval* add);
H A Dtimeval_func.c60 /** add timers and the values do not overflow or become negative */
62 timeval_add(struct timeval* d, const struct timeval* add) argument
65 d->tv_sec += add->tv_sec;
66 d->tv_usec += add->tv_usec;
/freebsd-current/tests/sys/cddl/zfs/tests/slog/
H A Dslog_009_neg.ksh16 # If applicable, add the following below this CDDL HEADER, with the
41 # 3. Verify failed to add.
67 log_mustnot $ZPOOL add $TESTPOOL log $logtype $LDEV2
H A Dslog_002_pos.ksh16 # If applicable, add the following below this CDDL HEADER, with the
62 log_must $ZPOOL add $TESTPOOL log $logtype $LDEV
/freebsd-current/tests/sys/cddl/zfs/tests/grow_replicas/
H A Dgrow_replicas_001_pos.ksh16 # If applicable, add the following below this CDDL HEADER, with the
78 log_must $ZPOOL add $TESTPOOL $POOLTYPE ${DISK}p3 \
83 log_must $ZPOOL add -f $TESTPOOL $POOLTYPE ${DISK2}p${PARTITION} \
/freebsd-current/tests/sys/cddl/zfs/tests/grow_pool/
H A Dgrow_pool_001_pos.ksh16 # If applicable, add the following below this CDDL HEADER, with the
73 log_must $ZPOOL add $TESTPOOL ${DISK}p2
75 log_must $ZPOOL add $TESTPOOL $DISK1
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h44 void add(Instruction *I) { function in class:llvm::InstructionWorklist
53 add(I);
104 /// When an instruction is simplified, add all users of the instruction
114 add(I);
118 add(cast<Instruction>(*I->user_begin()));
/freebsd-current/sys/arm64/arm64/
H A Dbus_space_asm.S56 add x0, x1, x2
77 add x0, x1, x2
98 add x0, x1, x2
119 add x0, x1, x2
140 add x0, x1, x2
161 add x0, x1, x2
182 add x0, x1, x2
203 add x0, x1, x2
244 add x0, x1, x2
264 add x
[all...]
/freebsd-current/crypto/openssh/
H A Dcipher-aesctr.c42 u8 x, add = 1;
45 ctr[i] += add;
51 add *= (x^1);
/freebsd-current/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkStringTable.cpp26 add(*MaybeStr);
31 std::pair<unsigned, StringRef> StringTable::add(StringRef Str) { function in class:StringTable
34 // If it's a new string, add it to the final size.
42 auto Impl = [&](StringRef &S) { S = add(S).second; };
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_013_pos.ksh16 # If applicable, add the following below this CDDL HEADER, with the
41 # 2. Loop to add different object as slog
71 log_must zpool add $TESTPOOL log $dsk1
74 log_must zpool add $TESTPOOL log $LDEV
90 log_must zpool add $TESTPOOL log $lofidev
/freebsd-current/lib/libc/arm/gen/
H A Dsetjmp.S56 add r2, r0, #(_JB_SIGMASK * 4) /* oset */
65 add r2, r0, #(_JB_REG_D8 * 4)
74 add r0, r0, #(_JB_REG_R4 * 4)
100 add r1, r0, #(_JB_SIGMASK * 4) /* Signal mask */
106 add ip, r0, #(_JB_REG_D8 * 4)
112 add r0, r0, #(_JB_REG_R4 * 4)
/freebsd-current/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh32 gpart add -i 1 -b 34 -s $siz -t freebsd-boot $dsk
38 gpart add -i 2 -b $off -s $siz -t freebsd-swap $dsk
47 gpart add -i 3 -b $off $siz -t freebsd-zfs $dsk
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h56 size_t add(CachedHashStringRef S);
57 size_t add(StringRef S) { return add(CachedHashStringRef(S)); } function in class:llvm::StringTableBuilder
64 /// returned by add will still be valid.
/freebsd-current/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl32 add %r11d, $dst /* dst += ... */
35 add $x, $dst /* dst += x */
58 add %r12d, $dst /* dst += ... */
61 add $x, $dst /* dst += x */
80 add %r11d, $dst /* dst += ... */
91 add $x, $dst /* dst += x */
113 add %r11d, $dst /* dst += ... */
117 add $x, $dst /* dst += x */
253 # add old values of A, B, C, D
254 add
[all...]

Completed in 397 milliseconds

1234567891011>>