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/wpa_supplicant_8/wpa_supplicant/
Dgas_query.c730 static int next_start = 0; in gas_query_new_dialog_token() local
735 gas, dst, (next_start + dialog_token) % 256)) in gas_query_new_dialog_token()
740 dialog_token = (next_start + dialog_token) % 256; in gas_query_new_dialog_token()
741 next_start = (dialog_token + 1) % 256; in gas_query_new_dialog_token()
/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc77 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/
Doutput_test_helper.cc77 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/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py1268 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/
Dttcmap.c1348 FT_UInt next_end, next_start; in tt_cmap4_char_map_binary() local
1354 next_start = TT_PEEK_USHORT( p ); in tt_cmap4_char_map_binary()
1356 if ( charcode < next_start ) in tt_cmap4_char_map_binary()
1360 start = next_start; in tt_cmap4_char_map_binary()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc3368 int next_start = table.GetRangeStart(current_exception_handler_); in ExitThenEnterExceptionHandlers() local
3369 if (current_offset < next_start) break; // Not yet covered by range. in ExitThenEnterExceptionHandlers()
3374 {next_start, next_end, next_handler, context_register}); in ExitThenEnterExceptionHandlers()
Dregister-allocator.cc2535 LifetimePosition next_start = interval->next()->start(); in NextIntervalStartsInDifferentBlocks() local
2543 data()->code()->GetInstructionBlock(next_start.ToInstructionIndex()); in NextIntervalStartsInDifferentBlocks()