HomeSort by relevance Sort by last modified time
    Searched refs:temp_count (Results 1 - 11 of 11) sorted by null

  /external/marisa-trie/lib/marisa/
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/
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/
tcg.h 315 int64_t temp_count; member in struct:TCGContext
tcg.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 346 unsigned long temp_count = 0; local
352 temp_count = m_sInput_buff_property.actualcount;
359 m_sInput_buff_property.actualcount = temp_count;
369 temp_count = m_sOutput_buff_property.actualcount;
376 m_sOutput_buff_property.actualcount = temp_count;
    [all...]
video_encoder_device_copper.cpp 469 unsigned long temp_count = 0; local
475 temp_count = m_sInput_buff_property.actualcount;
480 m_sInput_buff_property.actualcount = temp_count;
490 temp_count = m_sOutput_buff_property.actualcount;
495 m_sOutput_buff_property.actualcount = temp_count;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 345 unsigned long temp_count = 0; local
349 temp_count = m_sInput_buff_property.actualcount;
356 m_sInput_buff_property.actualcount = temp_count;
364 temp_count = m_sOutput_buff_property.actualcount;
371 m_sOutput_buff_property.actualcount = temp_count;
    [all...]
video_encoder_device_v4l2.cpp 774 unsigned long temp_count = 0; local
778 temp_count = m_sInput_buff_property.actualcount;
784 temp_count = m_sOutput_buff_property.actualcount;
    [all...]
  /external/v8/src/
liveobjectlist.cc 1995 static int temp_count = 0; local
2114 static int temp_count = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 1006 unsigned temp_count = MAX2(code->num_temporaries, 1); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 1006 unsigned temp_count = MAX2(code->num_temporaries, 1); local
    [all...]

Completed in 276 milliseconds