Home
last modified time | relevance | path

Searched defs:co (Results 1 – 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcorolib.c20 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume()
50 lua_State *co = lua_tothread(L, 1); in luaB_coresume() local
68 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap() local
105 lua_State *co = lua_tothread(L, 1); in luaB_costatus() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcodeobject.c50 PyCodeObject *co; in PyCode_New() local
235 PyObject *co = NULL; in code_new() local
305 code_dealloc(PyCodeObject *co) in code_dealloc()
324 code_repr(PyCodeObject *co) in code_repr()
344 code_compare(PyCodeObject *co, PyCodeObject *cp) in code_compare()
382 PyCodeObject *co, *cp; in code_richcompare() local
447 code_hash(PyCodeObject *co) in code_hash()
518 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line()
536 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
Dframeobject.c453 PyCodeObject *co; in frame_dealloc() local
876 PyCodeObject *co; in PyFrame_FastToLocals() local
928 PyCodeObject *co; in PyFrame_LocalsToFast() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcodeobject.c50 PyCodeObject *co; in PyCode_New() local
235 PyObject *co = NULL; in code_new() local
305 code_dealloc(PyCodeObject *co) in code_dealloc()
324 code_repr(PyCodeObject *co) in code_repr()
344 code_compare(PyCodeObject *co, PyCodeObject *cp) in code_compare()
382 PyCodeObject *co, *cp; in code_richcompare() local
447 code_hash(PyCodeObject *co) in code_hash()
518 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line()
536 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
Dframeobject.c451 PyCodeObject *co; in frame_dealloc() local
874 PyCodeObject *co; in PyFrame_FastToLocals() local
926 PyCodeObject *co; in PyFrame_LocalsToFast() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Ddumppyc.py21 def walk(co, match=None): argument
43 co = compile(buf, filename, "exec") variable
Dstacktest.py5 def extract_code_objects(co): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
Dbogus_code_obj.py17 co = types.CodeType(0, 0, 0, 0, '\x04\x71\x00\x00', (), variable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
Dmakefile20 co: target
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_code.py97 def dump(co): argument
Dtest_zipimport.py28 def make_pyc(co, mtime): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmodulefinder.py340 def scan_opcodes(self, co, argument
364 def scan_opcodes_25(self, co, argument
395 def scan_code(self, co, m): argument
580 def replace_paths_in_code(self, co): argument
Ddis.py61 def disassemble(co, lasti=-1): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dmodulefinder.py340 def scan_opcodes(self, co, argument
364 def scan_opcodes_25(self, co, argument
395 def scan_code(self, co, m): argument
582 def replace_paths_in_code(self, co): argument
Ddis.py61 def disassemble(co, lasti=-1): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c644 PyImport_ExecCodeModule(char *name, PyObject *co) in PyImport_ExecCodeModule()
650 PyImport_ExecCodeModuleEx(char *name, PyObject *co, char *pathname) in PyImport_ExecCodeModuleEx()
771 PyObject *co; in read_compiled_module() local
793 PyCodeObject *co; in load_compiled_module() local
820 PyCodeObject *co = NULL; in parse_source_module() local
879 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat) in write_compiled_module()
919 update_code_filenames(PyCodeObject *co, PyObject *oldname, PyObject *newname) in update_code_filenames()
943 update_compiled_module(PyCodeObject *co, char *pathname) in update_compiled_module()
973 PyCodeObject *co; in load_source_module() local
1979 PyObject *co; in find_module() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c644 PyImport_ExecCodeModule(char *name, PyObject *co) in PyImport_ExecCodeModule()
650 PyImport_ExecCodeModuleEx(char *name, PyObject *co, char *pathname) in PyImport_ExecCodeModuleEx()
771 PyObject *co; in read_compiled_module() local
793 PyCodeObject *co; in load_compiled_module() local
820 PyCodeObject *co = NULL; in parse_source_module() local
879 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat) in write_compiled_module()
919 update_code_filenames(PyCodeObject *co, PyObject *oldname, PyObject *newname) in update_code_filenames()
943 update_compiled_module(PyCodeObject *co, char *pathname) in update_compiled_module()
973 PyCodeObject *co; in load_source_module() local
1979 PyObject *co; in find_module() local
Dcompile.c255 PyCodeObject *co = NULL; in PyAST_Compile() local
300 PyCodeObject *co = NULL; in PyNode_Compile() local
1193 PyCodeObject *co; in compiler_mod() local
1278 compiler_make_closure(struct compiler *c, PyCodeObject *co, int args) in compiler_make_closure()
1363 PyCodeObject *co; in compiler_function() local
1418 PyCodeObject *co; in compiler_class() local
1505 PyCodeObject *co; in compiler_lambda() local
2762 PyCodeObject *co = NULL; in compiler_comprehension() local
3822 PyCodeObject *co = NULL; in makecode() local
3928 PyCodeObject *co = NULL; in assemble() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c676 PyImport_ExecCodeModule(char *name, PyObject *co) in PyImport_ExecCodeModule()
682 PyImport_ExecCodeModuleEx(char *name, PyObject *co, char *pathname) in PyImport_ExecCodeModuleEx()
803 PyObject *co; in read_compiled_module() local
825 PyCodeObject *co; in load_compiled_module() local
852 PyCodeObject *co = NULL; in parse_source_module() local
911 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, time_t mtime) in write_compiled_module()
956 update_code_filenames(PyCodeObject *co, PyObject *oldname, PyObject *newname) in update_code_filenames()
980 update_compiled_module(PyCodeObject *co, char *pathname) in update_compiled_module()
1042 PyCodeObject *co = NULL; in load_source_module() local
2064 PyObject *co; in PyImport_ImportFrozenModule() local
Dcompile.c258 PyCodeObject *co = NULL; in PyAST_Compile() local
303 PyCodeObject *co = NULL; in PyNode_Compile() local
1216 PyCodeObject *co; in compiler_mod() local
1301 compiler_make_closure(struct compiler *c, PyCodeObject *co, int args) in compiler_make_closure()
1386 PyCodeObject *co; in compiler_function() local
1441 PyCodeObject *co; in compiler_class() local
1528 PyCodeObject *co; in compiler_lambda() local
2782 PyCodeObject *co = NULL; in compiler_comprehension() local
3846 PyCodeObject *co = NULL; in makecode() local
3952 PyCodeObject *co = NULL; in assemble() local
Dpythonrun.c1366 PyCodeObject *co; in run_mod() local
1380 PyCodeObject *co; in run_pyc_file() local
1412 PyCodeObject *co; in Py_CompileStringFlags() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dcode.h86 #define _PyCode_GETCODEPTR(co, pp) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dcode.h86 #define _PyCode_GETCODEPTR(co, pp) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ditertoolsmodule.c2043 combinationsobject *co; in combinations_new() local
2095 combinations_dealloc(combinationsobject *co) in combinations_dealloc()
2106 combinations_traverse(combinationsobject *co, visitproc visit, void *arg) in combinations_traverse()
2114 combinations_next(combinationsobject *co) in combinations_next()
2292 cwrobject *co; in cwr_new() local
2344 cwr_dealloc(cwrobject *co) in cwr_dealloc()
2355 cwr_traverse(cwrobject *co, visitproc visit, void *arg) in cwr_traverse()
2363 cwr_next(cwrobject *co) in cwr_next()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ditertoolsmodule.c2082 combinationsobject *co; in combinations_new() local
2134 combinations_dealloc(combinationsobject *co) in combinations_dealloc()
2145 combinations_traverse(combinationsobject *co, visitproc visit, void *arg) in combinations_traverse()
2153 combinations_next(combinationsobject *co) in combinations_next()
2331 cwrobject *co; in cwr_new() local
2383 cwr_dealloc(cwrobject *co) in cwr_dealloc()
2394 cwr_traverse(cwrobject *co, visitproc visit, void *arg) in cwr_traverse()
2402 cwr_next(cwrobject *co) in cwr_next()

12