Searched refs:sets (Results 26 - 50 of 77) sorted by relevance

1234

/freebsd-11-stable/contrib/dialog/
H A Ddialog-config.in111 --prefix=ARG sets the package-prefix of ${THIS}
113 --exec-prefix=ARG sets the executable-prefix of ${THIS}
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c218 info->sets = cache->writes;
253 double write_rate = (100.0 * (double)info->sets)
285 "sets : %" APR_UINT64_T_FMT
290 info->sets, write_rate)
296 "sets : %" APR_UINT64_T_FMT
309 info->sets, write_rate,
/freebsd-11-stable/usr.sbin/ppp/
H A Dprompt.c138 int sets; local
140 sets = 0;
143 return sets;
149 sets++;
154 sets++;
156 if (sets && *n < p->fd_in + 1)
162 return sets;
H A Dexec.c123 int sets; local
126 sets = physical_RemoveFromSet(p, r, w, e);
133 sets++;
138 sets++;
142 return sets;
H A Dserver.c57 int sets; local
59 sets = 0;
65 sets++;
69 sets += descriptor_UpdateSet(&p->desc, r, w, e, n);
71 return sets;
H A Dphysical.c844 int sets; local
846 sets = 0;
851 sets++;
856 sets++;
861 sets++;
863 if (sets && *n < p->fd + 1)
867 return sets;
876 int sets; local
878 sets = 0;
883 sets
[all...]
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c1529 bcm2835_cpufreq_make_freq_list(device_t dev, struct cf_setting *sets, argument
1558 sets[idx].freq = freq;
1559 sets[idx].volts = volts;
1560 sets[idx].lat = TRANSITION_LATENCY;
1561 sets[idx].dev = dev;
1568 sets[idx].freq = freq;
1569 sets[idx].volts = volts;
1570 sets[idx].lat = TRANSITION_LATENCY;
1571 sets[idx].dev = dev;
1574 sets[id
1587 bcm2835_cpufreq_settings(device_t dev, struct cf_setting *sets, int *count) argument
[all...]
/freebsd-11-stable/sys/x86/cpufreq/
H A Dpowernow.c247 static int pn_settings(device_t dev, struct cf_setting *sets,
523 pn_settings(device_t dev, struct cf_setting *sets, int *count) argument
528 if (sets == NULL|| count == NULL)
534 sets[i].freq = sc->powernow_states[i].freq / 1000;
535 sets[i].power = sc->powernow_states[i].power;
536 sets[i].lat = 200;
537 sets[i].volts = sc->vid_to_volts[sc->powernow_states[i].vid];
538 sets[i].dev = dev;
771 struct cf_setting sets[POWERNOW_MAX_STATES]; local
779 rv = CPUFREQ_DRV_SETTINGS(perf_dev, sets,
[all...]
/freebsd-11-stable/contrib/libxo/
H A Dwarnings.mk11 # Commonly used sets of warnings
/freebsd-11-stable/contrib/nvi/regex/
H A Dregex2.h102 * Structure for [] character-set representation. Character sets are
106 * simplifies testing whether two sets could be identical.
141 cset *sets; /* -> cset [ncsets] */ member in struct:re_guts
H A Dregcomp.c234 g->sets = NULL;
753 if (nch(p, cs) == 1) { /* optimize singleton sets */
1106 if (p->g->sets == NULL)
1107 p->g->sets = (cset *)malloc(nc * sizeof(cset));
1109 p->g->sets = (cset *)realloc((char *)p->g->sets,
1118 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT);
1120 if (p->g->sets != NULL && p->g->setbits != NULL)
1132 cs = &p->g->sets[no];
1149 cset *top = &p->g->sets[
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.cpp34 LLDB_INVALID_REGNUM // register sets need to end with this flag
60 LLDB_INVALID_REGNUM // register sets need to end with this flag
67 // Number of register sets provided by this context.
70 // Register sets for arm.
153 size_t sets = 0; local
156 ++sets;
159 return sets;
H A DRegisterContextPOSIX_ppc64le.cpp85 // Number of register sets provided by this context.
158 size_t sets = 0; local
161 ++sets;
164 return sets;
H A DRegisterContextPOSIX_arm64.cpp46 LLDB_INVALID_REGNUM // register sets need to end with this flag
80 LLDB_INVALID_REGNUM // register sets need to end with this flag
86 // Number of register sets provided by this context.
89 // Register sets for ARM64.
174 size_t sets = 0; local
177 ++sets;
180 return sets;
/freebsd-11-stable/contrib/gcc/
H A Dsched-deps.c241 In case of changed entry CHANGED_LINKPP sets to its address.
1207 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_ANTI);
1269 (insn, reg_last->sets, 0,
1284 (insn, &reg_last->sets, 0,
1297 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets);
1314 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_TRUE);
1322 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_OUTPUT);
1330 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_OUTPUT);
1333 reg_last->sets
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c85 * succeeds, updating wq_lastdonebatch to 0. It clears wip[0], and sets
89 * wip[1], and sets its batch ID to 3. It signals wip[0]'s cv, and
696 sigset_t sets; local
699 sigemptyset(&sets);
700 sigaddset(&sets, SIGINT);
701 sigaddset(&sets, SIGQUIT);
702 sigaddset(&sets, SIGTERM);
703 pthread_sigmask(SIG_BLOCK, &sets, NULL);
719 pthread_sigmask(SIG_UNBLOCK, &sets, NULL);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c341 g->sets = NULL;
865 if (nch(p, cs) == 1) { /* optimize singleton sets */
1213 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
1216 p->g->sets = ptr;
1224 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT);
1229 if (p->g->sets == NULL || p->g->setbits == NULL)
1232 cs = &p->g->sets[no];
1241 free(p->g->sets);
1242 p->g->sets = NULL;
1258 cset *top = &p->g->sets[
[all...]
H A Dregex2.h100 * Structure for [] character-set representation. Character sets are
104 * simplifies testing whether two sets could be identical.
138 cset *sets; /* -> cset [ncsets] */ member in struct:re_guts
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp44 std::vector<IndexSet> sets(units_to_index.size());
51 IndexUnit(*units_to_index[cu_idx], sets[cu_idx]);
73 auto finalize_fn = [this, &sets](NameToDIE(IndexSet::*index)) {
75 for (auto &set : sets)
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm7 linker simply sets DT_INIT to that value. gcc's initialization and
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py43 __slots__ = "create", "sets", "local", "descend", "ld"
54 # type is "user", "group", "everyone", or "" (for sets)
56 self.sets = dict()
70 self.sets.setdefault(nwho, set()).update(perms)
123 s = self.__ldstr(self.sets, _("Permission sets:\n"))
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_perf.c107 static int acpi_px_settings(device_t dev, struct cf_setting *sets,
462 acpi_px_settings(device_t dev, struct cf_setting *sets, int *count) argument
468 if (sets == NULL || count == NULL)
476 acpi_px_to_set(dev, &sc->px_states[x], &sets[y]);
/freebsd-11-stable/lib/libc/regex/
H A Dregex2.h169 cset *sets; /* -> cset [ncsets] */ member in struct:re_guts
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_cache.h146 apr_uint64_t sets;
261 * memcached servers; otherwise, sets @a *memcache_p to NULL. Use
145 apr_uint64_t sets; member in struct:svn_cache__info_t
/freebsd-11-stable/contrib/bmake/mk/
H A Doptions.mk26 # User sets WITH_* and WITHOUT_* to indicate what they want.

Completed in 175 milliseconds

1234