Home
last modified time | relevance | path

Searched refs:cur_n (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c74 int cur_n; /* current instr # */ member
119 unsigned instructions = ctx->cur_n + ctx->extra_cycles + 1; in print_stats()
444 ctx->stats->last_baryf = ctx->cur_n; in disasm_field_cb()
538 if (n != ctx->cur_n) { in disasm_instr_cb()
543 ctx->cur_n = n; in disasm_instr_cb()
590 .cur_n = -1, in disasm_a3xx_stat()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksvideohelpers.c247 gint64 cur_n, cur_d; in compress_fraction() local
250 cur_n = floor ((on / (od / (gdouble) denominators[i])) + 0.5); in compress_fraction()
252 cur = (gdouble) cur_n / (gdouble) cur_d; in compress_fraction()
256 *out_num = cur_n; in compress_fraction()
/third_party/ffmpeg/fftools/
Dffprobe.c1828 #define REALLOCZ_ARRAY_STREAM(ptr, cur_n, new_n) \ argument
1833 memset( (ptr) + (cur_n), 0, ((new_n) - (cur_n)) * sizeof(*(ptr)) ); \