Searched defs:nopts (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm-options.c45 parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts, argument
60 for (i = 0; i < nopts; i++) {
103 help_msg(const char *msg, const char *tail, opt_option *options, size_t nopts) argument
110 for (i = 0; i < nopts; i++) {
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm-options.c45 parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts, argument
71 for (i = 0; i < nopts; i++) {
114 for (i = 0; i < nopts; i++) {
161 help_msg(const char *msg, const char *tail, opt_option *options, size_t nopts) argument
168 for (i = 0; i < nopts; i++) {
/external/libselinux/src/
H A Dlabel.c21 unsigned nopts);
68 unsigned nopts)
86 rec->validating = selabel_is_validate_set(opts, nopts);
88 if ((*initfuncs[backend])(rec, opts, nopts)) {
66 selabel_open(unsigned int backend, const struct selinux_opt *opts, unsigned nopts) argument
H A Dlabel_android_property.c286 unsigned nopts)
300 return init(rec, opts, nopts);
284 selabel_property_init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned nopts) argument
H A Davc.c104 int avc_open(struct selinux_opt *opts, unsigned nopts) argument
108 while (nopts--)
109 switch(opts[nopts].type) {
112 avc_enforcing = !!opts[nopts].value;
H A Dlabel_file.c759 unsigned nopts)
775 return init(rec, opts, nopts);
758 selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned nopts) argument
/external/openfst/src/include/fst/
H A Ddifference.h166 CacheOptions nopts; local
167 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
168 *ofst = DifferenceFst<Arc>(ifst1, ifst2, nopts);
H A Dintersect.h149 CacheOptions nopts; local
150 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
151 *ofst = IntersectFst<Arc>(ifst1, ifst2, nopts);
H A Dcompose.h583 ComposeFstImplOptions<M, M, F, T> nopts(opts, opts.matcher1, opts.matcher2,
585 return CreateBase2(fst1, fst2, nopts);
595 ComposeFstOptions<Arc> nopts(opts);
596 return CreateBase1(fst1, fst2, nopts);
602 ComposeFstOptions<Arc, M, F> nopts(opts);
603 return CreateBase1(fst1, fst2, nopts);
609 ComposeFstOptions<Arc, M, F> nopts(opts);
610 return CreateBase1(fst1, fst2, nopts);
705 CacheOptions nopts; local
706 nopts
[all...]
H A Ddeterminize.h986 DeterminizeFstOptions<Arc> nopts; local
987 nopts.delta = opts.delta;
988 nopts.subsequential_label = opts.subsequential_label;
990 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
997 DeterminizeFst<Arc> dfst(ifst, &idistance, &odistance, nopts);
1004 *ofst = DeterminizeFst<Arc>(ifst, nopts);
1008 *ofst = DeterminizeFst<Arc>(ifst, nopts);
/external/qemu/distrib/libselinux/src/
H A Dlabel.c21 unsigned nopts);
68 unsigned nopts)
86 rec->validating = selabel_is_validate_set(opts, nopts);
88 if ((*initfuncs[backend])(rec, opts, nopts)) {
66 selabel_open(unsigned int backend, const struct selinux_opt *opts, unsigned nopts) argument
H A Dlabel_android_property.c286 unsigned nopts)
300 return init(rec, opts, nopts);
284 selabel_property_init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned nopts) argument
H A Davc.c104 int avc_open(struct selinux_opt *opts, unsigned nopts) argument
108 while (nopts--)
109 switch(opts[nopts].type) {
112 avc_enforcing = !!opts[nopts].value;
H A Dlabel_file.c715 unsigned nopts)
730 return init(rec, opts, nopts);
714 selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned nopts) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddifference.h131 DifferenceFstOptions<> nopts; local
132 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
133 *ofst = DifferenceFst<Arc>(ifst1, ifst2, nopts);
H A Dintersect.h121 IntersectFstOptions<> nopts; local
122 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
123 *ofst = IntersectFst<Arc>(ifst1, ifst2, nopts);
H A Dcompose.h898 ComposeFstOptions<> nopts; local
899 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
900 *ofst = ComposeFst<Arc>(ifst1, ifst2, nopts);
H A Ddeterminize.h712 DeterminizeFstOptions nopts; local
713 nopts.delta = opts.delta;
714 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
715 *ofst = DeterminizeFst<Arc>(ifst, nopts);
/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt_long.c125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
132 nopts = opt_end - panonopt_end;
133 ncycle = gcd(nnonopts, nopts);
143 pos += nopts;
/external/mesa3d/src/getopt/
H A Dgetopt_long.c125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
132 nopts = opt_end - panonopt_end;
133 ncycle = gcd(nnonopts, nopts);
143 pos += nopts;
/external/oprofile/libpopt/
H A Dpopthelp.c690 int nopts; member in struct:poptDone_s
720 for (i = 0; i < done->nopts; i++) {
729 if (opt->arg == NULL || i < done->nopts)
732 if (done->nopts < done->maxopts)
733 done->opts[done->nopts++] = (const void *) opt->arg;
790 done->nopts = 0;
796 done->opts[done->nopts++] = (const void *) con->options;

Completed in 297 milliseconds