Searched refs:num_funcs (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/scripts/
H A Dunwcheck.py34 num_funcs = 0 variable
49 num_funcs += 1
57 print "No errors detected in %u functions." % num_funcs
63 print "%u %s detected in %u functions." % (num_errors, err, num_funcs)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dgen_rec.awk77 num_funcs = 0;
287 for (i = 0; i < num_funcs; i++) {
322 for (i = 0; i < num_funcs; i++) {
1056 logname[num_funcs] = logfunc;
1064 dupfuncs[num_funcs] = dup_name;
1066 dupfuncs[num_funcs] = funcname;
1068 funcs[num_funcs] = funcname;
1069 functable[num_funcs] = is_compat;
1070 ++num_funcs;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dsgi_hotplug.c341 int func, num_funcs; local
375 num_funcs = pci_scan_slot(slot->pci_bus,
377 if (!num_funcs) {
388 for (func = 0; func < num_funcs; func++) {

Completed in 77 milliseconds