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

  /external/marisa-trie/lib/marisa/
bitvector.cc 389 UInt32 select_id = i / 512; local
390 MARISA_DEBUG_IF((select_id + 1) >= select0s_.size(), MARISA_PARAM_ERROR);
392 return select0s_[select_id];
394 UInt32 begin = select0s_[select_id] / 512;
395 UInt32 end = (select0s_[select_id + 1] + 511) / 512;
473 UInt32 select_id = i / 512; local
474 MARISA_DEBUG_IF((select_id + 1) >= select1s_.size(), MARISA_PARAM_ERROR);
476 return select1s_[select_id];
478 UInt32 begin = select1s_[select_id] / 512;
479 UInt32 end = (select1s_[select_id + 1] + 511) / 512
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
bitvector.cc 389 UInt32 select_id = i / 512; local
390 MARISA_ALPHA_DEBUG_IF((select_id + 1) >= select0s_.size(),
393 return select0s_[select_id];
395 UInt32 begin = select0s_[select_id] / 512;
396 UInt32 end = (select0s_[select_id + 1] + 511) / 512;
474 UInt32 select_id = i / 512; local
475 MARISA_ALPHA_DEBUG_IF((select_id + 1) >= select1s_.size(),
478 return select1s_[select_id];
480 UInt32 begin = select1s_[select_id] / 512;
481 UInt32 end = (select1s_[select_id + 1] + 511) / 512
    [all...]
  /external/skia/bench/
bench_graph_svg.py 571 def create_select(qualifier, lines, select_id=None):
584 if select_id is not None:
585 print 'id=%s' % qa(select_id)
    [all...]

Completed in 117 milliseconds