Lines Matching defs:start
2776 uint32_t start = 0;
2780 while (cur_path[start] != '\0') {
2781 while (cur_path[start] == PATH_SEPARATOR) {
2782 start++;
2784 stop = start;
2788 const size_t s = stop - start;
2790 memcpy(cur_write, &cur_path[start], s);
2808 start = stop;
6073 uint32_t start = found_count;
6074 for (uint32_t new_idx = start; new_idx < new_count; ++new_idx) {