HomeSort by relevance Sort by last modified time
    Searched defs:next_start (Results 1 - 10 of 10) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
output_test_helper.cc 58 SizeT next_start = 0; local
59 while ((pos = source.find(KV.first, next_start)) != std::string::npos) {
60 next_start = pos + KV.second.size();
  /external/google-benchmark/test/
output_test_helper.cc 68 SizeT next_start = 0; local
69 while ((pos = source.find(KV.first, next_start)) != std::string::npos) {
70 next_start = pos + KV.second.size();
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 68 SizeT next_start = 0; local
69 while ((pos = source.find(KV.first, next_start)) != std::string::npos) {
70 next_start = pos + KV.second.size();
  /external/wpa_supplicant_8/src/ap/
gas_query_ap.c 647 static int next_start = 0; local
652 gas, dst, (next_start + dialog_token) % 256))
657 dialog_token = (next_start + dialog_token) % 256;
658 next_start = (dialog_token + 1) % 256;
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 726 static int next_start = 0; local
731 gas, dst, (next_start + dialog_token) % 256))
736 dialog_token = (next_start + dialog_token) % 256;
737 next_start = (dialog_token + 1) % 256;
  /bootable/recovery/
screen_ui.cpp 385 size_t next_start = 0; local
386 while (next_start < line.size()) {
387 std::string sub = line.substr(next_start, text_cols_ + 1);
389 next_start += sub.size();
396 next_start += text_cols_;
399 next_start += last_space + 1;
  /external/freetype/src/sfnt/
ttcmap.c 1342 FT_UInt next_end, next_start; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf-eh-frame.c 1074 bfd_vma next_start; local
1085 next_start = text_sec->output_section->vma + text_sec->output_offset;
1086 if (end == next_start)
    [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.cc 2238 int next_start = table->GetRangeStart(current_exception_handler_); local
    [all...]
register-allocator.cc 2523 LifetimePosition next_start = interval->next()->start(); local
    [all...]

Completed in 445 milliseconds