/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_function.cpp | 203 int num_matches, in is_best_inexact_overload() 222 other < matches + num_matches; other++) { in is_best_inexact_overload() 264 int num_matches) in choose_best_inexact_overload() 266 if (num_matches == 0) in choose_best_inexact_overload() 269 if (num_matches == 1) in choose_best_inexact_overload() 280 for (ir_function_signature **sig = matches; sig < matches + num_matches; sig++) { in choose_best_inexact_overload() 281 if (is_best_inexact_overload(actual_parameters, matches, num_matches, *sig)) in choose_best_inexact_overload() 201 is_best_inexact_overload(const exec_list *actual_parameters, ir_function_signature **matches, int num_matches, ir_function_signature *sig) is_best_inexact_overload() argument 261 choose_best_inexact_overload(_mesa_glsl_parse_state *state, const exec_list *actual_parameters, ir_function_signature **matches, int num_matches) choose_best_inexact_overload() argument
|
H A D | gl_nir_link_varyings.c | 1031 unsigned num_matches; member 1169 vm->num_matches = 0; in init_varying_matches() 1345 if (vm->num_matches == vm->matches_capacity) { in varying_matches_record() 1375 vm->matches[vm->num_matches].packing_class in varying_matches_record() 1377 vm->matches[vm->num_matches].packing_order in varying_matches_record() 1380 vm->matches[vm->num_matches].producer_var = producer_var; in varying_matches_record() 1381 vm->matches[vm->num_matches].consumer_var = consumer_var; in varying_matches_record() 1382 vm->num_matches++; in varying_matches_record() 1415 qsort(vm->matches, vm->num_matches, sizeof(*vm->matches), in varying_matches_assign_locations() 1419 qsort(vm->matches, vm->num_matches, sizeo in varying_matches_assign_locations() [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | backward_references_hq.c | 406 const int* starting_dist_cache, const size_t num_matches, in UpdateNodes() 508 for (j = 0; j < num_matches; ++j) { in UpdateNodes() 619 const ZopfliCostModel* model, const uint32_t* num_matches, in ZopfliIterate() 633 num_matches[i], &matches[cur_match_pos], model, &queue, nodes); in ZopfliIterate() 635 cur_match_pos += num_matches[i]; in ZopfliIterate() 636 if (num_matches[i] == 1 && in ZopfliIterate() 648 cur_match_pos += num_matches[i]; in ZopfliIterate() 686 size_t num_matches; in BrotliZopfliComputeShortestPath() local 687 num_matches = FindAllMatchesH10(&hasher->privat._H10, in BrotliZopfliComputeShortestPath() 691 if (num_matches > in BrotliZopfliComputeShortestPath() 402 UpdateNodes( const size_t num_bytes, const size_t block_start, const size_t pos, const uint8_t* ringbuffer, const size_t ringbuffer_mask, const BrotliEncoderParams* params, const size_t max_backward_limit, const int* starting_dist_cache, const size_t num_matches, const BackwardMatch* matches, const ZopfliCostModel* model, StartPosQueue* queue, ZopfliNode* nodes) UpdateNodes() argument 616 ZopfliIterate(size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, const BrotliEncoderParams* params, const size_t gap, const int* dist_cache, const ZopfliCostModel* model, const uint32_t* num_matches, const BackwardMatch* matches, ZopfliNode* nodes) ZopfliIterate() argument 746 uint32_t* num_matches = BROTLI_ALLOC(m, uint32_t, num_bytes); BrotliCreateHqZopfliBackwardReferences() local [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | backward_references_hq.c | 406 const int* starting_dist_cache, const size_t num_matches, in UpdateNodes() 508 for (j = 0; j < num_matches; ++j) { in UpdateNodes() 619 const ZopfliCostModel* model, const uint32_t* num_matches, in ZopfliIterate() 633 num_matches[i], &matches[cur_match_pos], model, &queue, nodes); in ZopfliIterate() 635 cur_match_pos += num_matches[i]; in ZopfliIterate() 636 if (num_matches[i] == 1 && in ZopfliIterate() 648 cur_match_pos += num_matches[i]; in ZopfliIterate() 686 size_t num_matches; in BrotliZopfliComputeShortestPath() local 687 num_matches = FindAllMatchesH10(&hasher->privat._H10, in BrotliZopfliComputeShortestPath() 691 if (num_matches > in BrotliZopfliComputeShortestPath() 402 UpdateNodes( const size_t num_bytes, const size_t block_start, const size_t pos, const uint8_t* ringbuffer, const size_t ringbuffer_mask, const BrotliEncoderParams* params, const size_t max_backward_limit, const int* starting_dist_cache, const size_t num_matches, const BackwardMatch* matches, const ZopfliCostModel* model, StartPosQueue* queue, ZopfliNode* nodes) UpdateNodes() argument 616 ZopfliIterate(size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, const BrotliEncoderParams* params, const size_t gap, const int* dist_cache, const ZopfliCostModel* model, const uint32_t* num_matches, const BackwardMatch* matches, ZopfliNode* nodes) ZopfliIterate() argument 746 uint32_t* num_matches = BROTLI_ALLOC(m, uint32_t, num_bytes); BrotliCreateHqZopfliBackwardReferences() local [all...] |
/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental.cc | 237 int num_matches = in Exec() local 241 if (num_matches > 0) { in Exec() 242 DCHECK_EQ(num_matches, 1); in Exec() 250 } else if (num_matches == 0) { in Exec() 253 DCHECK_LT(num_matches, 0); in Exec() 302 int num_matches = OneshotExecRaw(isolate, regexp, subject, output_registers, in OneshotExec() local 305 if (num_matches > 0) { in OneshotExec() 306 DCHECK_EQ(num_matches, 1); in OneshotExec() 314 } else if (num_matches == 0) { in OneshotExec() 317 DCHECK_LT(num_matches, in OneshotExec() [all...] |
/third_party/backends/sanei/ |
H A D | sanei_constrain_value.c | 166 int i, k, num_matches, match; in sanei_constrain_value() local 265 num_matches = 0; in sanei_constrain_value() 280 ++num_matches; in sanei_constrain_value() 283 if (num_matches > 1) in sanei_constrain_value() 285 else if (num_matches == 1) in sanei_constrain_value()
|
H A D | sanei_scsi.c | 3376 cdm.num_matches = 0; in cam_compare_inquiry() 3408 if (cdm.num_matches == 0) in cam_compare_inquiry() 3462 cdm.num_matches = 0; in sanei_scsi_find_devices() 3508 for (i = 0; i < cdm.num_matches; i++) in sanei_scsi_find_devices()
|
/third_party/glfw/deps/ |
H A D | getopt.c | 162 int num_matches = 0; in getopt_long() local 182 ++num_matches; in getopt_long() 186 if (num_matches == 1) { in getopt_long()
|
/third_party/python/Modules/ |
H A D | readline.c | 78 int num_matches, int max_length); 1051 int num_matches, int max_length) in on_completion_display_matches_hook() 1056 m = PyList_New(num_matches); in on_completion_display_matches_hook() 1059 for (i = 0; i < num_matches; i++) { in on_completion_display_matches_hook() 1050 on_completion_display_matches_hook(char **matches, int num_matches, int max_length) on_completion_display_matches_hook() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
H A D | rc_test_helpers.c | 85 int num_matches) in regex_helper() 99 err_code = regexec(®ex, search_str, num_matches, matches, 0); in regex_helper() 101 for (i = 0; i < num_matches; i++) { in regex_helper() 81 regex_helper( const char * regex_str, const char * search_str, regmatch_t * matches, int num_matches) regex_helper() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deshake_opencl.c | 128 int num_matches; member 1546 if (deshake_ctx->debug_on && !deshake_ctx->is_yuv && debug_matches.num_matches > 0) { in filter_frame() 1550 debug_matches.num_matches * sizeof(MotionVector), in filter_frame() 1583 (size_t[]){ debug_matches.num_matches }, in filter_frame() 1986 debug_matches.num_matches = num_vectors; in queue_frame()
|
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 705 size_t num_matches = 0; in DoReplaceMatchesAfterOffset() local 709 ++num_matches; in DoReplaceMatchesAfterOffset() 728 if (!--num_matches) in DoReplaceMatchesAfterOffset()
|
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_dri.c | 315 struct dri_extension_match *matches, size_t num_matches, in dri_bind_extensions() 322 for (size_t j = 0; j < num_matches; j++) { in dri_bind_extensions() 331 for (size_t j = 0; j < num_matches; j++) { in dri_bind_extensions() 314 dri_bind_extensions(struct gbm_dri_device *dri, struct dri_extension_match *matches, size_t num_matches, const __DRIextension **extensions) dri_bind_extensions() argument
|
/third_party/backends/backend/ |
H A D | nec.c | 1325 int i, num_matches, match; in clip_value() local 1368 num_matches = 0; in clip_value() 1382 ++num_matches; in clip_value() 1385 if (num_matches > 1) in clip_value() 1389 else if (num_matches == 1) in clip_value()
|
H A D | sharp.c | 1686 int i, num_matches, match; in clip_value() local 1729 num_matches = 0; in clip_value() 1743 ++num_matches; in clip_value() 1746 if (num_matches > 1) in clip_value() 1750 else if (num_matches == 1) in clip_value()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 4609 num_matches: ::c_int, in devstat_selectdevs() 4619 num_matches: *mut ::c_int, in devstat_buildmatch()
|