Home
last modified time | relevance | path

Searched defs:fxn (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Lib/importlib/
Dutil.py144 def set_package(fxn): argument
164 def set_loader(fxn): argument
182 def module_for_loader(fxn): argument
D_bootstrap.py252 def _requires_builtin(fxn): argument
263 def _requires_frozen(fxn): argument
/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c458 void (*fxn)(instr_fetch_t *cf); member
460 #define INSTR(opc, name, fxn) [opc] = {name, fxn} argument
577 void (*fxn)(instr_cf_t *cf); member
579 #define INSTR(opc, fxn) [opc] = {#opc, fxn} argument
/third_party/python/Lib/test/
Dtest_py_compile.py16 def without_source_date_epoch(fxn): argument
26 def with_source_date_epoch(fxn): argument
Dtest_isinstance.py352 def blowstack(fxn, arg, compare_to): argument
/third_party/python/Tools/scripts/
Dpatchcheck.py31 def decorated_fxn(fxn): argument
/third_party/python/Lib/test/test_importlib/
Dtest_util.py201 def fxn(self, module): pass function
261 fxn = lambda: module function
304 def fxn(module): pass function
Dutil.py306 def writes_bytecode_files(fxn): argument
/third_party/mesa3d/src/freedreno/decode/
Dcffdec.c540 #define REG(x, fxn) { #x, fxn } argument
541 #define REG64(x, fxn) { #x, .fxn64 = fxn, .is_reg64 = true } argument
544 void (*fxn)(const char *name, uint32_t dword, int level); member
2641 #define CP(x, fxn, ...) { "CP_" #x, fxn, ##__VA_ARGS__ } argument
2644 void (*fxn)(uint32_t *dwords, uint32_t sizedwords, int level); member
/third_party/mesa3d/src/freedreno/ir3/
Dir3_context.c141 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->s); in ir3_context_init() local
Dir3_compiler_nir.c4262 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->s); in emit_instructions() local
/third_party/python/Lib/test/libregrtest/
Dsave_env.py287 def restore_warnings_showwarning(self, fxn): argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c1167 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->nir); in ir2_nir_compile() local
/third_party/mesa3d/src/compiler/nir/
Dnir_clone.c723 clone_function(clone_state *state, const nir_function *fxn, nir_shader *ns) in clone_function()
Dnir_serialize.c1985 read_function_impl(read_ctx *ctx, nir_function *fxn) in read_function_impl()
2009 write_function(write_ctx *ctx, const nir_function *fxn) in write_function()
2048 nir_function *fxn = nir_function_create(ctx->nir, name); in read_function() local
/third_party/python/Lib/test/test_importlib/source/
Dtest_file_loader.py115 def fake_mtime(self, fxn): argument