Searched refs:nstart (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.c | 2445 gint64 nstart; in gst_audio_decoder_sink_eventfunc() local 2452 GST_FORMAT_TIME, &nstart)) { in gst_audio_decoder_sink_eventfunc() 2457 GST_TIME_ARGS (nstart)); in gst_audio_decoder_sink_eventfunc() 2459 seg.start = nstart; in gst_audio_decoder_sink_eventfunc() 2460 seg.time = nstart; in gst_audio_decoder_sink_eventfunc()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 3669 struct nir_block *nstart = nir_loop_first_block(nloop); in emit_loop() local 3677 if (nstart->predecessors->entries > 2) { in emit_loop() 3678 continue_blk = create_continue_block(ctx, nstart); in emit_loop() 3684 struct ir3_block *start = get_block(ctx, nstart); in emit_loop()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.c | 1268 …struct cil_list *old, struct cil_list_item *ocurr, struct cil_list_item *nstart, struct cil_list_i… in __cil_ordered_list_insert() argument 1272 for (ncurr = nstart; ncurr != nstop; ncurr = ncurr->next) { in __cil_ordered_list_insert()
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 3652 (narena, nstart, nstop) = all[i+1][:3] 3656 self.assertEqual(nstart, 0) # first block 3659 self.assertEqual(stop, nstart)
|