Searched refs:cl (Results 1 - 25 of 505) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dtest_archive_cmdline.c34 struct archive_cmdline *cl; local
37 assert((cl = __archive_cmdline_allocate()) != NULL);
38 if (cl == NULL)
40 assertEqualInt(ARCHIVE_OK, __archive_cmdline_parse(cl, "gzip"));
41 assertEqualInt(1, cl->argc);
42 assertEqualString("gzip", cl->path);
43 assertEqualString("gzip", cl->argv[0]);
44 assertEqualInt(ARCHIVE_OK, __archive_cmdline_free(cl));
46 assert((cl = __archive_cmdline_allocate()) != NULL);
47 if (cl
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.h25 cl::opt<std::string>
26 MArch("march", cl::desc("Architecture to generate code for (see --version)"));
28 cl::opt<std::string>
30 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
31 cl::value_desc("cpu-name"),
32 cl::init(""));
34 cl::list<std::string>
36 cl::CommaSeparated,
37 cl::desc("Target specific attributes (-mattr=help for details)"),
38 cl
[all...]
/freebsd-10.3-release/lib/libc/iconv/
H A Dcitrus_lookup.c87 seq_get_num_entries_db(struct _citrus_lookup *cl) argument
90 return (cl->cl_dbnum);
94 seq_next_db(struct _citrus_lookup *cl, struct _region *key, argument
98 if (cl->cl_key) {
100 _region_init(key, cl->cl_key, cl->cl_keylen);
101 return (_db_lookup_by_s(cl->cl_db, cl->cl_key, data,
102 &cl->cl_dblocator));
105 if (cl
116 seq_lookup_db(struct _citrus_lookup *cl, const char *key, struct _region *data) argument
131 seq_close_db(struct _citrus_lookup *cl) argument
139 seq_open_db(struct _citrus_lookup *cl, const char *name) argument
171 seq_next_plain(struct _citrus_lookup *cl, struct _region *key, struct _region *data) argument
211 seq_get_num_entries_plain(struct _citrus_lookup *cl) argument
223 seq_lookup_plain(struct _citrus_lookup *cl, const char *key, struct _region *data) argument
246 seq_close_plain(struct _citrus_lookup *cl) argument
253 seq_open_plain(struct _citrus_lookup *cl, const char *name) argument
276 struct _citrus_lookup *cl; local
297 _citrus_lookup_seq_rewind(struct _citrus_lookup *cl) argument
307 _citrus_lookup_seq_next(struct _citrus_lookup *cl, struct _region *key, struct _region *data) argument
315 _citrus_lookup_seq_lookup(struct _citrus_lookup *cl, const char *key, struct _region *data) argument
323 _citrus_lookup_get_number_of_entries(struct _citrus_lookup *cl) argument
330 _citrus_lookup_seq_close(struct _citrus_lookup *cl) argument
342 struct _citrus_lookup *cl; local
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DPluginLoader.h31 static cl::opt<PluginLoader, false, cl::parser<std::string> >
32 LoadOpt("load", cl::ZeroOrMore, cl::value_desc("pluginfilename"),
33 cl::desc("Load the specified plugin"));
/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp25 static cl::opt<bool>
26 EnableV3("enable-hexagon-v3", cl::Hidden,
27 cl::desc("Enable Hexagon V3 instructions."));
29 static cl::opt<bool>
32 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(true),
33 cl::desc(
36 static cl
[all...]
/freebsd-10.3-release/lib/libc/i386/string/
H A Dstrcmp.S61 L2: movb (%eax),%cl
62 testb %cl,%cl
64 cmpb %cl,(%edx)
68 movb (%eax),%cl
69 testb %cl,%cl
71 cmpb %cl,(%edx)
75 movb (%eax),%cl
76 testb %cl,
[all...]
/freebsd-10.3-release/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h30 extern llvm::cl::list<std::string> InputFilenames;
31 extern llvm::cl::opt<bool> FileHeaders;
32 extern llvm::cl::opt<bool> Sections;
33 extern llvm::cl::opt<bool> SectionRelocations;
34 extern llvm::cl::opt<bool> SectionSymbols;
35 extern llvm::cl::opt<bool> SectionData;
36 extern llvm::cl::opt<bool> Relocations;
37 extern llvm::cl::opt<bool> Symbols;
38 extern llvm::cl::opt<bool> DynamicSymbols;
39 extern llvm::cl
[all...]
H A Dllvm-readobj.cpp49 cl::list<std::string> InputFilenames(cl::Positional,
50 cl::desc("<input object files>"),
51 cl::ZeroOrMore);
54 cl::opt<bool> FileHeaders("file-headers",
55 cl::desc("Display file headers "));
56 cl::alias FileHeadersShort("h",
57 cl::desc("Alias for --file-headers"),
58 cl::aliasopt(FileHeaders));
61 cl
[all...]
/freebsd-10.3-release/sys/contrib/altq/altq/
H A Daltq_rmclass.c199 struct rm_class *cl; local
222 cl = malloc(sizeof(struct rm_class), M_DEVBUF, M_NOWAIT | M_ZERO);
223 if (cl == NULL)
225 CALLOUT_INIT(&cl->callout_);
226 cl->q_ = malloc(sizeof(class_queue_t), M_DEVBUF, M_NOWAIT | M_ZERO);
227 if (cl->q_ == NULL) {
228 free(cl, M_DEVBUF);
235 cl->children_ = NULL;
236 cl->parent_ = parent;
237 cl
352 rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle, int minidle, u_int offtime, int pktsize) argument
419 struct rm_class *cl, *clh; local
471 rmc_depth_compute(struct rm_class *cl) argument
497 rmc_depth_recompute(rm_class_t *cl) argument
552 rmc_delete_class(struct rm_ifdat *ifd, struct rm_class *cl) argument
755 rmc_queue_packet(struct rm_class *cl, mbuf_t *m) argument
849 rmc_satisfied(struct rm_class *cl, struct timeval *now) argument
882 rmc_under_limit(struct rm_class *cl, struct timeval *now) argument
966 struct rm_class *cl = NULL, *first = NULL; local
1124 struct rm_class *cl, *first = NULL; local
1262 rm_class_t *cl, *borrowed; local
1437 rmc_drop_action(struct rm_class *cl) argument
1447 rmc_dropall(struct rm_class *cl) argument
1488 rmc_delay_action(struct rm_class *cl, struct rm_class *borrow) argument
1566 rmc_restart(struct rm_class *cl) argument
1599 rmc_root_overlimit(struct rm_class *cl, struct rm_class *borrow) argument
1611 _rmc_addq(rm_class_t *cl, mbuf_t *m) argument
1631 _rmc_dropq(rm_class_t *cl) argument
1640 _rmc_getq(rm_class_t *cl) argument
1654 _rmc_pollq(rm_class_t *cl) argument
[all...]
H A Daltq_hfsc.c163 #define is_a_parent_class(cl) ((cl)->cl_children != NULL)
236 struct hfsc_class *cl, *parent; local
267 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc,
269 if (cl == NULL)
279 struct hfsc_class *cl; local
284 if ((cl = clh_to_clp(hif, a->qid)) == NULL)
287 return (hfsc_class_destroy(cl));
294 struct hfsc_class *cl; local
301 if ((cl
322 struct hfsc_class *cl; local
366 struct hfsc_class *cl; local
380 struct hfsc_class *cl, *p; local
560 hfsc_class_destroy(struct hfsc_class *cl) argument
648 hfsc_nextclass(struct hfsc_class *cl) argument
673 struct hfsc_class *cl; local
736 struct hfsc_class *cl; local
835 hfsc_addq(struct hfsc_class *cl, struct mbuf *m) argument
861 hfsc_getq(struct hfsc_class *cl) argument
875 hfsc_pollq(struct hfsc_class *cl) argument
881 hfsc_purgeq(struct hfsc_class *cl) argument
901 set_active(struct hfsc_class *cl, int len) argument
912 set_passive(struct hfsc_class *cl) argument
924 init_ed(struct hfsc_class *cl, int next_len) argument
952 update_ed(struct hfsc_class *cl, int next_len) argument
961 update_d(struct hfsc_class *cl, int next_len) argument
967 init_vf(struct hfsc_class *cl, int len) argument
1058 update_vf(struct hfsc_class *cl, int len, u_int64_t cur_time) argument
1143 update_cfmin(struct hfsc_class *cl) argument
1174 ellist_insert(struct hfsc_class *cl) argument
1196 ellist_remove(struct hfsc_class *cl) argument
1204 ellist_update(struct hfsc_class *cl) argument
1244 struct hfsc_class *p, *cl = NULL; local
1262 actlist_insert(struct hfsc_class *cl) argument
1283 actlist_remove(struct hfsc_class *cl) argument
1289 actlist_update(struct hfsc_class *cl) argument
1326 actlist_firstfit(struct hfsc_class *cl, u_int64_t cur_time) argument
1584 get_class_stats(struct hfsc_classstats *sp, struct hfsc_class *cl) argument
1662 struct hfsc_class *cl; local
2060 struct hfsc_class *cl, *parent; local
2094 struct hfsc_class *cl; local
2110 struct hfsc_class *cl; local
2136 struct hfsc_class *cl; local
2173 struct hfsc_class *cl; local
[all...]
H A Daltq_priq.c170 struct priq_class *cl; local
185 cl = priq_class_create(pif, a->priority, a->qlimit,
187 if (cl == NULL)
197 struct priq_class *cl; local
202 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
205 return (priq_class_destroy(cl));
212 struct priq_class *cl; local
219 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
225 get_class_stats(&stats, cl);
240 struct priq_class *cl; local
275 struct priq_class *cl; local
289 struct priq_class *cl; local
405 priq_class_destroy(struct priq_class *cl) argument
462 struct priq_class *cl; local
521 struct priq_class *cl; local
551 priq_addq(struct priq_class *cl, struct mbuf *m) argument
577 priq_getq(struct priq_class *cl) argument
598 priq_purgeq(struct priq_class *cl) argument
613 get_class_stats(struct priq_classstats *sp, struct priq_class *cl) argument
638 struct priq_class *cl; local
903 struct priq_class *cl; local
930 struct priq_class *cl; local
946 struct priq_class *cl; local
980 struct priq_class *cl; local
1010 struct priq_class *cl; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lli/
H A Dlli.cpp64 cl::opt<std::string>
65 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-"));
67 cl::list<std::string>
68 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
70 cl::opt<bool> ForceInterpreter("force-interpreter",
71 cl::desc("Force interpretation: disable JIT"),
72 cl
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DDebug.cpp39 static cl::opt<bool, true>
40 Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
41 cl::location(DebugFlag));
45 static cl::opt<unsigned>
47 cl::desc("Buffer the last N characters of debug output "
50 cl::Hidden,
51 cl::init(0));
68 static cl::opt<DebugOnlyOpt, true, cl
[all...]
/freebsd-10.3-release/contrib/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp33 static cl::opt<bool>
34 ClUseSymbolTable("use-symbol-table", cl::init(true),
35 cl::desc("Prefer names in symbol table to names "
38 static cl::opt<bool>
39 ClPrintFunctions("functions", cl::init(true),
40 cl::desc("Print function names as well as line "
43 static cl::opt<bool>
44 ClPrintInlining("inlining", cl::init(true),
45 cl::desc("Print all inlined frames for a given address"));
47 static cl
[all...]
/freebsd-10.3-release/contrib/llvm/tools/llvm-as/
H A Dllvm-as.cpp33 static cl::opt<std::string>
34 InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-"));
36 static cl::opt<std::string>
37 OutputFilename("o", cl::desc("Override output filename"),
38 cl::value_desc("filename"));
40 static cl::opt<bool>
41 Force("f", cl::desc("Enable binary output on terminals"));
43 static cl
[all...]
/freebsd-10.3-release/contrib/llvm/tools/bugpoint/
H A Dbugpoint.cpp37 static cl::opt<bool>
38 FindBugs("find-bugs", cl::desc("Run many different optimization sequences "
39 "on program to find bugs"), cl::init(false));
41 static cl::list<std::string>
42 InputFilenames(cl::Positional, cl::OneOrMore,
43 cl::desc("<input llvm ll/bc files>"));
45 static cl::opt<unsigned>
46 TimeoutValue("timeout", cl::init(300), cl
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Tooling/
H A DCommonOptionsParser.cpp58 static cl::opt<std::string> BuildPath(
59 "p", cl::desc("Build path"), cl::Optional);
61 static cl::list<std::string> SourcePaths(
62 cl::Positional, cl::desc("<source0> [... <sourceN>]"), cl::OneOrMore);
66 cl::ParseCommandLineOptions(argc, argv, Overview);
/freebsd-10.3-release/contrib/llvm/lib/TableGen/
H A DMain.cpp32 cl::opt<std::string>
33 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"),
34 cl::init("-"));
36 cl::opt<std::string>
38 cl::desc("Dependency filename"),
39 cl::value_desc("filename"),
40 cl::init(""));
42 cl::opt<std::string>
43 InputFilename(cl
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp19 cl::opt<bool>
20 EnableARMEHABI("arm-enable-ehabi", cl::Hidden,
21 cl::desc("Generate ARM EHABI tables"),
22 cl::init(false));
/freebsd-10.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp31 static cl::opt<bool, true>
33 cl::desc("enable/disable all ARC Optimizations"),
34 cl::location(EnableARCOpts),
35 cl::init(true));
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DPasses.cpp33 static cl::opt<bool> DisablePostRA("disable-post-ra", cl::Hidden,
34 cl::desc("Disable Post Regalloc"));
35 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden,
36 cl::desc("Disable branch folding"));
37 static cl::opt<bool> DisableTailDuplicate("disable-tail-duplicate", cl::Hidden,
38 cl::desc("Disable tail duplication"));
39 static cl
[all...]
/freebsd-10.3-release/share/examples/sunrpc/msg/
H A Drprintmsg.c13 CLIENT *cl; local
34 cl = clnt_create(server, MESSAGEPROG, MESSAGEVERS, "tcp");
35 if (cl == NULL) {
47 result = printmessage_1(&message, cl);
53 clnt_perror(cl, server);
/freebsd-10.3-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp32 static cl::list<std::string>
33 InputFilenames(cl::Positional, cl::OneOrMore,
34 cl::desc("<input bitcode files>"));
36 static cl::opt<std::string>
37 OutputFilename("o", cl::desc("Override output filename"), cl::init("-"),
38 cl::value_desc("filename"));
40 static cl::opt<bool>
41 Force("f", cl
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp32 static cl::opt<bool> BenchMachineSched("misched-bench", cl::Hidden,
33 cl::desc("Migrate from the target's default SD scheduler to MI scheduler"));
/freebsd-10.3-release/contrib/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp60 static cl::opt<std::string> LeftFilename(cl::Positional,
61 cl::desc("<first file>"),
62 cl::Required);
63 static cl::opt<std::string> RightFilename(cl::Positional,
64 cl::desc("<second file>"),
65 cl::Required);
66 static cl::list<std::string> GlobalsToCompare(cl
[all...]

Completed in 272 milliseconds

1234567891011>>