Home
last modified time | relevance | path

Searched refs:last_func (Results 1 – 25 of 106) sorted by relevance

12345

/dports/devel/py-graphql-core2/graphql-core-2.2.1/graphql/execution/
H A Dmiddleware.py65 last_func = None
67 last_func = partial(middleware, last_func) if last_func else middleware
69 return last_func # type: ignore
/dports/audio/codec2/codec2-1.0.3/script/
H A Dofdm_stack_use.py94 last_func = 'start' variable
123 stack.append((last_func, cur_stack_depth))
124 last_func = func variable
146 (last_func, cur_stack_depth) = stack.pop()
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dpydsl.py183 if self.options.ordered or self.last_func():
206 def last_func(self):
286 last_func = sls.last_func()
287 if last_func and self._mods[-1]._func is not last_func:
293 last_func.mod,
294 last_func.mod._state_id,
393 last_f = sls.last_func()
/dports/www/elinks/elinks-0.11.7/src/intl/gettext/
H A Dlibintl.h114 static unsigned char last_func[1024] = ""; in __() local
130 && !strcmp(func, last_func)) { in __()
137 strcpy(last_func, func); in __()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/acpi/
H A Dacpi_mcfg.c465 int last_dev, last_func, end_func; in acpimcfg_device_probe() local
477 pci_decompose_tag(pc, mb->last_probed, NULL, &last_dev, &last_func); in acpimcfg_device_probe()
481 for (j = last_func; j < end_func; j++) { in acpimcfg_device_probe()
482 if (i == last_dev && j == last_func) in acpimcfg_device_probe()
486 last_func = 0; in acpimcfg_device_probe()
533 int last_dev, last_func; in acpimcfg_map_bus() local
610 pci_decompose_tag(pc, mb->last_probed, NULL, &last_dev, &last_func); in acpimcfg_map_bus()
612 for (j = last_func; j < 8; j++) { in acpimcfg_map_bus()
613 if (i == last_dev && j == last_func) { in acpimcfg_map_bus()
619 last_func = 0; in acpimcfg_map_bus()
/dports/www/py-flask-script/Flask-Script-2.0.6/flask_script/
H A D__init__.py364 last_func = func_stack[-1]
365 if remaining_args and not getattr(last_func, 'capture_all_args', False):
373 if handle is last_func or action.__class__ in safe_actions]
383 if handle is last_func and getattr(last_func, 'capture_all_args', False):
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/md-68k/
H A Dcpuopti38 while($last_func = &analyse_function) {
41 print $last_func;$_ = $last_func;chop;
/dports/emulators/uae/uae-0.8.29/src/md-68k/
H A Dcpuopti38 while($last_func = &analyse_function) {
41 print $last_func;$_ = $last_func;chop;
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Ddiagnostic.c47 static function_t *last_func = (function_t *)-1L; in report_function() local
61 if (current_func != last_func) { in report_function()
72 last_func = current_func; in report_function()
/dports/irc/srain/srain-1.1.0/src/sui/
H A Dsui_completion.c44 SuiCompletionFunc *last_func; member
175 if (func != self->last_func || user_data != self->last_user_data) { in sui_completion_complete()
282 self->last_func = func; in reset_state()
/dports/textproc/p5-Tk-Pod/Tk-Pod-0.9943/Pod/
H A DTree.pm651 my $last_func;
652 my @funcs = map { if (!defined $last_func || $last_func ne $_) {
653 $last_func = $_;
656 $last_func = $_;
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/bpf/bpftool/
H A Dcfg.c134 struct func_node *func, *last_func; in cfg_partition_funcs() local
150 last_func = cfg_last_func(cfg); in cfg_partition_funcs()
151 last_func->end = end - 1; in cfg_partition_funcs()
153 list_for_each_entry_from(func, &last_func->l, l) { in cfg_partition_funcs()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/bpf/bpftool/
H A Dcfg.c134 struct func_node *func, *last_func; in cfg_partition_funcs() local
150 last_func = cfg_last_func(cfg); in cfg_partition_funcs()
151 last_func->end = end - 1; in cfg_partition_funcs()
153 list_for_each_entry_from(func, &last_func->l, l) { in cfg_partition_funcs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/bpf/bpftool/
H A Dcfg.c134 struct func_node *func, *last_func; in cfg_partition_funcs() local
150 last_func = cfg_last_func(cfg); in cfg_partition_funcs()
151 last_func->end = end - 1; in cfg_partition_funcs()
153 list_for_each_entry_from(func, &last_func->l, l) { in cfg_partition_funcs()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/os/
H A Dec_mingw.c786 static const char *last_func; variable
793 last_func = "ec_win_dlopen"; in ec_win_dlopen()
805 last_func = "ec_win_dlsym"; in ec_win_dlsym()
815 last_func = "ec_win_dlclose"; in ec_win_dlclose()
825 snprintf (errbuf, sizeof(errbuf)-1, "%s(): %s", last_func, ec_win_strerror(last_error)); in ec_win_dlerror()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Dworkqueue_internal.h59 work_func_t last_func; member
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Dworkqueue_internal.h59 work_func_t last_func; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Dworkqueue_internal.h59 work_func_t last_func; member
/dports/sysutils/u-boot-utilite/u-boot-2015.07/tools/buildman/
H A Dbuilder.py688 last_func = None
694 last_func = line
699 if last_func:
701 last_func, board)
705 if last_func:
707 last_func, board)
711 last_func = None
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/buildman/
H A Dbuilder.py784 last_func = None
790 last_func = line
796 if last_func:
798 last_func, board)
802 if last_func:
804 last_func, board)
808 last_func = None
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/buildman/
H A Dbuilder.py784 last_func = None
790 last_func = line
796 if last_func:
798 last_func, board)
802 if last_func:
804 last_func, board)
808 last_func = None
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/tools/buildman/
H A Dbuilder.py784 last_func = None
790 last_func = line
796 if last_func:
798 last_func, board)
802 if last_func:
804 last_func, board)
808 last_func = None
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/tools/buildman/
H A Dbuilder.py784 last_func = None
790 last_func = line
796 if last_func:
798 last_func, board)
802 if last_func:
804 last_func, board)
808 last_func = None
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/tools/buildman/
H A Dbuilder.py784 last_func = None
790 last_func = line
796 if last_func:
798 last_func, board)
802 if last_func:
804 last_func, board)
808 last_func = None
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/coll/libnbc/libdict/
H A Ddict_private.h34 typedef int (*last_func) __P((void *));

12345