Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/importlib/
Dutil.py144 def set_package(fxn): argument
163 def set_loader(fxn): argument
180 def module_for_loader(fxn): argument
D_bootstrap.py230 def _requires_builtin(fxn): argument
241 def _requires_frozen(fxn): argument
/external/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c440 void (*fxn)(instr_fetch_t *cf); member
442 #define INSTR(opc, name, fxn) [opc] = { name, fxn } argument
556 void (*fxn)(instr_cf_t *cf); member
558 #define INSTR(opc, fxn) [opc] = { #opc, fxn } argument
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c95 #define bv2f16(fxn) \ argument
103 #define bv2i16(fxn) \ argument
111 #define bv4i8(fxn) \ argument
119 #define bf32(fxn) dest.f32 = fxn(srcs[0].f32, srcs[1].f32, srcs[2].f32, srcs[3].f32) argument
120 #define bi32(fxn) dest.i32 = fxn(srcs[0].u32, srcs[1].u32, srcs[2].u32, srcs[3].i32) argument
/external/python/cpython3/Lib/test/
Dtest_py_compile.py14 def without_source_date_epoch(fxn): argument
24 def with_source_date_epoch(fxn): argument
Dtest_isinstance.py254 def blowstack(fxn, arg, compare_to): argument
/external/python/cpython2/Tools/scripts/
Dpatchcheck.py30 def decorated_fxn(fxn): argument
/external/python/cpython3/Tools/scripts/
Dpatchcheck.py31 def decorated_fxn(fxn): argument
/external/python/cpython3/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.py293 def writes_bytecode_files(fxn): argument
/external/python/cpython2/Lib/test/
Dtest_isinstance.py259 def blowstack(fxn, arg, compare_to): argument
/external/mesa3d/src/freedreno/ir3/
Dir3_context.c137 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->s); in ir3_context_init() local
Dir3_compiler_nir.c3238 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->s); in emit_instructions() local
/external/python/cpython3/Lib/test/libregrtest/
Dsave_env.py254 def restore_warnings_showwarning(self, fxn): argument
/external/mesa3d/src/freedreno/decode/
Dcffdec.c522 #define REG(x, fxn) { #x, fxn } argument
525 void (*fxn)(const char *name, uint32_t dword, int level); member
2566 #define CP(x, fxn, ...) { "CP_" #x, fxn, ##__VA_ARGS__ } argument
2569 void (*fxn)(uint32_t *dwords, uint32_t sizedwords, int level); member
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c1930 read_function_impl(read_ctx *ctx, nir_function *fxn) in read_function_impl()
1950 write_function(write_ctx *ctx, const nir_function *fxn) in write_function()
1985 nir_function *fxn = nir_function_create(ctx->nir, name); in read_function() local
Dnir_clone.c716 clone_function(clone_state *state, const nir_function *fxn, nir_shader *ns) in clone_function()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c1154 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->nir); in ir2_nir_compile() local
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_file_loader.py115 def fake_mtime(self, fxn): argument
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c1080 void (*fxn)(const struct instr_translater *t, struct etna_compile *c, member