Home
last modified time | relevance | path

Searched defs:compare_func (Results 1 - 25 of 25) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-sort.c28 ecma_builtin_helper_array_to_heap(ecma_value_t *array_p, uint32_t index, uint32_t right, ecma_value_t compare_func, const ecma_builtin_helper_sort_compare_fn_t sort_cb) ecma_builtin_helper_array_to_heap() argument
111 ecma_builtin_helper_array_heap_sort_helper(ecma_value_t *array_p, uint32_t right, ecma_value_t compare_func, const ecma_builtin_helper_sort_compare_fn_t sort_cb) ecma_builtin_helper_array_heap_sort_helper() argument
H A Decma-builtin-array-prototype.c1004 ecma_builtin_array_prototype_object_sort_compare_helper(ecma_value_t lhs, ecma_value_t rhs, ecma_value_t compare_func) ecma_builtin_array_prototype_object_sort_compare_helper() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex_shadow.c71 enum compare_func *compare_func; member
141 nir_lower_tex_shadow(nir_shader *s, unsigned n_states, enum compare_func *compare_func, nir_lower_tex_shadow_swizzle *tex_swizzles) nir_lower_tex_shadow() argument
/third_party/pulseaudio/src/pulsecore/
H A Dhashmap.c45 pa_compare_func_t compare_func; member
58 pa_hashmap *pa_hashmap_new_full(pa_hash_func_t hash_func, pa_compare_func_t compare_func, pa_free_cb_t key_free_func, pa_free_cb_t value_free_func) { in pa_hashmap_new_full() argument
75 pa_hashmap *pa_hashmap_new(pa_hash_func_t hash_func, pa_compare_func_t compare_func) { in pa_hashmap_new() argument
H A Didxset.c48 pa_compare_func_t compare_func; member
83 pa_idxset* pa_idxset_new(pa_hash_func_t hash_func, pa_compare_func_t compare_func) { in pa_idxset_new() argument
H A Ddatabase-simple.c58 static int compare_func(const void *a, const void *b) { in compare_func() function
/third_party/python/Include/internal/
H A Dpycore_hashtable.h67 _Py_hashtable_compare_func compare_func; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c166 uint8 compare_func; in define_sampler_state_object() local
H A Dsvga_shader.h135 unsigned compare_func:3; member
H A Dsvga_tgsi_insn.c1436 emit_conditional(struct svga_shader_emitter *emit, enum pipe_compare_func compare_func, SVGA3dShaderDestToken dst, struct src_register src0, struct src_register src1, struct src_register pass, struct src_register fail) emit_conditional() argument
1517 emit_select(struct svga_shader_emitter *emit, enum pipe_compare_func compare_func, SVGA3dShaderDestToken dst, struct src_register src0, struct src_register src1 ) emit_select() argument
H A Dsvga_context.h238 unsigned compare_func:3; member
H A Dsvga_tgsi_vgpu10.c8472 SVGA3dCmpFunc compare_func = emit->key.tex[swz->unit].compare_func + 1; in end_tex_swizzle() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h475 translate_texture_compare(enum pipe_compare_func compare_func) in translate_texture_compare() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog.c127 rc_compare_func compare_func = RC_COMPARE_FUNC_NEVER; in r500_transform_IF() local
/third_party/python/Python/
H A Dhashtable.c316 _Py_hashtable_new_full(_Py_hashtable_hash_func hash_func, _Py_hashtable_compare_func compare_func, _Py_hashtable_destroy_func key_destroy_func, _Py_hashtable_destroy_func value_destroy_func, _Py_hashtable_allocator_t *allocator) _Py_hashtable_new_full() argument
363 _Py_hashtable_new(_Py_hashtable_hash_func hash_func, _Py_hashtable_compare_func compare_func) _Py_hashtable_new() argument
/third_party/curl/lib/
H A Dhttp_aws_sigv4.c415 static int compare_func(const void *a, const void *b) in compare_func() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c1396 ecma_builtin_typedarray_prototype_sort_compare_helper(ecma_value_t lhs, ecma_value_t rhs, ecma_value_t compare_func) ecma_builtin_typedarray_prototype_sort_compare_helper() argument
1488 ecma_builtin_typedarray_prototype_sort(ecma_value_t this_arg, ecma_value_t compare_func) ecma_builtin_typedarray_prototype_sort() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h202 unsigned compare_func:3; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.h111 enum pipe_compare_func compare_func; member
/third_party/python/Modules/
H A D_tracemalloc.c245 hashtable_new(_Py_hashtable_hash_func hash_func, _Py_hashtable_compare_func compare_func, _Py_hashtable_destroy_func key_destroy_func, _Py_hashtable_destroy_func value_destroy_func) hashtable_new() argument
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h427 unsigned compare_func:3; /**< PIPE_FUNC_x */ member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.h310 unsigned compare_func:3; member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.h493 spvc_msl_sampler_compare_func compare_func; member
H A Dspirv_msl.hpp205 MSLSamplerCompareFunc compare_func = MSL_SAMPLER_COMPARE_FUNC_NEVER; member
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h1092 enum compare_func enum

Completed in 52 milliseconds