Searched refs:select_id (Results 1 - 3 of 3) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Dbitvector.cc389 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
[all...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dbitvector.cc389 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
[all...]
/external/skia/bench/
H A Dbench_graph_svg.py472 def create_select(qualifier, lines, select_id=None):
485 if select_id is not None:
486 print 'id=%s' % qa(select_id)

Completed in 183 milliseconds