Searched refs:__arraycount (Results 276 - 300 of 1159) sorted by relevance

<<11121314151617181920>>

/netbsd-current/sys/arch/arm/rockchip/
H A Drk3399_pmucru.c274 .u.pll.nparents = __arraycount(_parents), \
280 .u.pll.nrates = __arraycount(_rates), \
345 sc->sc_nclks = __arraycount(rk3399_pmucru_clks);
/netbsd-current/sys/dev/usb/
H A Dauvitek.c81 for (i = 0; i < __arraycount(auvitek_devices); i++) {
108 for (i = 0; i < __arraycount(auvitek_devices); i++) {
113 KASSERT(i != __arraycount(auvitek_devices));
/netbsd-current/sys/dev/acpi/
H A Dacpi_wakedev.c175 for (i = 0; i < __arraycount(aw->aw_power); i++)
180 if (n < 3 || n - 2 > __arraycount(aw->aw_power))
201 for (i = 0; i < __arraycount(aw->aw_power); i++) {
/netbsd-current/bin/dd/
H A Dargs.c154 __arraycount(args), sizeof(*args), c_arg))) {
389 __arraycount(clist), sizeof(*clist), c_conv))) {
482 __arraycount(olist), sizeof(*olist), c_ioflag))) {
/netbsd-current/tests/lib/libc/time/
H A Dt_strptime.c201 for (size_t i = 0; i < __arraycount(zt); i++)
517 for (i = 0; i < __arraycount(P); i++) {
573 for (i = 0; i < __arraycount(F); i++) {
/netbsd-current/tests/lib/libm/
H A Dt_cbrt.c69 for (i = 0; i < __arraycount(x); i++) {
178 for (i = 0; i < __arraycount(x); i++) {
288 for (i = 0; i < __arraycount(x); i++) {
H A Dt_fe_round.c119 for (i = 0; i < __arraycount(values); i++) {
197 for (i = 0; i < __arraycount(values); i++) {
350 for (i = 0; i < __arraycount(valuesl); i++) {
H A Dt_exp.c134 for (i = 0; i < __arraycount(v); i++) {
174 for (i = 0; i < __arraycount(v); i++) {
240 for (i = 0; i < __arraycount(exp_values); i++) {
337 for (i = 0; i < __arraycount(exp_values); i++) {
/netbsd-current/crypto/external/bsd/libsaslc/dist/src/
H A Dmech.c109 for (i = 0; i < __arraycount(saslc__mechanisms); i++) {
/netbsd-current/sys/arch/mips/adm5120/
H A Dadm5120_cfio.c223 for (i = 0; i < __arraycount(cf_handles); i++) {
235 for (i = 0; i < __arraycount(cf_handles); i++) {
246 for (i = 0; i < __arraycount(cf_handles) && cf_handles[i].ch_inuse; i++)
248 if (i >= __arraycount(cf_handles))
/netbsd-current/sys/dev/nand/
H A Dnand_micron.c85 for (int i=0; i < __arraycount(nand_micron_devices); i++)
/netbsd-current/tests/crypto/opencrypto/
H A Dh_md5.c85 for (i = 0; i < __arraycount(tests); i++) {
/netbsd-current/tests/include/
H A Dt_limits.c263 for (i = 0; i < __arraycount(psxtable); i++) {
/netbsd-current/tests/lib/libc/gen/
H A Dt_nice.c171 for (i = 0; i < __arraycount(tid); i++) {
H A Dt_realpath.c76 for (i = 0; i < __arraycount(paths); i++) {
/netbsd-current/sys/arch/arm/amlogic/
H A Dmesongxl_pinctrl.c472 .ngroups = __arraycount(mesongxl_periphs_groups),
474 .ngpios = __arraycount(mesongxl_periphs_gpios),
480 .ngroups = __arraycount(mesongxl_aobus_groups),
482 .ngpios = __arraycount(mesongxl_aobus_gpios),
/netbsd-current/usr.sbin/tprof/arch/
H A Dtprof_armv8.c119 .nevents = __arraycount(pmu_armv8_common_events),
/netbsd-current/sys/rump/net/lib/libsockin/
H A Dsockin_user.c54 #ifndef __arraycount
55 #define __arraycount(a) (sizeof(a) / sizeof(*a)) macro
214 for(i = 0; i < __arraycount(bsd_to_native_msg_flags_); i++) {
238 for(i = 0; i < __arraycount(bsd_to_native_msg_flags_); i++) {
/netbsd-current/sys/arch/evbmips/rasoc/
H A Dautoconf.c126 map < map_info + __arraycount(map_info);
/netbsd-current/usr.sbin/mtree/
H A Donly.c80 *h = hash_str(str) % __arraycount(table);
/netbsd-current/usr.sbin/npf/npftest/
H A Dnpfstream.c86 for (unsigned i = 1; i < __arraycount(result); i++) {
/netbsd-current/sbin/ifconfig/
H A Daf_link.c63 linkkw, __arraycount(linkkw), NULL);
/netbsd-current/sys/arch/arm/acpi/
H A Dgic_v2m_acpi.c72 for (n = 0; n < __arraycount(gic_v2m_acpi_quirks); n++) {
/netbsd-current/tests/include/sys/
H A Dt_pslist.c80 for (i = 0; i < __arraycount(elements); i++)
/netbsd-current/tests/lib/libpthread/
H A Dt_join.c102 for (i = 0; i < __arraycount(thread); i++) {

Completed in 243 milliseconds

<<11121314151617181920>>