/external/brotli/enc/ |
backward_references_hq.c | 376 const int* starting_dist_cache, const size_t num_matches, 464 for (j = 0; j < num_matches; ++j) { 577 const uint32_t* num_matches, 590 num_matches[i], &matches[cur_match_pos], model, &queue, nodes); 592 cur_match_pos += num_matches[i]; 593 if (num_matches[i] == 1 && 605 cur_match_pos += num_matches[i]; 642 size_t num_matches = FindAllMatchesH10(hasher, dictionary, ringbuffer, local 645 if (num_matches > 0 && 646 BackwardMatchLength(&matches[num_matches - 1]) > max_zopfli_len) 702 uint32_t* num_matches = BROTLI_ALLOC(m, uint32_t, num_bytes); local [all...] |
hash_to_binary_tree_inc.h | 195 Sets *num_matches to the number of matches found, and stores the found 196 matches in matches[0] to matches[*num_matches - 1]. The matches will be
|
/external/mesa3d/src/compiler/glsl/ |
ir_function.cpp | 202 int num_matches, 221 other < matches + num_matches; other++) { 263 int num_matches) 265 if (num_matches == 0) 268 if (num_matches == 1) 278 for (ir_function_signature **sig = matches; sig < matches + num_matches; sig++) { 279 if (is_best_inexact_overload(actual_parameters, matches, num_matches, *sig))
|
link_varyings.cpp | 1306 unsigned num_matches; member in class:__anon27338::varying_matches [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
readline.c | 69 int num_matches, int max_length);
757 int num_matches, int max_length)
764 m = PyList_New(num_matches);
767 for (i = 0; i < num_matches; i++) {
|
/external/python/cpython2/Modules/ |
readline.c | 72 int num_matches, int max_length); 781 int num_matches, int max_length) 788 m = PyList_New(num_matches); 791 for (i = 0; i < num_matches; i++) { [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
rc_test_helpers.c | 85 int num_matches) 99 err_code = regexec(®ex, search_str, num_matches, matches, 0); 101 for (i = 0; i < num_matches; i++) {
|
/external/webrtc/webrtc/p2p/base/ |
dtlstransportchannel_unittest.cc | 316 int num_matches = 0; local 319 ++num_matches; 322 return (num_matches < ((static_cast<int>(size) - 5) / 10)); [all...] |