Home
last modified time | relevance | path

Searched refs:stack_pos (Results 1 – 6 of 6) sorted by relevance

/external/marisa-trie/lib/marisa/
Dtrie-inline.h261 std::size_t stack_pos = 1; in predict_callback_() local
262 while (stack_pos != 0) { in predict_callback_()
263 Cell &cur = stack[stack_pos - 1]; in predict_callback_()
266 --stack_pos; in predict_callback_()
287 if (stack_pos == stack.size()) { in predict_callback_()
293 stack[stack_pos].set_length(key.length()); in predict_callback_()
294 stack[stack_pos - 1].set_node(stack[stack_pos - 1].node() + 1); in predict_callback_()
295 ++stack_pos; in predict_callback_()
Dtrie-search.cc624 std::size_t stack_pos = 1; in predict_depth_first_() local
625 while (stack_pos != 0) { in predict_depth_first_()
626 Cell &cur = stack[stack_pos - 1]; in predict_depth_first_()
629 --stack_pos; in predict_depth_first_()
642 if (stack_pos == stack.size()) { in predict_depth_first_()
648 stack[stack_pos - 1].set_node(stack[stack_pos - 1].node() + 1); in predict_depth_first_()
649 ++stack_pos; in predict_depth_first_()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-inline.h266 std::size_t stack_pos = 1; in predict_callback_() local
267 while (stack_pos != 0) { in predict_callback_()
268 Cell &cur = stack[stack_pos - 1]; in predict_callback_()
271 --stack_pos; in predict_callback_()
292 if (stack_pos == stack.size()) { in predict_callback_()
298 stack[stack_pos].set_length(key.length()); in predict_callback_()
299 stack[stack_pos - 1].set_node(stack[stack_pos - 1].node() + 1); in predict_callback_()
300 ++stack_pos; in predict_callback_()
Dtrie-search.cc651 std::size_t stack_pos = 1; in predict_depth_first_() local
652 while (stack_pos != 0) { in predict_depth_first_()
653 Cell &cur = stack[stack_pos - 1]; in predict_depth_first_()
656 --stack_pos; in predict_depth_first_()
669 if (stack_pos == stack.size()) { in predict_depth_first_()
675 stack[stack_pos - 1].set_node(stack[stack_pos - 1].node() + 1); in predict_depth_first_()
676 ++stack_pos; in predict_depth_first_()
/external/v8/src/
Dprofile-generator.cc625 for (const Address* stack_pos = sample.stack, in RecordTickSample() local
626 *stack_end = stack_pos + sample.frames_count; in RecordTickSample()
627 stack_pos != stack_end; in RecordTickSample()
628 ++stack_pos) { in RecordTickSample()
629 *entry++ = code_map_.FindEntry(*stack_pos); in RecordTickSample()
/external/marisa-trie/
Dandroid_diff.txt388 ++stack_pos;
493 ++stack_pos;