Searched refs:next_start (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | benchmark_test.cc | 327 auto next_start = program_name.copy(buffer_, program_name.length()); in ScopedCommandlineArgs() local 328 buffer_[next_start++] = '\0'; in ScopedCommandlineArgs() 332 argv_[i + 1] = buffer_ + next_start; in ScopedCommandlineArgs() 333 next_start += arg.copy(argv_[i + 1], arg.length()); in ScopedCommandlineArgs() 334 buffer_[next_start++] = '\0'; in ScopedCommandlineArgs()
|
/external/wpa_supplicant_8/src/ap/ |
D | gas_query_ap.c | 647 static int next_start = 0; in gas_query_new_dialog_token() local 652 gas, dst, (next_start + dialog_token) % 256)) in gas_query_new_dialog_token() 657 dialog_token = (next_start + dialog_token) % 256; in gas_query_new_dialog_token() 658 next_start = (dialog_token + 1) % 256; in gas_query_new_dialog_token()
|
/external/llvm-project/llvm/utils/benchmark/test/ |
D | output_test_helper.cc | 68 SizeT next_start = 0; in PerformSubstitutions() local 69 while ((pos = source.find(KV.first, next_start)) != std::string::npos) { in PerformSubstitutions() 70 next_start = pos + KV.second.size(); in PerformSubstitutions()
|
/external/libcxx/utils/google-benchmark/test/ |
D | output_test_helper.cc | 77 SizeT next_start = 0; in PerformSubstitutions() local 78 while ((pos = source.find(KV.first, next_start)) != std::string::npos) { in PerformSubstitutions() 79 next_start = pos + KV.second.size(); in PerformSubstitutions()
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | output_test_helper.cc | 77 SizeT next_start = 0; in PerformSubstitutions() local 78 while ((pos = source.find(KV.first, next_start)) != std::string::npos) { in PerformSubstitutions() 79 next_start = pos + KV.second.size(); in PerformSubstitutions()
|
/external/google-benchmark/test/ |
D | output_test_helper.cc | 82 SizeT next_start = 0; in PerformSubstitutions() local 83 while ((pos = source.find(KV.first, next_start)) != std::string::npos) { in PerformSubstitutions() 84 next_start = pos + KV.second.size(); in PerformSubstitutions()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_ui.py | 1268 for (curr_start, curr_end, curr_attrs), (next_start, _, _) in zip( 1284 if curr_end < next_start: 1286 all_segments.append((curr_end, next_start))
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 1347 FT_UInt next_end, next_start; in tt_cmap4_char_map_binary() local 1353 next_start = TT_PEEK_USHORT( p ); in tt_cmap4_char_map_binary() 1355 if ( charcode < next_start ) in tt_cmap4_char_map_binary() 1359 start = next_start; in tt_cmap4_char_map_binary()
|
/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie.cc | 2096 const Next *next_start = storage_->GetNext(node->next_index(), 0); in GetNextByChar() local 2097 const Next *next_end = next_start + (1 << node->log2_num_children()); in GetNextByChar() 2099 const Next *found = LowerBound(next_start, next_end, key_char); in GetNextByChar()
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 12213 …<var-decl name="next_start" type-id="7359adad" visibility="default" filepath="include/linux/dma-ma… 21866 …<var-decl name="next_start" type-id="7359adad" visibility="default" filepath="include/linux/dma-ma…
|
D | test-PR27569-v0.abi | 12213 …<var-decl name="next_start" type-id="7359adad" visibility="default" filepath="include/linux/dma-ma… 21858 …<var-decl name="next_start" type-id="7359adad" visibility="default" filepath="include/linux/dma-ma…
|