| /third_party/lzma/C/ |
| H A D | XzDec.c | 267 Xz_StateCoder_Bc_SetFromMethod_Func(IStateCoder *p, UInt64 id, Xz_Func_BcFilterStateBase_Filter func, ISzAllocPtr alloc) Xz_StateCoder_Bc_SetFromMethod_Func() argument
|
| /third_party/libdrm/include/drm/ |
| H A D | mga_drm.h | 278 } func; member
|
| H A D | r128_drm.h | 230 } func; member 296 } func; member 319 } func; member
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-objects.c | 991 ecma_value_t func; in ecma_op_get_method() local 3065 ecma_value_t func in ecma_op_invoke() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader.cpp | 469 const nir_function *func = reinterpret_cast<const nir_function *>(exec_list_get_head_const(&nir->functions)); in process() local 495 bool Shader::scan_shader(const nir_function *func) in scan_shader() argument
|
| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| H A D | gtest-port.h | 1305 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) in ThreadWithParam() argument 1496 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) in ThreadWithParam() argument 1504 RunnableImpl(UserThreadFunc* func, T param) in RunnableImpl() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-debug.cc | 885 const wasm::WasmFunction& func = in FindNextBreakablePosition() local 924 const wasm::WasmFunction& func = module->functions[func_index]; in SetBreakPoint() local 971 const wasm::WasmFunction& func = module->functions[func_index]; in SetBreakPointForFunction() local 1196 const wasm::WasmFunction& func = functions[func_idx]; in GetPossibleBreakpoints() local [all...] |
| /third_party/node/src/ |
| H A D | node_api.cc | 202 ThreadSafeFunction(v8::Local<v8::Function> func, in ThreadSafeFunction() argument 960 jsvm_make_callback(JSVM_Env env, jsvm_async_context async_context, JSVM_Value recv, JSVM_Value func, size_t argc, const JSVM_Value* argv, JSVM_Value* result) jsvm_make_callback() argument 1304 jsvm_create_threadsafe_function(JSVM_Env env, JSVM_Value func, JSVM_Value async_resource, JSVM_Value async_resource_name, size_t max_queue_size, size_t initial_thread_count, void* thread_finalize_data, JSVM_Finalize thread_finalize_cb, void* context, jsvm_threadsafe_function_call_js call_js_cb, jsvm_threadsafe_function* result) jsvm_create_threadsafe_function() argument 1366 jsvm_get_threadsafe_function_context( jsvm_threadsafe_function func, void** result) jsvm_get_threadsafe_function_context() argument 1376 jsvm_call_threadsafe_function(jsvm_threadsafe_function func, void* data, jsvm_threadsafe_function_call_mode is_blocking) jsvm_call_threadsafe_function() argument 1385 jsvm_acquire_threadsafe_function(jsvm_threadsafe_function func) jsvm_acquire_threadsafe_function() argument 1390 jsvm_release_threadsafe_function( jsvm_threadsafe_function func, jsvm_threadsafe_function_release_mode mode) jsvm_release_threadsafe_function() argument 1397 jsvm_unref_threadsafe_function(JSVM_Env env, jsvm_threadsafe_function func) jsvm_unref_threadsafe_function() argument 1403 jsvm_ref_threadsafe_function(JSVM_Env env, jsvm_threadsafe_function func) jsvm_ref_threadsafe_function() argument [all...] |
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | fuse_lowlevel.c | 53 fuse_interrupt_func_t func; member 1212 void fuse_req_interrupt_func(fuse_req_t req, fuse_interrupt_func_t func, in fuse_req_interrupt_func() argument 1235 void (*func)(fuse_req_ member [all...] |
| /third_party/musl/src/network/ |
| H A D | lookup_name.c | 189 JudgeIpv6 func = load_ipv6_judger(); in IsIpv6Enable() local
|
| /third_party/node/deps/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 1333 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) in ThreadWithParam() argument 1528 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) in ThreadWithParam() argument 1535 RunnableImpl(UserThreadFunc* func, T param) : func_(func), param_(param) {} in RunnableImpl() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | astro.cpp | 733 SunTimeAngleFunc func; in getSunTime() local 762 RiseSetCoordFunc func; in getSunRiseSet() local 1249 MoonTimeAngleFunc func; in getMoonTime() local 1287 MoonRiseSetCoordFunc func; in getMoonRiseSet() local 1299 UDate CalendarAstronomer::timeOfAngle(AngleFunc& func, double desired, in timeOfAngle() argument 1367 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) riseOrSet() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | varray.c | 695 validate_array_format(struct gl_context *ctx, const char *func, in validate_array_format() argument 819 validate_array(struct gl_context *ctx, const char *func, struct gl_vertex_array_object *vao, struct gl_buffer_object *obj, GLuint attrib, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, GLboolean doubles, const GLvoid *ptr) validate_array() argument 877 validate_array_and_format(struct gl_context *ctx, const char *func, struct gl_vertex_array_object *vao, struct gl_buffer_object *obj, GLuint attrib, GLbitfield legalTypes, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, GLboolean doubles, GLenum format, const GLvoid *ptr) validate_array_and_format() argument 1925 enable_vertex_array_attrib(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint index, const char *func) enable_vertex_array_attrib() argument 2944 vertex_array_vertex_buffer(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint bindingIndex, GLuint buffer, GLintptr offset, GLsizei stride, bool no_error, const char *func) vertex_array_vertex_buffer() argument 2992 vertex_array_vertex_buffer_err(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint bindingIndex, GLuint buffer, GLintptr offset, GLsizei stride, const char *func) vertex_array_vertex_buffer_err() argument 3129 vertex_array_vertex_buffers(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides, bool no_error, const char *func) vertex_array_vertex_buffers() argument 3237 vertex_array_vertex_buffers_err(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides, const char *func) vertex_array_vertex_buffers_err() argument 3373 vertex_attrib_format(GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLboolean integer, GLboolean doubles, GLbitfield legalTypes, GLsizei sizeMax, GLuint relativeOffset, const char *func) vertex_attrib_format() argument 3466 vertex_array_attrib_format(GLuint vaobj, bool isExtDsa, GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLboolean integer, GLboolean doubles, GLbitfield legalTypes, GLsizei sizeMax, GLuint relativeOffset, const char *func) vertex_array_attrib_format() argument 3588 vertex_array_attrib_binding(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint attribIndex, GLuint bindingIndex, const char *func) vertex_array_attrib_binding() argument 3708 vertex_array_binding_divisor(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint bindingIndex, GLuint divisor, const char *func) vertex_array_binding_divisor() argument [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 277 Function *func; member in nv50_ir::RegAlloc 342 Function *func; member in nv50_ir::SpillCodeInserter 835 Function *func; global() member in nv50_ir::GCRA [all...] |
| H A D | nv50_ir_emit_gk110.cpp | 2784 CodeEmitterGK110::prepareEmission(Function *func) in prepareEmission() argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.h | 349 void (*func)(struct nvc0_context *); member
|
| /third_party/libdrm/ |
| H A D | xf86drmMode.c | 871 int domain, bus, dev, func; in drmCheckModesettingSupported() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| H A D | code-generator-arm64.cc | 772 Register func = i.InputRegister(0); in AssembleArchInstruction() local 843 Register func = i.InputRegister(0); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| H A D | code-generator-mips64.cc | 656 Register func = i.InputRegister(0); in AssembleArchInstruction() local 738 Register func = i.InputRegister(0); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | code-generator-ppc.cc | 899 Register func = i.InputRegister(0); in AssembleArchInstruction() local 999 Register func = i.InputRegister(0); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | code-generator-ia32.cc | 780 Register func = i.InputRegister(0); in AssembleArchInstruction() local 854 Register func = i.InputRegister(0); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | code-generator-mips.cc | 690 Register func = i.InputRegister(0); in AssembleArchInstruction() local 775 Register func = i.InputRegister(0); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| H A D | code-generator-loong64.cc | 637 Register func = i.InputRegister(0); in AssembleArchInstruction() local 716 Register func = i.InputRegister(0); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| H A D | code-generator-riscv64.cc | 708 Register func = i.InputOrZeroRegister(0); in AssembleArchInstruction() local 777 Register func = i.InputOrZeroRegister(0); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-interface.cc | 733 const i::wasm::WasmFunction& func = module->functions[function_index]; in GetFunctionRange() local 759 const i::wasm::WasmFunction& func = module->functions[function_index]; in GetFunctionHash() local [all...] |