Searched refs:nfunc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_gpio.c | 201 switch (nfunc) { in bcm_gpio_func_str() 236 *nfunc = BCM2835_FSEL_GPIO_IN; in bcm_gpio_str_func() 238 *nfunc = BCM2835_FSEL_GPIO_OUT; in bcm_gpio_str_func() 240 *nfunc = BCM2835_FSEL_ALT0; in bcm_gpio_str_func() 242 *nfunc = BCM2835_FSEL_ALT1; in bcm_gpio_str_func() 244 *nfunc = BCM2835_FSEL_ALT2; in bcm_gpio_str_func() 246 *nfunc = BCM2835_FSEL_ALT3; in bcm_gpio_str_func() 248 *nfunc = BCM2835_FSEL_ALT4; in bcm_gpio_str_func() 250 *nfunc = BCM2835_FSEL_ALT5; in bcm_gpio_str_func() 261 switch (nfunc) { in bcm_gpio_func_flag() [all …]
|
| /freebsd-12.1/lib/libedit/ |
| H A D | map.c | 932 el->el_map.nfunc = EL_NUM_FCNS; in map_init() 1136 ep = &el->el_map.help[el->el_map.nfunc]; in map_print_key() 1171 ep = &el->el_map.help[el->el_map.nfunc]; in map_print_some_keys() 1302 ep = &el->el_map.help[el->el_map.nfunc]; in map_bind() 1406 size_t nf = el->el_map.nfunc + 1; in map_addfunc() 1420 nf = (size_t)el->el_map.nfunc; in map_addfunc() 1426 el->el_map.nfunc++; in map_addfunc()
|
| H A D | map.h | 61 size_t nfunc; /* The number of functions/help items */ member
|
| H A D | parse.c | 287 for (i = 0; i < el->el_map.nfunc; i++) in parse_cmd()
|
| H A D | read.c | 598 if ((size_t)cmdnum >= el->el_map.nfunc) { /* BUG CHECK command */ in FUN()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lvm.c | 796 StkId nfunc = nci->func; /* called function */ in luaV_execute() 799 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute() 804 for (aux = 0; nfunc + aux < lim; aux++) in luaV_execute() 805 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute() 806 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute() 807 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lvm.c | 1156 StkId nfunc = nci->func; /* called function */ in luaV_execute() local 1159 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute() 1164 for (aux = 0; nfunc + aux < lim; aux++) in luaV_execute() 1165 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute() 1166 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute() 1167 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute()
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | ntp_calendar.c | 104 systime_func_ptr nfunc in ntpcal_set_timefunc() argument 110 if (NULL == nfunc) in ntpcal_set_timefunc() 111 nfunc = &time; in ntpcal_set_timefunc() 112 systime_func = nfunc; in ntpcal_set_timefunc()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | dlltool.c | 728 static int nfunc (const void *, const void *); 2929 nfunc (const void *a, const void *b) in nfunc() function 2972 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc); in process_duplicates() 3121 qsort (d_exports_lexically, i, sizeof (export_type *), nfunc); in mangle_defs()
|