Searched refs:nitems (Results 101 - 125 of 1020) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/gen/
H A Dfts-compat.c124 int nitems; local
161 for (root = NULL, nitems = 0; *argv != NULL; ++argv, ++nitems) {
195 if (compar && nitems > 1)
196 root = fts_sort(sp, root, nitems);
640 int nitems; local
750 for (head = tail = NULL, nitems = 0;
849 ++nitems;
858 cur->fts_info = nitems ? FTS_ERR : FTS_DNR;
876 if (len == sp->fts_pathlen || nitems
1007 fts_sort(FTS *sp, FTSENT *head, int nitems) argument
[all...]
H A Dfts.c112 size_t len, nitems; local
153 for (root = NULL, nitems = 0; *argv != NULL; ++argv, ++nitems) {
183 if (compar && nitems > 1)
184 root = fts_sort(sp, root, nitems);
643 size_t dnamlen, len, maxlen, nitems; local
747 for (head = tail = NULL, nitems = 0;
832 ++nitems;
841 cur->fts_info = nitems ? FTS_ERR : FTS_DNR;
868 if (descend && (type == BCHILD || !nitems)
995 fts_sort(FTS *sp, FTSENT *head, size_t nitems) argument
[all...]
H A Dfts-compat11.c114 size_t len, nitems; local
155 for (root = NULL, nitems = 0; *argv != NULL; ++argv, ++nitems) {
185 if (compar && nitems > 1)
186 root = fts_sort(sp, root, nitems);
645 size_t dnamlen, len, maxlen, nitems; local
749 for (head = tail = NULL, nitems = 0;
834 ++nitems;
843 cur->fts_info = nitems ? FTS_ERR : FTS_DNR;
870 if (descend && (type == BCHILD || !nitems)
998 fts_sort(FTS11 *sp, FTSENT11 *head, size_t nitems) argument
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Drdgsbase.sh92 if (i >= nitems(x))
120 if (i > nitems(x))
164 error = sysctl(mib, nitems(mib), &nthreads, &len, NULL, 0);
/freebsd-current/sys/dev/hid/
H A Dhidbus.h100 MODULE_PNP_INFO(HID_STD_PNP_INFO, hidbus, table, table, nitems(table))
138 #define HIDBUS_LOOKUP_ID(d, h) hidbus_lookup_id((d), (h), nitems(h))
140 hidbus_lookup_driver_info((d), (h), nitems(h))
/freebsd-current/usr.sbin/bsdconfig/timezone/
H A Dtimezone303 f_continent $cont nitems nitems
320 if [ $nitems -eq 1 ]; then
397 [ $nitems -eq 1 ] && NEED_CONTINENT=1
432 [ $nitems -eq 1 ] && NEED_CONTINENT=1
/freebsd-current/usr.bin/brandelf/
H A Dbrandelf.c204 for (elfwalk = 0; elfwalk < nitems(elftypes); elfwalk++)
215 for (elfwalk = 0; elfwalk < nitems(elftypes); elfwalk++)
227 for (elfwalk = 0; elfwalk < nitems(elftypes); elfwalk++)
/freebsd-current/sys/dev/clk/allwinner/
H A Dccu_h6_r.c144 sc->nresets = nitems(ccu_sun50i_h6_r_resets);
146 sc->ngates = nitems(ccu_sun50i_h6_r_gates);
148 sc->nclks = nitems(clks);
/freebsd-current/stand/liblua/
H A Dlerrno.c34 #ifndef nitems
35 #define nitems(x) (sizeof((x)) / sizeof((x)[0])) macro
161 for (i = 0; i < nitems(errnoconstants); i++) {
/freebsd-current/sys/arm/allwinner/
H A Daw_sid.c179 .nfuses = nitems(a10_efuses),
184 .nfuses = nitems(a10_efuses),
189 .nfuses = nitems(a64_efuses),
194 .nfuses = nitems(a83t_efuses),
199 .nfuses = nitems(h3_efuses),
204 .nfuses = nitems(h5_efuses),
/freebsd-current/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_attach.c252 sc->chan_num_5ghz[0] = nitems(r12a_chan_5ghz_0);
253 sc->chan_num_5ghz[1] = nitems(r12a_chan_5ghz_1);
254 sc->chan_num_5ghz[2] = nitems(r12a_chan_5ghz_2);
257 sc->mac_size = nitems(rtl8812au_mac);
259 sc->bb_size = nitems(rtl8812au_bb);
261 sc->agc_size = nitems(rtl8812au_agc);
/freebsd-current/sys/dev/rtwn/rtl8188e/
H A Dr88e_rom.c66 for (i = 0; i < nitems(rom->cck_tx_pwr); i++)
68 for (i = 0; i < nitems(rom->ht40_tx_pwr); i++)
/freebsd-current/contrib/libfido2/src/
H A Dtouch.c65 if (cbor_build_frame(CTAP_CBOR_MAKECRED, argv, nitems(argv), &f) < 0 ||
74 cbor_vector_free(argv, nitems(argv));
H A Dconfig.c89 if (cbor_build_frame(cmd, argv, nitems(argv), &f) < 0 ||
98 cbor_vector_free(argv, nitems(argv));
175 if ((r = config_tx(dev, CMD_SET_PIN_MINLEN, argv, nitems(argv),
182 cbor_vector_free(argv, nitems(argv));
/freebsd-current/sys/dev/intel/
H A Dspi_pci.c70 for (i = 0; i < nitems(intelspi_pci_devices); i++) {
147 nitems(intelspi_pci_devices));
/freebsd-current/sys/dev/usb/
H A Dusb_fdt_support.c110 for (i = 0; i < nitems(properties); ++i) {
143 KASSERT(idx < nitems(udev_stack), ("Too many hubs"));
/freebsd-current/sbin/ifconfig/
H A Difgre.c68 print_bits("options", &opts, 1, GREBITS, nitems(GREBITS));
137 for (i = 0; i < nitems(gre_cmds); i++)
/freebsd-current/sys/dev/rtwn/rtl8821a/
H A Dr21a_priv.h132 nitems(rtl8821au_bb_regs),
187 nitems(rtl8821au_agc_vals0),
196 nitems(rtl8821au_agc_vals1_pa_lna_5g),
203 nitems(rtl8821au_agc_vals1),
210 nitems(rtl8821au_agc_vals2),
334 nitems(rtl8821au_rf_regs0),
344 nitems(rtl8821au_rf_regs1),
352 nitems(rtl8821au_rf_regs1),
360 nitems(rtl8821au_rf_regs1),
372 nitems(rtl8821au_rf_regs
[all...]
/freebsd-current/lib/libc/tests/locale/
H A Dnewlocale_test.c51 for (i = 0; i < nitems(lparts); i++) {
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Dsunddi.h51 int ddi_soft_state_init(void **statep, size_t size, size_t nitems);
/freebsd-current/lib/libefivar/
H A Defivar.c91 for (i = 0; i < nitems(guid_tbl); i++) {
107 return (nitems(guid_tbl));
310 for (i = 0; i < nitems(guid_tbl); i++) {
347 for (i = 0; i < nitems(guid_tbl); i++) {
/freebsd-current/libexec/flua/modules/
H A Dlfs.c72 #ifndef nitems
73 #define nitems(x) (sizeof((x)) / sizeof((x)[0])) macro
339 for (i = 0; i < nitems(members); i++) {
355 for (i = 0; i < nitems(members); i++) {
/freebsd-current/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_attach.c71 sc->agc_size = nitems(rtl8188ru_agc);
75 sc->agc_size = nitems(rtl8192ce_agc);
217 sc->mac_size = nitems(rtl8192cu_mac);
219 sc->bb_size = nitems(rtl8192cu_bb);
/freebsd-current/sys/xen/
H A Derror.h85 if (-error >= nitems(xen_errors)) {
/freebsd-current/lib/libc/powerpc/gen/
H A Dsyncicache.c66 if (sysctl(cachemib, nitems(cachemib), &cacheline_size, &clen,

Completed in 330 milliseconds

1234567891011>>