Searched refs:next_start (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cbs_jpeg.c | 113 int start, end, marker, next_start, next_marker; in cbs_jpeg_split_fragment() local 163 next_start = i + 1; in cbs_jpeg_split_fragment() 192 next_start = i + 1; in cbs_jpeg_split_fragment() 235 start = next_start; in cbs_jpeg_split_fragment()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | gas_query.c | 730 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()
|
/third_party/benchmark/test/ |
D | output_test_helper.cc | 86 SizeT next_start = 0; in PerformSubstitutions() local 87 while ((pos = source.find(KV.first, next_start)) != std::string::npos) { in PerformSubstitutions() 88 next_start = pos + KV.second.size(); in PerformSubstitutions()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.c | 1357 FT_UInt next_end, next_start; in tt_cmap4_char_map_binary() local 1363 next_start = TT_PEEK_USHORT( p ); in tt_cmap4_char_map_binary() 1365 if ( charcode < next_start ) in tt_cmap4_char_map_binary() 1369 start = next_start; in tt_cmap4_char_map_binary()
|
/third_party/ffmpeg/libavformat/ |
D | demux.c | 2121 int64_t next_start = av_rescale_q(ch1->start, ch1->time_base, in compute_chapters_end() local 2123 if (next_start > ch->start && next_start < end) in compute_chapters_end() 2124 end = next_start; in compute_chapters_end()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.cc | 2648 LifetimePosition next_start = interval->next()->start(); in NextIntervalStartsInDifferentBlocks() local 2656 data()->code()->GetInstructionBlock(next_start.ToInstructionIndex()); in NextIntervalStartsInDifferentBlocks() 3469 LifetimePosition next_start = range->FirstIntersection(other); in UpdateDeferredFixedRanges() local 3470 if (!next_start.IsValid() || (next_start > max)) { in UpdateDeferredFixedRanges() 3482 other->SplitAt(next_start, data()->allocation_zone()); in UpdateDeferredFixedRanges()
|
/third_party/node/deps/v8/src/compiler/ |
D | bytecode-graph-builder.cc | 4222 int next_start = table.GetRangeStart(current_exception_handler_); in ExitThenEnterExceptionHandlers() local 4223 if (current_offset < next_start) break; // Not yet covered by range. in ExitThenEnterExceptionHandlers() 4228 {next_start, next_end, next_handler, context_register}); in ExitThenEnterExceptionHandlers()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
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…
|
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…
|