trunc 73 libavformat/file.c int trunc; trunc 83 libavformat/file.c { "truncate", "truncate existing files on write", offsetof(FileContext, trunc), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, AV_OPT_FLAG_ENCODING_PARAM }, trunc 219 libavformat/file.c if (c->trunc) trunc 223 libavformat/file.c if (c->trunc) trunc 34 libavformat/libsmbclient.c int trunc; trunc 109 libavformat/libsmbclient.c if (libsmbc->trunc) trunc 113 libavformat/libsmbclient.c if (libsmbc->trunc) trunc 356 libavformat/libsmbclient.c {"truncate", "truncate existing files on write", OFFSET(trunc), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, E }, trunc 40 libavformat/libssh.c int trunc; trunc 142 libavformat/libssh.c if (libssh->trunc) trunc 146 libavformat/libssh.c if (libssh->trunc) trunc 480 libavformat/libssh.c {"truncate", "Truncate existing files on write", OFFSET(trunc), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, E }, trunc 199 libavutil/eval.c case e_trunc: return e->value * trunc(eval_expr(p, e->param[0])); trunc 126 tests/checkasm/vp9dsp.c double t4 = trunc((t0 - t3) * 0.5);