/external/libselinux/src/ |
label_internal.h | 21 unsigned nopts) hidden; 23 unsigned nopts) hidden; 25 unsigned nopts) hidden; 27 const struct selinux_opt *opts, unsigned nopts) hidden; 29 const struct selinux_opt *opts, unsigned nopts) hidden;
|
label.c | 21 unsigned nopts); 68 unsigned nopts) 86 rec->validating = selabel_is_validate_set(opts, nopts); 88 if ((*initfuncs[backend])(rec, opts, nopts)) {
|
label_android_property.c | 286 unsigned nopts) 300 return init(rec, opts, nopts);
|
avc.c | 104 int avc_open(struct selinux_opt *opts, unsigned nopts) 108 while (nopts--) 109 switch(opts[nopts].type) { 112 avc_enforcing = !!opts[nopts].value;
|
/external/qemu/distrib/libselinux/src/ |
label_internal.h | 21 unsigned nopts) hidden; 23 unsigned nopts) hidden; 25 unsigned nopts) hidden; 27 const struct selinux_opt *opts, unsigned nopts) hidden; 29 const struct selinux_opt *opts, unsigned nopts) hidden;
|
label.c | 21 unsigned nopts); 68 unsigned nopts) 86 rec->validating = selabel_is_validate_set(opts, nopts); 88 if ((*initfuncs[backend])(rec, opts, nopts)) {
|
label_android_property.c | 286 unsigned nopts) 300 return init(rec, opts, nopts);
|
avc.c | 104 int avc_open(struct selinux_opt *opts, unsigned nopts) 108 while (nopts--) 109 switch(opts[nopts].type) { 112 avc_enforcing = !!opts[nopts].value;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
randgen.h | 129 RandGenOptions<ArcSelector> nopts(opts); 130 nopts.source = ifst.Start(); 131 nopts.dest = ofst->Start(); 132 for (; nopts.npath > 0; --nopts.npath) 133 RandGen(ifst, ofst, nopts); 149 RandGenOptions<ArcSelector> nopts(opts); 150 nopts.source = iarc.nextstate; 151 nopts.dest = oarc.nextstate; 152 --nopts.max_length [all...] |
difference.h | 131 DifferenceFstOptions<> nopts; local 132 nopts.gc_limit = 0; // Cache only the last state for fastest copy. 133 *ofst = DifferenceFst<Arc>(ifst1, ifst2, nopts);
|
intersect.h | 121 IntersectFstOptions<> nopts; local 122 nopts.gc_limit = 0; // Cache only the last state for fastest copy. 123 *ofst = IntersectFst<Arc>(ifst1, ifst2, nopts);
|
determinize.h | 712 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);
|
compose.h | 898 ComposeFstOptions<> nopts; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/ |
tasm-options.h | 58 * nopts - options count 60 int parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts, 67 size_t nopts);
|
tasm-options.c | 45 parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts, 60 for (i = 0; i < nopts; i++) { 103 help_msg(const char *msg, const char *tail, opt_option *options, size_t nopts) 110 for (i = 0; i < nopts; i++) {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm-options.h | 64 * nopts - options count 66 int parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts, 73 size_t nopts);
|
yasm-options.c | 45 parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts, 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) 168 for (i = 0; i < nopts; i++) {
|
/external/libselinux/include/selinux/ |
label.h | 63 * @nopts: number of elements in opts array or zero for no options. 73 unsigned nopts);
|
avc.h | 196 * @nopts: number of elements in opts array or zero for no options. 202 int avc_open(struct selinux_opt *opts, unsigned nopts);
|
/external/qemu/distrib/libselinux/include/selinux/ |
label.h | 63 * @nopts: number of elements in opts array or zero for no options. 73 unsigned nopts);
|
avc.h | 196 * @nopts: number of elements in opts array or zero for no options. 202 int avc_open(struct selinux_opt *opts, unsigned nopts);
|
/external/oprofile/libpopt/ |
popthelp.c | 690 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;
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
getopt_long.c | 158 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local 165 nopts = opt_end - panonopt_end; 166 ncycle = gcd(nnonopts, nopts); 176 pos += nopts;
|
/external/chromium_org/third_party/mesa/src/src/getopt/ |
getopt_long.c | 125 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/ |
getopt_long.c | 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local 132 nopts = opt_end - panonopt_end; 133 ncycle = gcd(nnonopts, nopts); 143 pos += nopts;
|