Home
last modified time | relevance | path

Searched refs:next_start (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dgas_query_ap.c647 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/google-benchmark/test/
Doutput_test_helper.cc68 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/
Doutput_test_helper.cc68 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/wpa_supplicant_8/wpa_supplicant/
Dgas_query.c726 static int next_start = 0; in gas_query_new_dialog_token() local
731 gas, dst, (next_start + dialog_token) % 256)) in gas_query_new_dialog_token()
736 dialog_token = (next_start + dialog_token) % 256; in gas_query_new_dialog_token()
737 next_start = (dialog_token + 1) % 256; in gas_query_new_dialog_token()
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py1226 for (curr_start, curr_end, curr_attrs), (next_start, _, _) in zip(
1242 if curr_end < next_start:
1244 all_segments.append((curr_end, next_start))
/external/freetype/src/sfnt/
Dttcmap.c1342 FT_UInt next_end, next_start; in tt_cmap4_char_map_binary() local
1348 next_start = TT_PEEK_USHORT( p ); in tt_cmap4_char_map_binary()
1350 if ( charcode < next_start ) in tt_cmap4_char_map_binary()
1354 start = next_start; in tt_cmap4_char_map_binary()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc2238 int next_start = table->GetRangeStart(current_exception_handler_); in EnterAndExitExceptionHandlers() local
2239 if (current_offset < next_start) break; // Not yet covered by range. in EnterAndExitExceptionHandlers()
2244 {next_start, next_end, next_handler, context_register}); in EnterAndExitExceptionHandlers()
Dregister-allocator.cc2523 LifetimePosition next_start = interval->next()->start(); in NextIntervalStartsInDifferentBlocks() local
2531 data()->code()->GetInstructionBlock(next_start.ToInstructionIndex()); in NextIntervalStartsInDifferentBlocks()