Searched refs:nfunc (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/libedit/
H A Dmap.h61 size_t nfunc; /* The number of functions/help items */ member in struct:el_map_t
H A Dmap.c935 el->el_map.nfunc = EL_NUM_FCNS;
1139 ep = &el->el_map.help[el->el_map.nfunc];
1174 ep = &el->el_map.help[el->el_map.nfunc];
1300 ep = &el->el_map.help[el->el_map.nfunc];
1404 size_t nf = el->el_map.nfunc + 1;
1418 nf = (size_t)el->el_map.nfunc;
1424 el->el_map.nfunc++;
H A Dparse.c285 for (i = 0; i < el->el_map.nfunc; i++)
H A Dread.c521 if ((size_t)cmdnum >= el->el_map.nfunc) /* BUG CHECK command */
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c198 bcm_gpio_func_str(uint32_t nfunc, char *buf, int bufsize) argument
201 switch (nfunc) {
232 bcm_gpio_str_func(char *func, uint32_t *nfunc) argument
236 *nfunc = BCM2835_FSEL_GPIO_IN;
238 *nfunc = BCM2835_FSEL_GPIO_OUT;
240 *nfunc = BCM2835_FSEL_ALT0;
242 *nfunc = BCM2835_FSEL_ALT1;
244 *nfunc = BCM2835_FSEL_ALT2;
246 *nfunc = BCM2835_FSEL_ALT3;
248 *nfunc
258 bcm_gpio_func_flag(uint32_t nfunc) argument
304 bcm_gpio_set_alternate(device_t dev, uint32_t pin, uint32_t nfunc) argument
554 uint32_t nfunc; local
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c796 StkId nfunc = nci->func; /* called function */
799 StkId lim = nci->u.l.base + getproto(nfunc)->numparams;
804 for (aux = 0; nfunc + aux < lim; aux++)
805 setobjs2s(L, ofunc + aux, nfunc + aux);
806 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */
807 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */
/freebsd-12-stable/contrib/lua/src/
H A Dlvm.c1156 StkId nfunc = nci->func; /* called function */ local
1159 StkId lim = nci->u.l.base + getproto(nfunc)->numparams;
1164 for (aux = 0; nfunc + aux < lim; aux++)
1165 setobjs2s(L, ofunc + aux, nfunc + aux);
1166 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */
1167 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */
/freebsd-12-stable/contrib/ntp/libntp/
H A Dntp_calendar.c104 systime_func_ptr nfunc
110 if (NULL == nfunc)
111 nfunc = &time;
112 systime_func = nfunc;
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddlltool.c728 static int nfunc (const void *, const void *);
2929 nfunc (const void *a, const void *b) function
2972 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc);
3121 qsort (d_exports_lexically, i, sizeof (export_type *), nfunc);

Completed in 141 milliseconds