Home
last modified time | relevance | path

Searched refs:set (Results 51 – 75 of 4064) sorted by relevance

12345678910>>...163

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt53 (set v4i32:$vD, (sext v4i8:$vB))
61 (set v4i32:$vD, (sext v4i16:$vB))
69 (set v2i64:$vD, (sext v2i8:$vB))
77 (set v2i64:$vD, (sext v2i16:$vB))
85 (set v2i64:$vD, (sext v2i32:$vB))
497 (set v?:$XT, (load ix16addr:$src))
498 (set v?:$XT, (store ix16addr:$dst))
505 (set v?:$XT, (load xoaddr:$src))
506 (set v?:$XT, (store xoaddr:$dst))
515 . (set f64:$XT, (load iaddrX4:$src))
[all …]
/freebsd/contrib/kyua/utils/config/
H A Dtree_test.cpp140 tree.set< config::int_node >("var1", 42); in ATF_TEST_CASE_BODY()
241 t1.set< config::int_node >("int-node", 3); in ATF_TEST_CASE_BODY()
258 t2.set< config::int_node >("int-node", 3); in ATF_TEST_CASE_BODY()
275 t1.set< config::int_node >("int-node", 3); in ATF_TEST_CASE_BODY()
276 t2.set< config::int_node >("int-node", 5); in ATF_TEST_CASE_BODY()
458 tree.set< config::int_node >("var1", 42); in ATF_TEST_CASE_BODY()
549 tree.set< config::int_node >("a.b.c", -3); in ATF_TEST_CASE_BODY()
571 tree.set< config::int_node >("abc", 2); in ATF_TEST_CASE_BODY()
578 tree.set< config::int_node >("a.c", 100); in ATF_TEST_CASE_BODY()
643 tree.set< config::int_node >("var1", 42); in ATF_TEST_CASE_BODY()
[all …]
H A Dnodes_test.cpp86 node.set(true); in ATF_TEST_CASE_BODY()
193 node.set(5); in ATF_TEST_CASE_BODY()
197 copy->set(10); in ATF_TEST_CASE_BODY()
209 node.set(20); in ATF_TEST_CASE_BODY()
218 node.set(20); in ATF_TEST_CASE_BODY()
220 node.set(0); in ATF_TEST_CASE_BODY()
292 node.set(89); in ATF_TEST_CASE_BODY()
303 node.set(5); in ATF_TEST_CASE_BODY()
320 node.set(20); in ATF_TEST_CASE_BODY()
329 node.set(20); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dn150 Rules configured (set 0, in)
51 Rules configured (set 0, out)
52 Rules configured (set 1, in)
53 Rules configured (set 1, out)
118 Rules configured (set 0, in)
119 Rules configured (set 0, out)
120 Rules configured (set 1, in)
121 Rules configured (set 1, out)
189 Rules configured (set 0, in)
190 Rules configured (set 0, out)
[all …]
H A Dn578 Rules configured (set 0, in)
79 Rules configured (set 0, out)
80 Rules configured (set 1, in)
81 Rules configured (set 1, out)
171 Rules configured (set 0, in)
172 Rules configured (set 0, out)
173 Rules configured (set 1, in)
174 Rules configured (set 1, out)
259 Rules configured (set 0, in)
261 Rules configured (set 1, in)
[all …]
H A Dn5_678 Rules configured (set 0, in)
79 Rules configured (set 0, out)
80 Rules configured (set 1, in)
81 Rules configured (set 1, out)
171 Rules configured (set 0, in)
172 Rules configured (set 0, out)
173 Rules configured (set 1, in)
174 Rules configured (set 1, out)
259 Rules configured (set 0, in)
261 Rules configured (set 1, in)
[all …]
H A Dn1_650 Rules configured (set 0, in)
51 Rules configured (set 0, out)
52 Rules configured (set 1, in)
53 Rules configured (set 1, out)
118 Rules configured (set 0, in)
119 Rules configured (set 0, out)
120 Rules configured (set 1, in)
121 Rules configured (set 1, out)
189 Rules configured (set 0, in)
190 Rules configured (set 0, out)
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_crtc_helper.c584 (int)set->num_connectors, set->x, set->y); in drm_crtc_helper_set_config()
641 if (set->crtc->fb != set->fb) { in drm_crtc_helper_set_config()
657 if (set->x != set->crtc->x || set->y != set->crtc->y) in drm_crtc_helper_set_config()
660 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in drm_crtc_helper_set_config()
749 set->crtc->fb = set->fb; in drm_crtc_helper_set_config()
751 set->x, set->y, in drm_crtc_helper_set_config()
768 set->crtc->x = set->x; in drm_crtc_helper_set_config()
769 set->crtc->y = set->y; in drm_crtc_helper_set_config()
772 if (set->crtc->fb != set->fb) in drm_crtc_helper_set_config()
773 set->crtc->fb = set->fb; in drm_crtc_helper_set_config()
[all …]
/freebsd/bin/sh/tests/expansion/
H A Difs1.017 set -- a ''
18 set -- "$@"
19 check_result 'set -- "$@"' "($#)($1)($2)" "(2)(a)()"
21 set -- a ''
22 set -- "$@"$e
23 check_result 'set -- "$@"$e' "($#)($1)($2)" "(2)(a)()"
25 set -- a ''
26 set -- "$@"$s
27 check_result 'set -- "$@"$s' "($#)($1)($2)" "(2)(a)()"
30 set -- a ''
[all …]
H A Dtilde1.025 testcase 'set -- ~' '1|/tmp'
26 testcase 'set -- ~/foo' '1|/tmp/foo'
27 testcase 'set -- x~' '1|x~'
30 testcase 'set -- "$h"' '1|/tmp'
33 testcase 'set -- ~' '1|/tmp'
34 testcase 'set -- ~/foo' '1|/tmp/foo'
35 testcase 'set -- $h' '2|/t|p'
38 testcase 'set -- $t' '1|~'
43 testcase 'set -- $r' '1|~'
48 testcase 'set -- $r' '1|~'
[all …]
/freebsd/libexec/getty/
H A Dgettytab.h53 char set; /* we found it */ member
105 #define F0set gettynums[9].set
107 #define F1set gettynums[10].set
109 #define F2set gettynums[11].set
112 #define C0set gettynums[13].set
114 #define C1set gettynums[14].set
116 #define C2set gettynums[15].set
118 #define I0set gettynums[16].set
120 #define I1set gettynums[17].set
122 #define I2set gettynums[18].set
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp163 Reserved.set(R); in getReservedRegs()
173 Reserved.set(R); in getReservedRegs()
177 Reserved.set(Mips::GP); in getReservedRegs()
184 Reserved.set(Reg); in getReservedRegs()
188 Reserved.set(Reg); in getReservedRegs()
209 Reserved.set(Mips::HWR29); in getReservedRegs()
220 Reserved.set(Reg); in getReservedRegs()
225 Reserved.set(Mips::RA); in getReservedRegs()
227 Reserved.set(Mips::T0); in getReservedRegs()
228 Reserved.set(Mips::T1); in getReservedRegs()
[all …]
/freebsd/sbin/ipfw/
H A Dnat64lsn.c52 uint8_t set);
54 uint8_t set);
170 if (set != 0 && cfg->set != set) in nat64lsn_states_cb()
257 uint8_t set; in ipfw_nat64lsn_handler() local
262 set = 0; in ipfw_nat64lsn_handler()
312 ntlv->set = set; in nat64lsn_fill_ntlv()
412 cfg->set = set; in nat64lsn_create()
772 if (g_co.use_set != 0 && cfg->set != set) in nat64lsn_show_cb()
812 if (g_co.use_set != 0 && cfg->set != set) in nat64lsn_destroy_cb()
832 if (ca->set > cb->set) in nat64name_cmp()
[all …]
/freebsd/stand/i386/btx/btxldr/
H A Dbtxldr.S29 .set MEM_STUB,0x600 # Real mode stub
37 .set SEL_SCODE,0x8 # 4GB code
38 .set SEL_SDATA,0x10 # 4GB data
39 .set SEL_RCODE,0x18 # 64K code
40 .set SEL_RDATA,0x20 # 64K data
44 .set PAG_SIZ,0x1000 # Page size
45 .set PAG_ENT,0x4 # Page entry size
49 .set SCR_MAT,0x7 # Mode/attribute
55 .set BDA_MEM,0x413 # Free memory
56 .set BDA_SCR,0x449 # Video mode
[all …]
/freebsd/stand/ficl/softwords/
H A Dstring.fr10 \ s" arf arf!!" str --> set
24 : set-count ( count 2:this -- ) my=[ .count set ] ;
29 : set-buflen ( len 2:this -- ) my=[ .buflen set ] ;
34 len this my=> set-buflen
39 0 0 2over my=> set-buf
40 0 -rot my=> set-count
68 size this --> set-buf
82 u this --> set-count
96 r> this --> set-count
136 --> set-hashcode
[all …]
/freebsd/sbin/pfctl/tests/files/
H A Dpf0022.ok1 set optimization aggressive
2 set timeout tcp.closing 6
3 set timeout tcp.opening 6
4 set timeout tcp.first 6
5 set limit states 500
6 set limit states 1000
7 set limit frags 1000
8 set loginterface lo0
9 set loginterface none
10 set hostid 0x00000001
/freebsd/sys/sys/
H A Dsignalvar.h115 #define SIGEMPTYSET(set) \ argument
119 (set).__bits[__i] = 0; \
132 #define SIGISEMPTY(set) (__sigisempty(&(set))) argument
133 #define SIGNOTEMPTY(set) (!__sigisempty(&(set))) argument
160 #define SIGSETOLD(set, oset) ((set).__bits[0] = (oset)) argument
163 SIGDELSET(set, SIGKILL), SIGDELSET(set, SIGSTOP)
166 SIGDELSET(set, SIGSTOP), SIGDELSET(set, SIGTSTP), \
167 SIGDELSET(set, SIGTTIN), SIGDELSET(set, SIGTTOU)
170 SIGDELSET(set, SIGCONT)
178 __sigisempty(sigset_t *set) in __sigisempty() argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.h68 size_t Merge(const std::set<uint32_t> &InitialFeatures,
69 std::set<uint32_t> *NewFeatures,
70 const std::set<uint32_t> &InitialCov, std::set<uint32_t> *NewCov,
72 size_t SetCoverMerge(const std::set<uint32_t> &InitialFeatures,
73 std::set<uint32_t> *NewFeatures,
74 const std::set<uint32_t> &InitialCov,
75 std::set<uint32_t> *NewCov,
78 std::set<uint32_t> AllFeatures() const;
85 const std::set<uint32_t> &InitialFeatures,
86 std::set<uint32_t> *NewFeatures,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec2.txt9 - reg : Offset and length of the register set for the device
21 bit 1 = set if SEC has the ARC4 EU (AFEU)
22 bit 2 = set if SEC has the DES/3DES EU (DEU)
23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A)
25 bit 5 = set if SEC has the public key EU (PKEU)
26 bit 6 = set if SEC has the AES EU (AESU)
27 bit 7 = set if SEC has the Kasumi EU (KEU)
28 bit 8 = set if SEC has the CRC EU (CRCU)
29 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B)
39 bit 1 = set if SEC supports the ipsec_esp descriptor type
[all …]
/freebsd/tests/sys/kern/
H A Dktrace_test.c151 sigset_t set = { }; in ATF_TC_BODY() local
156 ATF_REQUIRE(sigaddset(&set, SIGUSR1) != -1); in ATF_TC_BODY()
166 CHILD_REQUIRE(sigwait(&set, &error) != -1); in ATF_TC_BODY()
188 sigset_t set = { }; in ATF_TC_BODY() local
226 sigset_t set = { }; in ATF_TC_BODY() local
271 sigset_t set = { }; in ATF_TC_BODY() local
308 sigset_t set = { }; in ATF_TC_BODY() local
347 sigset_t set = { }; in ATF_TC_BODY() local
398 sigset_t set = { }; in ATF_TC_BODY() local
447 sigset_t set = { }; in ATF_TC_BODY() local
[all …]
/freebsd/contrib/sendmail/libmilter/
H A Dsignal.c94 sigset_t set; local
96 (void) sigemptyset(&set);
97 (void) sigaddset(&set, SIGHUP);
98 (void) sigaddset(&set, SIGTERM);
101 (void) sigaddset(&set, SIGINT);
108 if ((sig = sigwait(&set)) < 0)
166 sigset_t set; local
169 (void) sigemptyset(&set);
170 (void) sigaddset(&set, SIGHUP);
171 (void) sigaddset(&set, SIGTERM);
[all …]
/freebsd/tools/tools/nanobsd/rescue/Files/root/
H A D.cshrc29 set prompt = "`hostname -s`# "
30 set filec
31 set history = 100
32 set savehist = 100
33 set mail = (/var/mail/$USER)
34 set autolist
35 set matchbeep=ambiguos
36 set autoexpand
37 set autocorrect
38 set ignoreeof
[all …]
/freebsd/sys/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h159 : "+&r" (set) in ck_pr_cas_64_value()
164 *value = set; in ck_pr_cas_64_value()
165 return (compare == set); in ck_pr_cas_64_value()
173 : "+&r" (set) in ck_pr_cas_64()
178 return (compare == set); in ck_pr_cas_64()
200 : "+&r" (set) \
204 *value = set; \
205 return (compare == set); \
208 ck_pr_cas_##N(T *target, T compare, T set) \
211 : "+&r" (set) \
[all …]
/freebsd/sys/kgssapi/
H A Dgssd_prot.c129 len = set->count; in xdr_gss_OID_set_desc()
130 addr = (caddr_t) set->elements; in xdr_gss_OID_set_desc()
134 set->count = len; in xdr_gss_OID_set_desc()
135 set->elements = (gss_OID) addr; in xdr_gss_OID_set_desc()
143 gss_OID_set set; in xdr_gss_OID_set() local
148 set = *setp; in xdr_gss_OID_set()
149 if (set) { in xdr_gss_OID_set()
168 memset(set, 0, sizeof(*set)); in xdr_gss_OID_set()
173 *setp = set; in xdr_gss_OID_set()
178 set = *setp; in xdr_gss_OID_set()
[all …]
/freebsd/usr.sbin/mfiutil/
H A Dmfiutil.h54 #define __MAKE_SET(set, sym) \ argument
56 __section("set_" #set) __used = &sym
58 #define DATA_SET(set, sym) __MAKE_SET(set, sym) argument
60 #define SET_DECLARE(set, ptype) \ argument
64 #define SET_BEGIN(set) \ argument
65 (&__CONCAT(__start_set_,set))
66 #define SET_LIMIT(set) \ argument
67 (&__CONCAT(__stop_set_,set))
69 #define SET_FOREACH(pvar, set) \ argument
70 for (pvar = SET_BEGIN(set); pvar < SET_LIMIT(set); pvar++)
[all …]

12345678910>>...163