Searched refs:temp_count (Results 1 - 7 of 7) sorted by relevance
/external/marisa-trie/lib/marisa/ |
H A D | trie-search.cc | 560 UInt32 temp_count = count; local 562 key_ids.insert(temp_count, key_id); 563 if (++temp_count >= max_num_results) { 569 UInt32 temp_count = count; local 573 keys.insert(temp_count, key); 574 if (++temp_count >= max_num_results) {
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
H A D | trie-search.cc | 583 UInt32 temp_count = count; local 585 key_ids.insert(temp_count, key_id); 586 if (++temp_count >= max_num_results) { 592 UInt32 temp_count = count; local 596 keys.insert(temp_count, key); 597 if (++temp_count >= max_num_results) {
|
/external/qemu/tcg/ |
H A D | tcg.h | 315 int64_t temp_count; member in struct:TCGContext
|
H A D | tcg.c | 2184 s->temp_count += s->nb_temps; 2234 (double)s->temp_count / s->tb_count : 0,
|
/external/v8/src/ |
H A D | liveobjectlist.cc | 1995 static int temp_count = 0; local 2005 OS::SNPrintF(temp_filename, "%s/lol-print-%d", path_prefix, ++temp_count); 2114 static int temp_count = 0; local 2120 OS::SNPrintF(temp_filename, "%s/lol-getpath-%d", path_prefix, ++temp_count);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
H A D | r300_emit.c | 1006 unsigned temp_count = MAX2(code->num_temporaries, 1); local 1010 unsigned pvs_num_controllers = MIN2(vtx_mem_size / temp_count, 5);
|
/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_emit.c | 1006 unsigned temp_count = MAX2(code->num_temporaries, 1); local 1010 unsigned pvs_num_controllers = MIN2(vtx_mem_size / temp_count, 5);
|
Completed in 275 milliseconds