Searched refs:add (Results 1 - 25 of 1324) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.bin/hexdump/
H A Dhexsyntax.c62 add("\"%08.8_Ax\n\"");
63 add("\"%08.8_ax \" 8/1 \"%02x \" \" \" 8/1 \"%02x \" ");
64 add("\" |\" 16/1 \"%_p\" \"|\\n\"");
69 add("\"%07.7_Ax\n\"");
70 add("\"%07.7_ax \" 16/1 \"%03o \" \"\\n\"");
73 add("\"%07.7_Ax\n\"");
74 add("\"%07.7_ax \" 16/1 \"%3_c \" \"\\n\"");
77 add("\"%08.8_Ax\n\"");
78 add("\"%08.8_ax \" 8/1 \"%02x \" \" \" 8/1 \"%02x \" ");
79 add("\" |\" 1
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp268 PM.add(createCFLSteensAAWrapperPass());
271 PM.add(createCFLAndersAAWrapperPass());
274 PM.add(createCFLSteensAAWrapperPass());
275 PM.add(createCFLAndersAAWrapperPass());
284 PM.add(createTypeBasedAAWrapperPass());
285 PM.add(createScopedNoAliasAAWrapperPass());
291 FPM.add(createEntryExitInstrumenterPass());
295 FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo));
301 FPM.add(createCFGSimplificationPass());
302 FPM.add(createSROAPas
[all...]
H A DIPO.cpp72 unwrap(PM)->add(createArgumentPromotionPass());
76 unwrap(PM)->add(createCalledValuePropagationPass());
80 unwrap(PM)->add(createConstantMergePass());
84 unwrap(PM)->add(createDeadArgEliminationPass());
88 unwrap(PM)->add(createPostOrderFunctionAttrsLegacyPass());
92 unwrap(PM)->add(createFunctionInliningPass());
96 unwrap(PM)->add(llvm::createAlwaysInlinerLegacyPass());
100 unwrap(PM)->add(createGlobalDCEPass());
104 unwrap(PM)->add(createGlobalOptimizerPass());
108 unwrap(PM)->add(createIPConstantPropagationPas
[all...]
/freebsd-13-stable/contrib/unbound/contrib/android/
H A D15-android.conf11 bin_cflags => add("-fPIE"),
12 bin_lflags => add("-pie"),
28 cflags => add(picker(release => "-fomit-frame-pointer")),
/freebsd-13-stable/contrib/unbound/contrib/ios/
H A D15-ios.conf31 cflags => add("-Wall -fno-common"),
35 cflags => add("-Wall -fno-common"),
39 cflags => add("-Wall -fno-common"),
/freebsd-13-stable/bin/sh/
H A Dmksyntax.c88 * Syntax classes for is_ functions. Warning: if you add new classes
113 static void add(const char *, const char *);
176 add("\n", "CNL");
177 add("\\", "CBACK");
178 add("'", "CSQUOTE");
179 add("\"", "CDQUOTE");
180 add("`", "CBQUOTE");
181 add("$", "CVAR");
182 add("}", "CENDVAR");
183 add("<>();
290 add(const char *p, const char *type) function
[all...]
/freebsd-13-stable/lib/csu/i386/
H A Dcrtn.S30 add $12,%esp
34 add $12,%esp
/freebsd-13-stable/tools/tools/net80211/scripts/mesh/
H A Dtopology.line19 ifconfig $WLAN mac:add $NODE2_MAC
23 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE3_MAC
27 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE4_MAC
31 ifconfig $WLAN mac:add $NODE3_MAC mac:add $NODE5_MAC
35 ifconfig $WLAN mac:add $NODE4_MAC
H A Dtopology.star18 ifconfig $WLAN mac:add $NODE3_MAC
22 ifconfig $WLAN mac:add $NODE3_MAC
26 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE2_MAC mac:add \
27 $NODE4_MAC mac:add $NODE5_MAC
31 ifconfig $WLAN mac:add $NODE3_MAC
35 ifconfig $WLAN mac:add $NODE3_MAC
H A Dtopology.tree28 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE3_MAC
32 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE4_MAC
36 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE5_MAC
40 ifconfig $WLAN mac:add $NODE2_MAC
44 ifconfig $WLAN mac:add $NODE3_MAC
H A Dtopology.ring21 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE5_MAC
25 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE3_MAC
29 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE4_MAC
33 ifconfig $WLAN mac:add $NODE3_MAC mac:add $NODE5_MAC
37 ifconfig $WLAN mac:add $NODE1_MAC mac:add
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalar.cpp118 unwrap(PM)->add(createLoopSimplifyCFGPass());
126 unwrap(PM)->add(createAggressiveDCEPass());
130 unwrap(PM)->add(createDeadCodeEliminationPass());
134 unwrap(PM)->add(createBitTrackingDCEPass());
138 unwrap(PM)->add(createAlignmentFromAssumptionsPass());
142 unwrap(PM)->add(createCFGSimplificationPass(1, false, false, true));
146 unwrap(PM)->add(createDeadStoreEliminationPass());
150 unwrap(PM)->add(createScalarizerPass());
154 unwrap(PM)->add(createGVNPass());
158 unwrap(PM)->add(createNewGVNPas
[all...]
/freebsd-13-stable/libexec/rc/
H A Drc.firewall85 ${fwcmd} add 100 pass all from any to any via lo0
86 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
87 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
89 ${fwcmd} add 400 deny all from any to ::1
90 ${fwcmd} add 500 deny all from ::1 to any
103 ${fwcmd} add pass ipv6-icmp from :: to ff02::/16
105 ${fwcmd} add pass ipv6-icmp from fe80::/10 to fe80::/10
106 ${fwcmd} add pass ipv6-icmp from fe80::/10 to ff02::/16
109 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 1
112 ${fwcmd} add pas
[all...]
H A Drc.bsdextended63 #${CMD} add subject uid 80 object not uid 80 mode rxws;
64 #${CMD} add subject gid 80 object not gid 80 mode rxws;
68 #${CMD} add subject uid 54 object not uid 54 mode rxws;
69 #${CMD} add subject gid 26 object gid 54 mode rxws;
73 ${CMD} add subject uid 0 object not uid 0 mode arxws;
74 ${CMD} add subject gid 0 object not gid 0 mode arxws;
78 #${CMD} add subject uid 54 object not uid 54 mode rxws;
79 #${CMD} add subject gid 54 object not gid 54 mode rxws;
83 ${CMD} add subject uid 3 object not uid 3 mode rxws;
84 ${CMD} add subjec
[all...]
/freebsd-13-stable/lib/csu/aarch64/
H A Dcrt1_s.S37 add x1, x0, #8 /* load argv */
39 add x2, x1, x0, lsl #3 /* env is after argv */
40 add x2, x2, #8 /* argv is null terminated */
H A Dcrtn.S35 add sp, sp, #16
41 add sp, sp, #16
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dswitch16.S35 add r0, lr, r0, lsl #1 // compute address of element in table
36 add ip, lr, ip, lsl #1 // compute address of last element in table
40 add ip, lr, r0, lsl #1 // compute label = lr + element*2
H A Dswitch32.S35 add r0, lr, r0, lsl #2 // compute address of element in table
36 add ip, lr, ip, lsl #2 // compute address of last element in table
40 add ip, lr, r0 // compute label = lr + element
H A Dsync_fetch_and_add_4.S16 // "adds" is 2 bytes shorter than "add".
17 #define add_4(rD, rN, rM) add rD, rN, rM
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl110 add %sp,$bias,%o7 ! real top of stack
124 add %sp,$bias+$frame,$tp
133 add $acc0,$car1,$car1
141 add $acc0,$car0,$car0
144 add $acc1,$car1,$car1
147 add $acc0,$car1,$car1
148 add $j,4,$j ! j++
155 add $tp,4,$tp ! tp++
160 add $acc0,$car0,$car0
162 add
[all...]
/freebsd-13-stable/sbin/natd/samples/
H A Dnatd.test10 ipfw add divert 32000 ip from any to any via $1
11 ipfw add pass ip from any to any
/freebsd-13-stable/sys/riscv/riscv/
H A Dbus_space_asm.S40 add a3, a1, a2
46 add a3, a1, a2
52 add a3, a1, a2
58 add a3, a1, a2
64 add a4, a1, a2
70 add a4, a1, a2
76 add a4, a1, a2
82 add a4, a1, a2
/freebsd-13-stable/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
136 # ${fwcmd} add 65000 pass all from any to any
144 ${fwcmd} add 65000 pass all from any to any
161 ${fwcmd} add pass all from ${ip} to ${net}:${mask}
162 ${fwcmd} add pass all from ${net}:${mask} to ${ip}
165 ${fwcmd} add pass tcp from any to any established
168 ${fwcmd} add pas
[all...]
/freebsd-13-stable/tools/tools/tinybsd/conf/wireless/etc/
H A Drc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
136 # ${fwcmd} add 65000 pass all from any to any
144 ${fwcmd} add 65000 pass all from any to any
161 ${fwcmd} add pass all from ${ip} to ${net}:${mask}
162 ${fwcmd} add pass all from ${net}:${mask} to ${ip}
165 ${fwcmd} add pass tcp from any to any established
168 ${fwcmd} add pas
[all...]
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dsha1-armv8.S19 add x16,x16,x17
25 add x29,sp,#0
46 add w24,w24,w28 // warm it up
47 add w24,w24,w3
53 add w23,w23,w28 // future e+=K
55 add w24,w24,w27 // e+=rot(a,5)
57 add w23,w23,w4 // future e+=X[i]
58 add w24,w24,w25 // e+=F(b,c,d)
67 add w22,w22,w28 // future e+=K
69 add w2
[all...]

Completed in 379 milliseconds

1234567891011>>