Home
last modified time | relevance | path

Searched refs:set (Results 226 – 250 of 5599) sorted by relevance

12345678910>>...224

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp82 std::set<uint32_t> PCs; in Parse()
142 std::set<uint32_t> *NewCov, in Merge()
148 std::set<uint32_t> AllFeatures = InitialFeatures; in Merge()
196 std::set<uint32_t> Merger::AllFeatures() const { in AllFeatures()
197 std::set<uint32_t> S; in AllFeatures()
221 std::set<size_t> AllFeatures; in CrashResistantMergeInternalStep()
225 std::set<const TracePC::PCTableEntry *> AllPCs; in CrashResistantMergeInternalStep()
243 std::set<size_t> Features; in CrashResistantMergeInternalStep()
289 std::set<uint32_t> AllFeatures; in SetCoverMerge()
311 std::set<size_t> RemainingFiles; in SetCoverMerge()
[all …]
/freebsd/bin/sh/tests/expansion/
H A Dplus-minus5.023 testcase 'set -- ${e:-"{x}"}' '1|{x}'
24 testcase 'set -- "${e:-"{x}"}"' '1|{x}'
25 testcase 'set -- ${h+"{x}"}' '1|{x}'
26 testcase 'set -- "${h+"{x}"}"' '1|{x}'
27 testcase 'set -- ${h:-"{x}"}' '1|##'
28 testcase 'set -- "${h:-"{x}"}"' '1|##'
/freebsd/contrib/file/magic/Magdir/
H A Dder9 >>&0 der set
13 >>&0 der set
17 >>&0 der set
21 >>&0 der set
85 >>>&0 der set
89 >>>&0 der set
93 >>>&0 der set
97 >>>&0 der set
101 >>>&0 der set
105 >>>&0 der set
[all …]
/freebsd/contrib/ntp/html/hints/
H A Ddecosf234 idtype_t p_lidtype; /* The id type for the left set. */
35 ! id_t p_lid; /* The id for the left set. */
37 idtype_t p_ridtype; /* The id type of for right set. */
38 ! id_t p_rid; /* The id of the right set. */
45 idtype_t p_lidtype; /* The id type for the left set. */
46 ! pid_t p_lid; /* The id for the left set. */
48 idtype_t p_ridtype; /* The id type of for right set. */
49 ! pid_t p_rid; /* The id of the right set. */
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dni645 List of groups configured (set 0)
46 List of groups configured (set 1)
47 Rules configured (set 0, in)
54 Rules configured (set 0, out)
57 Rules configured (set 1, in)
58 Rules configured (set 1, out)
59 Accounting rules configured (set 0, in)
60 Accounting rules configured (set 0, out)
61 Accounting rules configured (set 1, in)
62 Accounting rules configured (set 1, out)
H A Dni2056 List of groups configured (set 0)
57 List of groups configured (set 1)
58 Rules configured (set 0, in)
61 Rules configured (set 0, out)
63 Rules configured (set 1, in)
64 Rules configured (set 1, out)
65 Accounting rules configured (set 0, in)
66 Accounting rules configured (set 0, out)
67 Accounting rules configured (set 1, in)
68 Accounting rules configured (set 1, out)
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp78 Reserved.set(MSP430::PCB); in getReservedRegs()
79 Reserved.set(MSP430::SPB); in getReservedRegs()
80 Reserved.set(MSP430::SRB); in getReservedRegs()
81 Reserved.set(MSP430::CGB); in getReservedRegs()
82 Reserved.set(MSP430::PC); in getReservedRegs()
83 Reserved.set(MSP430::SP); in getReservedRegs()
84 Reserved.set(MSP430::SR); in getReservedRegs()
85 Reserved.set(MSP430::CG); in getReservedRegs()
89 Reserved.set(MSP430::R4B); in getReservedRegs()
90 Reserved.set(MSP430::R4); in getReservedRegs()
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c421 struct ng_netflow_setdlt *set; in ng_netflow_rcvmsg() local
431 iface = &priv->ifaces[set->iface]; in ng_netflow_rcvmsg()
437 switch (set->dlt) { in ng_netflow_rcvmsg()
451 struct ng_netflow_setifindex *set; in ng_netflow_rcvmsg() local
461 iface = &priv->ifaces[set->iface]; in ng_netflow_rcvmsg()
488 struct ng_netflow_setconfig *set; in ng_netflow_rcvmsg() local
499 priv->ifaces[set->iface].info.conf = set->conf; in ng_netflow_rcvmsg()
514 priv->templ_time = set->time; in ng_netflow_rcvmsg()
520 struct ng_netflow_setmtu *set; in ng_netflow_rcvmsg() local
527 if ((set->mtu < MIN_MTU) || (set->mtu > MAX_MTU)) in ng_netflow_rcvmsg()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-twl4030.txt14 - ti,use-leds : Enables LEDA and LEDB outputs if set
15 - ti,debounce : if n-th bit is set, debounces GPIO-n
16 - ti,mmc-cd : if n-th bit is set, GPIO-n controls VMMC(n+1)
17 - ti,pullups : if n-th bit is set, set a pullup on GPIO-n
18 - ti,pulldowns : if n-th bit is set, set a pulldown on GPIO-n
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64clat_control.c65 uint8_t set);
68 const char *name, uint8_t set);
71 nat64clat_alloc_config(const char *name, uint8_t set) in nat64clat_alloc_config() argument
79 cfg->no.set = set; in nat64clat_alloc_config()
101 uc->set = cfg->no.set; in nat64clat_export_config()
158 if (uc->set >= IPFW_MAX_SETS || in nat64clat_create()
166 if (nat64clat_find(ni, uc->name, uc->set) != NULL) { in nat64clat_create()
172 cfg = nat64clat_alloc_config(uc->name, uc->set); in nat64clat_create()
229 oh->ntlv.set >= IPFW_MAX_SETS) in nat64clat_config()
472 oh->ntlv.set >= IPFW_MAX_SETS) in nat64clat_reset_stats()
[all …]
H A Dnat64stl_control.c67 uint8_t set);
70 const char *name, uint8_t set);
73 nat64stl_alloc_config(const char *name, uint8_t set) in nat64stl_alloc_config() argument
81 cfg->no.set = set; in nat64stl_alloc_config()
103 uc->set = cfg->no.set; in nat64stl_export_config()
189 if (uc->set >= IPFW_MAX_SETS || in nat64stl_create()
199 if (nat64stl_find(ni, uc->name, uc->set) != NULL) { in nat64stl_create()
205 cfg = nat64stl_alloc_config(uc->name, uc->set); in nat64stl_create()
264 oh->ntlv.set >= IPFW_MAX_SETS) in nat64stl_config()
477 oh->ntlv.set >= IPFW_MAX_SETS) in nat64stl_reset_stats()
[all …]
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindAirPcap.cmake21 # To tell this module where to look, a user may set the environment variable
24 # Alternatively, AirPcap_ROOT may also be set from the CMake command
36 # without searching in the Lib directory first appears to be to set
39 # In newer versions of CMake, CMAKE_LIBRARY_ARCHITECTURE is set according to
40 # the language, e.g., CMAKE_<LANG>_LIBRARY_ARCHITECTURE. So, set the new
44 set(CMAKE_C_LIBRARY_ARCHITECTURE "x64")
45 set(CMAKE_LIBRARY_ARCHITECTURE "x64")
68 set(AirPcap_INCLUDE_DIRS ${AirPcap_INCLUDE_DIR})
69 set(AirPcap_LIBRARIES ${AirPcap_LIBRARY})
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c190 fd_set set; in _nc_timed_wait() local
347 FD_ZERO(&set); in _nc_timed_wait()
351 FD_SET(sp->_ifd, &set); in _nc_timed_wait()
357 FD_SET(fd, &set); in _nc_timed_wait()
367 FD_SET(ev->data.fev.fd, &set); in _nc_timed_wait()
375 for (saved_set = set;; set = saved_set) { in _nc_timed_wait()
380 FD_ZERO(&set); in _nc_timed_wait()
381 FD_SET(sp->_ifd, &set); in _nc_timed_wait()
418 if (FD_ISSET(ev->data.fev.fd, &set)) { in _nc_timed_wait()
496 && FD_ISSET(fd, &set)) in _nc_timed_wait()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DX509_NAME_add_entry_by_txt.pod13 const unsigned char *bytes, int len, int loc, int set);
16 const unsigned char *bytes, int len, int loc, int set);
37 added to a position determined by B<loc> and B<set>.
41 and B<set>. Since a copy of B<ne> is added B<ne> must be freed up after
61 The B<loc> and B<set> parameters determine where a new entry should
62 be added. For almost all applications B<loc> can be set to -1 and B<set>
69 B<set> determines how the new type is added.
72 If B<set> is -1 or 1 it is added as a new set member
74 This will then become part of a multi-valued RDN (containing a set of AVAs).
75 Since multi-valued RDNs are very rarely used B<set> typically will be zero.
[all …]
H A DSSL_CTX_set_security_level.pod49 SSL_CTX_get_security_callback() and SSL_get_security_callback() get or set
50 the security callback associated with B<ctx> or B<s>. If not set a default
55 SSL_CTX_get0_security_ex_data() and SSL_get0_security_ex_data() set the
57 value is passed to the callback verbatim and can be set to any convenient
62 If an application doesn't set its own security callback the default
101 Security level set to 192 bits of security. As a result RSA, DSA and
123 set security level. In the past this was difficult as applications had to set
135 settings an application has set: so if the cipher suite is set to B<ALL>
156 not set at all because it had been rejected.
169 to the security callback or NULL if the callback is not set.
[all …]
/freebsd/sys/powerpc/cpufreq/
H A Dmpc85xx_jog.c73 static int mpc85xx_jog_set(device_t dev, const struct cf_setting *set);
74 static int mpc85xx_jog_get(device_t dev, struct cf_setting *set);
284 mpc85xx_jog_set(device_t dev, const struct cf_setting *set) in mpc85xx_jog_set() argument
289 if (set == NULL) in mpc85xx_jog_set()
294 args.slow = (set->freq <= sc->min_freq); in mpc85xx_jog_set()
295 args.mult = set->spec[0]; in mpc85xx_jog_set()
305 mpc85xx_jog_get(device_t dev, struct cf_setting *set) in mpc85xx_jog_get() argument
311 if (set == NULL) in mpc85xx_jog_get()
315 memset(set, CPUFREQ_VAL_UNKNOWN, sizeof(*set)); in mpc85xx_jog_get()
322 set->freq = freq; in mpc85xx_jog_get()
[all …]
/freebsd/contrib/atf/atf-c++/detail/
H A Denv_test.cpp60 ATF_TEST_CASE(set);
61 ATF_TEST_CASE_HEAD(set) in ATF_TEST_CASE_HEAD() argument
65 ATF_TEST_CASE_BODY(set) in ATF_TEST_CASE_BODY() argument
69 atf::env::set("PATH", "foo-bar"); in ATF_TEST_CASE_BODY()
74 atf::env::set("_UNDEFINED_VARIABLE_", "foo2-bar2"); in ATF_TEST_CASE_BODY()
99 ATF_ADD_TEST_CASE(tcs, set); in ATF_INIT_TEST_CASES()
/freebsd/bin/stty/
H A Dmodes.c38 long set; member
215 ip->t.c_cflag |= mp->set; in msearch()
216 ip->set = 1; in msearch()
222 ip->t.c_iflag |= mp->set; in msearch()
223 ip->set = 1; in msearch()
229 ip->t.c_lflag |= mp->set; in msearch()
230 ip->set = 1; in msearch()
236 ip->t.c_oflag |= mp->set; in msearch()
237 ip->set = 1; in msearch()
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dresult.c39 int set; member
117 isc_msgcat_t *msgcat, int set) in register_table() argument
136 table->set = set; in register_table()
193 txt = isc_msgcat_get(table->msgcat, table->set, in isc_result_totext()
209 const char **txt, isc_msgcat_t *msgcat, int set) in isc_result_register() argument
213 return (register_table(base, nresults, txt, msgcat, set)); in isc_result_register()
/freebsd/tests/sys/mqueue/
H A Dmqtest3.c29 fd_set set; in main() local
63 FD_ZERO(&set); in main()
64 FD_SET(mq_getfd_np(mq), &set); in main()
66 status = select(mq_getfd_np(mq) + 1, &set, NULL, in main()
96 FD_ZERO(&set); in main()
97 FD_SET(mq_getfd_np(mq), &set); in main()
98 status = select(mq_getfd_np(mq) + 1, NULL, &set, in main()
/freebsd/stand/ficl/softwords/
H A Dforml.fr15 s" aardvark" 2swap --> set-name
24 : set-name { c-addr u 2:this -- }
25 u this --> .length --> set
38 c-word --> get-wid ficl-set-current
47 set-current
55 this --> .state --> set
61 this --> .state --> set
/freebsd/stand/i386/boot0/
H A Dboot0.S124 .set ORIGIN,0x600 # Execution address
125 .set LOAD,0x7c00 # Load address
127 .set PRT_OFF,0x1be # Partition table
130 .set MAGIC,0xaa55 # Magic: bootable
133 .set KEY_F1,0x3b # F1 key scan code
134 .set KEY_1,0x02 # #1 key scan code
145 .set _NXTDRV, B0_OFF+6 # Next drive
146 .set _OPT, B0_OFF+7 # Default option
147 .set _SETDRV, B0_OFF+8 # Drive to force
148 .set _FLAGS, B0_OFF+9 # Flags
[all …]
/freebsd/contrib/kyua/engine/
H A Dfilters.cpp232 engine::test_filters::test_filters(const std::set< test_filter >& filters_) : in test_filters()
256 for (std::set< test_filter >::const_iterator iter = _filters.begin(); in match_test_program()
282 for (std::set< test_filter >::const_iterator iter = _filters.begin(); in match_test_case()
298 std::set< engine::test_filter >
299 engine::test_filters::difference(const std::set< test_filter >& matched) const in difference()
304 std::set< test_filter > filters; in difference()
318 engine::check_disjoint_filters(const std::set< engine::test_filter >& filters) in check_disjoint_filters()
324 for (std::set< test_filter >::const_iterator i1 = filters.begin(); in check_disjoint_filters()
326 for (std::set< test_filter >::const_iterator i2 = filters.begin(); in check_disjoint_filters()
345 const std::set< engine::test_filter >& filters_) : in filters_state()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A DREADME6 "/var/tmp". If the latter directory doesn't exist, set the environmental
23 f: set the flags for the next command
29 + dump the database out, if 'r' is set, in reverse order.
33 + must be followed by [kK] unless R_CURSOR flag set.
36 + must be followed by [kK] if R_CURSOR flag set.
42 + set the current data value to the contents of the file
44 + set the current key value to the contents of the line.
46 + set the current key value to the contents of the file
48 + set the current key value to the contents of the line.
57 -i: Use the rest of the argument to set elements in the info
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp121 for (auto &set : sets) in Index() local
122 result.Append(set.*index); in Index()
141 IndexSet &set) { in IndexUnit() argument
194 IndexUnitImpl(unit, cu_language, set); in IndexUnit()
199 IndexSet &set) { in IndexUnitImpl() argument
351 set.types.Insert(ConstString(name), ref); in IndexUnitImpl()
359 set.namespaces.Insert(ConstString(name), ref); in IndexUnitImpl()
364 set.globals.Insert(ConstString(name), ref); in IndexUnitImpl()
672 IndexSet set; in Decode() local
673 if (!set.Decode(data, offset_ptr)) in Decode()
[all …]

12345678910>>...224