Home
last modified time | relevance | path

Searched refs:to_process (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
H A Dfifo.c29 unsigned int to_process; member
38 *nb_elems = FFMIN(*nb_elems, s->to_process); in read_cb()
48 s->to_process -= *nb_elems; in read_cb()
58 *nb_elems = FFMIN(*nb_elems, s->to_process); in write_cb()
64 s->to_process -= *nb_elems; in write_cb()
154 unsigned to_process = av_lfg_get(&lfg) % nb_elems; in main() local
156 s.to_process = to_process; in main()
159 if (ret < 0 || s.to_process || nb_elems != to_process) { in main()
[all...]
/third_party/gn/src/gn/
H A Dvisual_studio_writer.cc217 base::queue<const Target*> to_process; in FilterTargets() local
220 to_process.push(target); in FilterTargets()
223 while (!to_process.empty()) { in FilterTargets()
224 const Target* target = to_process.front(); in FilterTargets()
225 to_process.pop(); in FilterTargets()
229 to_process.push(pair.ptr); in FilterTargets()
/third_party/python/Modules/
H A D_pickle.c852 size_t to_process; in _PyMemoTable_ResizeTable() local
881 to_process = self->mt_used; in _PyMemoTable_ResizeTable()
882 for (oldentry = oldtable; to_process > 0; oldentry++) { in _PyMemoTable_ResizeTable()
884 to_process--; in _PyMemoTable_ResizeTable()

Completed in 12 milliseconds