Home
last modified time | relevance | path

Searched defs:nlocals (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Objects/clinic/
H A Dcodeobject.c.h30 int nlocals; in code_new() local
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dptrace.c2013 unsigned long *krbs, cfm, ndirty, nlocals, nouts; in syscall_get_set_args_cb() local
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dptrace.c1956 unsigned long *krbs, cfm, ndirty, nlocals, nouts; in syscall_get_args_cb() local
/third_party/python/Objects/
H A Dcodeobject.c172 int nlocals = 0; in get_localsplus_counts() local
272 int nlocals; in _PyCode_Validate() local
292 int nlocals, nplaincellvars, ncellvars, nfreevars; in init_code() local
498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_NewWithPosOnlyArgs() argument
622 PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_New() argument
1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable, PyObject *freevars, PyObject *cellvars) code_new_impl() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c4243 hpsa_set_local_logical_count(struct ctlr_info *h, struct bmic_identify_controller *id_ctlr, u32 *nlocals) hpsa_set_local_logical_count() argument
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c4243 hpsa_set_local_logical_count(struct ctlr_info *h, struct bmic_identify_controller *id_ctlr, u32 *nlocals) hpsa_set_local_logical_count() argument
/third_party/python/Python/
H A Dcompile.c7951 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames); in compute_localsplus_info() local
8130 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames); in build_cellfixedoffsets() local
8299 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames); in fix_cell_offsets() local
8386 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames); in assemble() local
[all...]

Completed in 43 milliseconds