Home
last modified time | relevance | path

Searched defs:func (Results 701 - 725 of 1125) sorted by relevance

1...<<21222324252627282930>>...45

/third_party/backends/backend/
H A Dmustek_pp.h174 Mustek_pp_Functions *func; member
/third_party/icu/icu4c/source/test/cintltst/
H A Didnatest.c74 testAPI(const UChar* src, const UChar* expected, const char* testName, UBool useSTD3ASCIIRules,UErrorCode expectedStatus, UBool doCompare, UBool testUnassigned, TestFunc func) testAPI() argument
435 TestFunc func = uidna_toASCII; TestToASCII() local
449 TestFunc func = uidna_toUnicode; TestToUnicode() local
466 TestFunc func = uidna_IDNToUnicode; TestIDNToUnicode() local
495 TestFunc func=uidna_IDNToASCII; TestIDNToASCII() local
519 testCompareWithSrc(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) testCompareWithSrc() argument
571 CompareFunc func = uidna_compare; TestCompare() local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_config.c726 struct function_instance *func = container_of(obj, struct function_instance, obj); in func_inst_init() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp390 nir_function_impl* func = nir_shader_get_entrypoint(nir); in setup_nir() local
/third_party/libdrm/include/drm/
H A Dsavage_drm.h83 } func; member
/third_party/jinja2/
H A Dfilters.py1325 def func(x: V) -> V: global() function
1725 def func(item: t.Any) -> t.Any: global() function
1758 def func(item: t.Any) -> t.Any: global() function
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-promise-object.c818 ecma_value_t func = ecma_op_object_get (ecma_get_object_from_value (capability), property_str_p); in ecma_promise_reject_or_resolve() local
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c122 compress_func func; member
467 compress_func func; local
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_types.h260 const SSL_METHOD_FUNC *func; member
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c430 int (*func)(struct vc4_exec_info *exec, void *validated, member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_sf.c31 struct brw_codegen func; member
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c623 unsigned func, zFailOp, zPassOp, failOp; in depth_stencil_test_quad() local
354 do_stencil_test(struct depth_data *data, unsigned func, unsigned ref, unsigned valMask) do_stencil_test() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c296 blend_op(enum pipe_blend_func func) in blend_op() argument
309 logic_op(enum pipe_logicop func) in logic_op() argument
438 compare_op(enum pipe_compare_func func) in compare_op() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.h188 ShaderBlocks& func() { return m_root; } in func() function in r600::Shader
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c144 compress_func func; member
626 compress_func func; local
/third_party/node/deps/v8/third_party/jinja2/
H A Dfilters.py1283 def func(item): global() function
1311 def func(item): global() function
[all...]
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_preinit.c177 static bool init_malloc_function(void* malloc_shared_library_handler, MallocMallocType* func, const char* prefix) in init_malloc_function() argument
188 static bool init_free_function(void* malloc_shared_library_handler, MallocFreeType* func, const char* prefix) in init_free_function() argument
199 static bool init_mmap_function(void* malloc_shared_library_handler, MallocMmapType* func, const char* prefix) in init_mmap_function() argument
210 static bool init_munmap_function(void* malloc_shared_library_handler, MallocMunmapType* func, cons argument
221 init_memtrace_function(void* malloc_shared_library_handler, MemTrace* func, const char* prefix) init_memtrace_function() argument
232 init_calloc_function(void* malloc_shared_library_handler, MallocCallocType* func, const char* prefix) init_calloc_function() argument
243 init_realloc_function(void* malloc_shared_library_handler, MallocReallocType* func, const char* prefix) init_realloc_function() argument
254 init_malloc_usable_size_function(void* malloc_shared_library_handler, MallocMallocUsableSizeType* func, const char* prefix) init_malloc_usable_size_function() argument
265 init_prctl_function(void* malloc_shared_library_handler, MallocPrctlType* func, const char* prefix) init_prctl_function() argument
276 init_aligned_alloc_function(void* malloc_shared_library_handler, MallocAlignedAllocType* func, const char* prefix) init_aligned_alloc_function() argument
[all...]
/third_party/musl/src/hook/linux/
H A Dmusl_preinit.c192 static bool init_malloc_function(void* malloc_shared_library_handler, MallocMallocType* func, const char* prefix) in init_malloc_function() argument
203 static bool init_free_function(void* malloc_shared_library_handler, MallocFreeType* func, const char* prefix) in init_free_function() argument
214 static bool init_mmap_function(void* malloc_shared_library_handler, MallocMmapType* func, const char* prefix) in init_mmap_function() argument
225 static bool init_munmap_function(void* malloc_shared_library_handler, MallocMunmapType* func, cons argument
236 init_memtrace_function(void* malloc_shared_library_handler, MemTrace* func, const char* prefix) init_memtrace_function() argument
247 init_calloc_function(void* malloc_shared_library_handler, MallocCallocType* func, const char* prefix) init_calloc_function() argument
258 init_realloc_function(void* malloc_shared_library_handler, MallocReallocType* func, const char* prefix) init_realloc_function() argument
269 init_malloc_usable_size_function(void* malloc_shared_library_handler, MallocMallocUsableSizeType* func, const char* prefix) init_malloc_usable_size_function() argument
280 init_prctl_function(void* malloc_shared_library_handler, MallocPrctlType* func, const char* prefix) init_prctl_function() argument
291 init_aligned_alloc_function(void* malloc_shared_library_handler, MallocAlignedAllocType* func, const char* prefix) init_aligned_alloc_function() argument
[all...]
/third_party/nghttp2/examples/
H A Dclient.c140 static void dief(const char *func, const char *msg) { in dief() argument
150 static void diec(const char *func, int error_code) { in diec() argument
/third_party/mesa3d/src/mesa/main/
H A Dexternalobjects.c189 const char *func = "glCreateMemoryObjectsEXT"; in _mesa_CreateMemoryObjectsEXT() local
238 const char *func = "glMemoryObjectParameterivEXT"; in _mesa_MemoryObjectParameterivEXT() local
278 const char *func in _mesa_GetMemoryObjectParameterivEXT() local
306 lookup_memory_object_err(struct gl_context *ctx, unsigned memory, const char* func) lookup_memory_object_err() argument
331 texstorage_memory(GLuint dims, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, const char *func) texstorage_memory() argument
375 texstorage_memory_ms(GLuint dims, GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset, const char* func) texstorage_memory_ms() argument
407 texturestorage_memory(GLuint dims, GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, const char *func) texturestorage_memory() argument
451 texturestorage_memory_ms(GLuint dims, GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset, const char* func) texturestorage_memory_ms() argument
766 const char *func = "glGenSemaphoresEXT"; _mesa_GenSemaphoresEXT() local
800 const char *func = "glDeleteSemaphoresEXT"; _mesa_DeleteSemaphoresEXT() local
856 semaphore_parameter_stub(const char* func, GLenum pname) semaphore_parameter_stub() argument
866 const char *func = "glSemaphoreParameterui64vEXT"; _mesa_SemaphoreParameterui64vEXT() local
898 const char *func = "glGetSemaphoreParameterui64vEXT"; _mesa_GetSemaphoreParameterui64vEXT() local
936 const char *func = "glWaitSemaphoreEXT"; _mesa_WaitSemaphoreEXT() local
996 const char *func = "glSignalSemaphoreEXT"; _mesa_SignalSemaphoreEXT() local
1051 const char *func = "glImportMemoryFdEXT"; _mesa_ImportMemoryFdEXT() local
1079 const char *func = "glImportMemoryWin32HandleEXT"; _mesa_ImportMemoryWin32HandleEXT() local
1110 const char *func = "glImportMemoryWin32NameEXT"; _mesa_ImportMemoryWin32NameEXT() local
1140 const char *func = "glImportSemaphoreFdEXT"; _mesa_ImportSemaphoreFdEXT() local
1176 const char *func = "glImportSemaphoreWin32HandleEXT"; _mesa_ImportSemaphoreWin32HandleEXT() local
1220 const char *func = "glImportSemaphoreWin32HandleEXT"; _mesa_ImportSemaphoreWin32NameEXT() local
[all...]
H A Dtransformfeedback.c1056 const char* func; in create_transform_feedbacks() local
691 lookup_transform_feedback_object_err(struct gl_context *ctx, GLuint xfb, const char* func) lookup_transform_feedback_object_err() argument
712 lookup_transform_feedback_bufferobj_err(struct gl_context *ctx, GLuint buffer, const char* func, bool *error) lookup_transform_feedback_bufferobj_err() argument
[all...]
H A Des1_conversion.c25 _mesa_AlphaFuncx(GLenum func, GLclampx ref) in _mesa_AlphaFuncx() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.h83 unsigned func:3; /**< depth test func (PIPE_FUNC_x) */ member
94 unsigned func:3; member
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h139 StringPerfFunction(ICUStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) in StringPerfFunction() argument
163 StringPerfFunction(StdStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) in StringPerfFunction() argument
186 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() argument
208 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() argument
/third_party/libexif/libexif/
H A Dexif-data.c1707 exif_data_foreach_content (ExifData *data, ExifDataForeachContentFunc func, in exif_data_foreach_content() argument

Completed in 33 milliseconds

1...<<21222324252627282930>>...45