Home
last modified time | relevance | path

Searched defs:interp (Results 101 - 118 of 118) sorted by relevance

12345

/third_party/python/Python/
H A Dspecialize.c1455 PyInterpreterState *interp = _PyInterpreterState_GET(); in specialize_method_descriptor() local
1553 PyInterpreterState *interp = _PyInterpreterState_GET(); in specialize_c_call() local
1568 PyInterpreterState *interp = _PyInterpreterState_GET(); in specialize_c_call() local
H A DPython-ast.c18 PyInterpreterState *interp = _PyInterpreterState_GET(); in get_ast_state() local
26 void _PyAST_Fini(PyInterpreterState *interp) in _PyAST_Fini() argument
H A Dceval.c238 COMPUTE_EVAL_BREAKER(PyInterpreterState *interp, in COMPUTE_EVAL_BREAKER() argument
253 SET_GIL_DROP_REQUEST(PyInterpreterState *interp) in SET_GIL_DROP_REQUEST() argument
262 RESET_GIL_DROP_REQUEST(PyInterpreterState *interp) in RESET_GIL_DROP_REQUEST() argument
272 SIGNAL_PENDING_CALLS(PyInterpreterState *interp) in SIGNAL_PENDING_CALLS() argument
282 UNSIGNAL_PENDING_CALLS(PyInterpreterState *interp) UNSIGNAL_PENDING_CALLS() argument
292 SIGNAL_PENDING_SIGNALS(PyInterpreterState *interp, int force) SIGNAL_PENDING_SIGNALS() argument
308 UNSIGNAL_PENDING_SIGNALS(PyInterpreterState *interp) UNSIGNAL_PENDING_SIGNALS() argument
318 SIGNAL_ASYNC_EXC(PyInterpreterState *interp) SIGNAL_ASYNC_EXC() argument
327 UNSIGNAL_ASYNC_EXC(PyInterpreterState *interp) UNSIGNAL_ASYNC_EXC() argument
386 _PyEval_FiniGIL(PyInterpreterState *interp) _PyEval_FiniGIL() argument
511 _PyEval_SignalAsyncExc(PyInterpreterState *interp) _PyEval_SignalAsyncExc() argument
565 _PyEval_SignalReceived(PyInterpreterState *interp) _PyEval_SignalReceived() argument
622 _PyEval_AddPendingCall(PyInterpreterState *interp, int (*func)(void *), void *arg) _PyEval_AddPendingCall() argument
660 PyInterpreterState *interp; Py_AddPendingCall() local
689 make_pending_calls(PyInterpreterState *interp) make_pending_calls() argument
814 PyInterpreterState *interp = _PyInterpreterState_GET(); Py_GetRecursionLimit() local
821 PyInterpreterState *interp = _PyInterpreterState_GET(); Py_SetRecursionLimit() local
5127 PyInterpreterState *interp = _PyInterpreterState_GET(); global() local
5157 PyInterpreterState *interp = _PyInterpreterState_GET(); global() local
5187 PyInterpreterState *interp = _PyInterpreterState_GET(); global() local
7871 PyInterpreterState *interp = _PyInterpreterState_GET(); global() local
[all...]
/third_party/python/Modules/
H A D_tkinter.c302 Tcl_Interp *interp; member
525 Tcl_AppInit(Tcl_Interp *interp) in Tcl_AppInit() argument
1140 Tcl_Interp *interp = Tkapp_Interp(tkapp); FromObj() local
2217 PythonCmd_Error(Tcl_Interp *interp) PythonCmd_Error() argument
2229 PythonCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) PythonCmd() argument
2291 Tcl_Interp* interp; global() member
2821 Tcl_Interp *interp = Tkapp_Interp(self); _tkinter_tkapp_loadtk_impl() local
[all...]
H A D_testcapimodule.c5893 PyInterpreterState *interp = PyThreadState_GetInterpreter(tstate); in test_tstate_capi() local
H A Dposixmodule.c6786 PyInterpreterState *interp; in os_register_at_fork_impl() local
6862 PyInterpreterState *interp = _PyInterpreterState_GET(); in os_fork_impl() local
/third_party/python/Objects/
H A Dbytesobject.c3113 _PyBytes_InitTypes(PyInterpreterState *interp) in _PyBytes_InitTypes() argument
H A Dlongobject.c1737 PyInterpreterState *interp = _PyInterpreterState_GET(); in long_to_decimal_string_internal() local
1807 PyInterpreterState *interp = _PyInterpreterState_GET(); in long_to_decimal_string_internal() local
2484 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyLong_FromString() local
6159 _PyLong_InitTypes(PyInterpreterState *interp) in _PyLong_InitTypes() argument
6185 _PyLong_FiniTypes(PyInterpreterState *interp) _PyLong_FiniTypes() argument
[all...]
H A Ddictobject.c251 PyInterpreterState *interp = _PyInterpreterState_GET(); in get_dict_state() local
258 _PyDict_ClearFreeList(PyInterpreterState *interp) in _PyDict_ClearFreeList() argument
275 _PyDict_Fini(PyInterpreterState *interp) in _PyDict_Fini() argument
H A Dexceptions.c29 PyInterpreterState *interp = _PyInterpreterState_GET(); in get_exc_state() local
3593 _PyExc_InitTypes(PyInterpreterState *interp) in _PyExc_InitTypes() argument
3611 _PyExc_FiniTypes(PyInterpreterState *interp) in _PyExc_FiniTypes() argument
3625 _PyExc_InitGlobalObjects(PyInterpreterState *interp) in _PyExc_InitGlobalObjects() argument
3638 _PyExc_InitState(PyInterpreterState *interp) in _PyExc_InitState() argument
3738 _PyExc_ClearExceptionGroupType(PyInterpreterState *interp) _PyExc_ClearExceptionGroupType() argument
3745 _PyExc_Fini(PyInterpreterState *interp) _PyExc_Fini() argument
[all...]
H A Dtypeobject.c206 PyInterpreterState *interp = _PyInterpreterState_GET(); in get_type_cache() local
224 _PyType_InitCache(PyInterpreterState *interp) in _PyType_InitCache() argument
241 _PyType_ClearCache(PyInterpreterState *interp) in _PyType_ClearCache() argument
267 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyType_ClearCache() local
273 _PyTypes_Fini(PyInterpreterState *interp) in _PyTypes_Fini() argument
[all...]
H A Dunicodeobject.c459 PyInterpreterState *interp = _PyInterpreterState_GET(); in unicode_check_encoding_errors() local
2284 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyUnicode_FromId() local
3788 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyUnicode_EncodeFSDefault() local
4025 PyInterpreterState *interp = _PyInterpreterState_GET(); PyUnicode_DecodeFSDefaultAndSize() local
15463 _PyUnicode_InitState(PyInterpreterState *interp) _PyUnicode_InitState() argument
15487 _PyUnicode_InitGlobalObjects(PyInterpreterState *interp) _PyUnicode_InitGlobalObjects() argument
15506 _PyUnicode_InitTypes(PyInterpreterState *interp) _PyUnicode_InitTypes() argument
15614 _PyUnicode_ClearInterned(PyInterpreterState *interp) _PyUnicode_ClearInterned() argument
15943 init_stdio_encoding(PyInterpreterState *interp) init_stdio_encoding() argument
15956 init_fs_codec(PyInterpreterState *interp) init_fs_codec() argument
16012 PyInterpreterState *interp = tstate->interp; init_fs_encoding() local
16059 PyInterpreterState *interp = _PyInterpreterState_GET(); _PyUnicode_EnableLegacyWindowsFSEncoding() local
16092 _PyUnicode_FiniTypes(PyInterpreterState *interp) _PyUnicode_FiniTypes() argument
16134 _PyUnicode_Fini(PyInterpreterState *interp) _PyUnicode_Fini() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c431 struct lp_build_interp_soa_context *interp; member
454 struct lp_build_interp_soa_context *interp = fs_iface->interp; in fs_interp() local
618 generate_fs_loop(struct gallivm_state *gallivm, struct lp_fragment_shader *shader, const struct lp_fragment_shader_variant_key *key, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef sample_pos_array, LLVMValueRef num_loop, struct lp_build_interp_soa_context *interp, const struct lp_build_sampler_soa *sampler, const struct lp_build_image_soa *image, LLVMValueRef mask_store, LLVMValueRef (*out_color)[4], LLVMValueRef depth_base_ptr, LLVMValueRef depth_stride, LLVMValueRef depth_sample_stride, LLVMValueRef color_ptr_ptr, LLVMValueRef color_stride_ptr, LLVMValueRef color_sample_stride_ptr, LLVMValueRef facing, LLVMValueRef thread_data_ptr) generate_fs_loop() argument
3081 struct lp_build_interp_soa_context interp; generate_fragment() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2804 apply_sample_offset_func interp; in exec_declaration() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c3289 static LLVMValueRef lookup_interp_param(struct ac_nir_context *ctx, enum glsl_interp_mode interp, in lookup_interp_param() argument
/third_party/toybox/toys/pending/
H A Dawk.c4332 static int interp(int start, int *status) in interp() function
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp5157 TIntermAggregate* interp = new TIntermAggregate(EOpInterpolateAtOffset); in decomposeIntrinsic() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2896 translate_interpolation(const struct svga_shader_emitter_v10 *emit, enum tgsi_interpolate_mode interp, enum tgsi_interpolate_loc interpolate_loc) translate_interpolation() argument

Completed in 142 milliseconds

12345