Home
last modified time | relevance | path

Searched refs:nopts (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/tests/ref/fate/
Dmovenc1 write_data len 36, time nopts, type header atom ftyp
2 write_data len 2429, time nopts, type header atom -
4 write_data len 110, time nopts, type trailer atom -
6 write_data len 36, time nopts, type header atom ftyp
7 write_data len 2761, time nopts, type header atom -
9 write_data len 110, time nopts, type trailer atom -
11 write_data len 36, time nopts, type header atom ftyp
12 write_data len 2669, time nopts, type header atom -
14 write_data len 110, time nopts, type trailer atom -
16 write_data len 24, time nopts, type header atom ftyp
[all …]
/third_party/selinux/libselinux/src/
Dlabel_internal.h28 unsigned nopts) ;
31 unsigned nopts) ;
34 unsigned nopts) ;
37 unsigned nopts) ;
40 unsigned nopts) ;
43 unsigned nopts) ;
Dlabel_db.c237 db_init(const struct selinux_opt *opts, unsigned nopts, in db_init() argument
266 while (nopts--) { in db_init()
267 switch (opts[nopts].type) { in db_init()
269 path = opts[nopts].value; in db_init()
354 const struct selinux_opt *opts, unsigned nopts) in selabel_db_init() argument
359 rec->data = db_init(opts, nopts, rec); in selabel_db_init()
Dlabel.c46 unsigned nopts);
204 unsigned nopts) in selabel_open() argument
224 rec->validating = selabel_is_validate_set(opts, nopts); in selabel_open()
226 rec->digest = selabel_is_digest_set(opts, nopts, rec->digest); in selabel_open()
228 if ((*initfuncs[backend])(rec, opts, nopts)) { in selabel_open()
Dlabel_backends_android.c326 unsigned nopts) in selabel_property_init() argument
339 return init(rec, opts, nopts); in selabel_property_init()
343 const struct selinux_opt *opts, unsigned nopts) in selabel_service_init() argument
356 return init(rec, opts, nopts); in selabel_service_init()
Dlabel_media.c210 unsigned nopts) in selabel_media_init() argument
224 return init(rec, opts, nopts); in selabel_media_init()
Dlabel_x.c235 unsigned nopts) in selabel_x_init() argument
249 return init(rec, opts, nopts); in selabel_x_init()
Davc.c228 int avc_open(struct selinux_opt *opts, unsigned nopts) in avc_open() argument
232 while (nopts--) in avc_open()
233 switch(opts[nopts].type) { in avc_open()
236 avc_enforcing = !!opts[nopts].value; in avc_open()
Dlabel_file.c1273 unsigned nopts) in selabel_file_init() argument
1293 return init(rec, opts, nopts); in selabel_file_init()
/third_party/mesa3d/src/getopt/
Dgetopt_long.c125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
132 nopts = opt_end - panonopt_end; in permute_args()
133 ncycle = gcd(nnonopts, nopts); in permute_args()
143 pos += nopts; in permute_args()
/third_party/popt/src/
Dpopthelp.c744 int nopts; member
777 for (i = 0; i < done->nopts; i++) { in singleTableUsage()
784 if (arg == NULL || i < done->nopts) in singleTableUsage()
786 if (done->opts != NULL && done->nopts < done->maxopts) in singleTableUsage()
787 done->opts[done->nopts++] = (const void *) arg; in singleTableUsage()
854 done->nopts = 0; in poptPrintUsage()
861 done->opts[done->nopts++] = (const void *) con->options; in poptPrintUsage()
/third_party/selinux/libselinux/include/selinux/
Dlabel.h78 unsigned nopts);
Davc.h218 extern int avc_open(struct selinux_opt *opts, unsigned nopts);