Searched refs:split_points (Results 1 - 2 of 2) sorted by relevance

/external/libtextclassifier/
H A Dfeature-processor.cc70 std::vector<UnicodeText::const_iterator> split_points; local
75 split_points.push_back(last_start);
82 split_points.push_back(last_start);
85 if (!split_points.empty()) {
88 if (split_points.back() != token_word.end()) {
89 split_points.push_back(token_word.end());
95 for (const auto& split_point : split_points) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp1686 bool split_points[reg_count]; local
1687 memset(split_points, 0, sizeof(split_points));
1694 split_points[reg + j] = true;
1701 split_points[reg + j] = true;
1710 split_points[reg + j] = false;
1716 split_points[reg + j] = false;
1727 assert(split_points[reg] == false);
1739 if (split_points[reg]) {

Completed in 302 milliseconds