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

1234567891011>>

/macosx-10.9.5/llvmCore-3425.0.33/utils/fpcmp/
H A Dfpcmp.cpp21 cl::opt<std::string>
22 File1(cl::Positional, cl::desc("<input file #1>"), cl::Required);
23 cl::opt<std::string>
24 File2(cl::Positional, cl::desc("<input file #2>"), cl::Required);
26 cl::opt<double>
27 RelTolerance("r", cl
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/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,
33 cl::desc("Generate V4 memop instructions."));
35 static cl::opt<bool>
38 cl
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/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"));
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclObjectData.c19 XOTclFreeObjectData(XOTclClass* cl) { argument
20 if (cl->opt && cl->opt->objectdata) {
21 Tcl_DeleteHashTable(cl->opt->objectdata);
22 ckfree((char*)cl->opt->objectdata);
23 cl->opt->objectdata = 0;
27 XOTclSetObjectData(XOTclObject* obj, XOTclClass* cl, ClientData data) { argument
31 XOTclRequireClassOpt(cl);
33 if (!cl->opt->objectdata) {
34 cl
42 XOTclGetObjectData(XOTclObject* obj, XOTclClass* cl, ClientData* data) argument
52 XOTclUnsetObjectData(XOTclObject* obj, XOTclClass* cl) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_rmclass.c244 struct rm_class *cl; local
290 cl = zalloc(rmc_zone);
291 if (cl == NULL)
294 bzero(cl, rmc_size);
295 CALLOUT_INIT(&cl->callout_);
300 cl->children_ = NULL;
301 cl->parent_ = parent;
302 cl->borrow_ = borrow;
303 cl->leaf_ = 1;
304 cl
439 rmc_modclass(struct rm_class *cl, u_int32_t nsecPerByte, int maxq, u_int32_t maxidle, int minidle, u_int32_t offtime, int pktsize) argument
491 struct rm_class *cl, *clh; local
545 rmc_depth_compute(struct rm_class *cl) argument
571 rmc_depth_recompute(rm_class_t *cl) argument
609 rmc_delete_class(struct rm_ifdat *ifd, struct rm_class *cl) argument
819 rmc_queue_packet(struct rm_class *cl, struct mbuf *m, struct pf_mtag *t) argument
908 rmc_satisfied(struct rm_class *cl, struct timeval *now) argument
941 rmc_under_limit(struct rm_class *cl, struct timeval *now) argument
1030 struct rm_class *cl = NULL, *first = NULL; local
1187 struct rm_class *cl, *first = NULL; local
1326 rm_class_t *cl, *borrowed; local
1490 rmc_drop_action(struct rm_class *cl) argument
1502 rmc_drop(struct rm_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
1551 rmc_dropall(struct rm_class *cl) argument
1569 rmc_delay_action(struct rm_class *cl, struct rm_class *borrow) argument
1643 rmc_restart(struct rm_class *cl) argument
1666 rmc_root_overlimit(struct rm_class *cl, struct rm_class *borrow) argument
1680 _rmc_addq(rm_class_t *cl, struct mbuf *m, struct pf_mtag *t) argument
1734 _rmc_dropq(rm_class_t *cl) argument
1743 _rmc_getq(rm_class_t *cl) argument
1767 _rmc_pollq(rm_class_t *cl) argument
1773 rmc_updateq(rm_class_t *cl, cqev_t ev) argument
[all...]
H A Dpktsched_hfsc.c170 #define HFSC_IS_A_PARENT_CLASS(cl) ((cl)->cl_children != NULL)
283 struct hfsc_class *cl; local
289 (cl = hif->hif_rootclass->cl_children) != NULL) {
294 for (; cl != NULL; cl = hfsc_nextclass(cl)) {
295 if (!HFSC_IS_A_PARENT_CLASS(cl)) {
296 (void) hfsc_class_destroy(hif, cl);
309 struct hfsc_class *cl; local
331 struct hfsc_class *cl; local
345 struct hfsc_class *cl = NULL, *parent; local
375 struct hfsc_class *cl, *p; local
646 struct hfsc_class *cl; local
657 hfsc_class_destroy(struct hfsc_if *hif, struct hfsc_class *cl) argument
739 hfsc_nextclass(struct hfsc_class *cl) argument
759 hfsc_enqueue(struct hfsc_if *hif, struct hfsc_class *cl, struct mbuf *m, struct pf_mtag *t) argument
830 struct hfsc_class *cl; local
927 hfsc_addq(struct hfsc_class *cl, struct mbuf *m, struct pf_mtag *t) argument
989 hfsc_getq(struct hfsc_class *cl) argument
1015 hfsc_pollq(struct hfsc_class *cl) argument
1023 hfsc_purgeq(struct hfsc_if *hif, struct hfsc_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
1107 hfsc_updateq_linkrate(struct hfsc_if *hif, struct hfsc_class *cl) argument
1148 hfsc_updateq(struct hfsc_if *hif, struct hfsc_class *cl, cqev_t ev) argument
1178 set_active(struct hfsc_class *cl, u_int32_t len) argument
1189 set_passive(struct hfsc_class *cl) argument
1201 init_ed(struct hfsc_class *cl, u_int32_t next_len) argument
1229 update_ed(struct hfsc_class *cl, u_int32_t next_len) argument
1238 update_d(struct hfsc_class *cl, u_int32_t next_len) argument
1244 init_vf(struct hfsc_class *cl, u_int32_t len) argument
1337 update_vf(struct hfsc_class *cl, u_int32_t len, u_int64_t cur_time) argument
1427 update_cfmin(struct hfsc_class *cl) argument
1458 ellist_insert(struct hfsc_class *cl) argument
1480 ellist_remove(struct hfsc_class *cl) argument
1488 ellist_update(struct hfsc_class *cl) argument
1528 struct hfsc_class *p, *cl = NULL; local
1546 actlist_insert(struct hfsc_class *cl) argument
1567 actlist_remove(struct hfsc_class *cl) argument
1573 actlist_update(struct hfsc_class *cl) argument
1610 actlist_firstfit(struct hfsc_class *cl, u_int64_t cur_time) argument
1732 sc2isc(struct hfsc_class *cl, struct service_curve *sc, struct internal_sc *isc, u_int64_t eff_rate) argument
1905 struct hfsc_class *cl; local
1997 struct hfsc_class *cl; local
[all...]
H A Dpktsched_fairq.c262 struct fairq_class *cl; local
269 if ((cl = fif->fif_classes[pri]) != NULL)
270 fairq_class_destroy(fif, cl);
279 struct fairq_class *cl; local
285 if ((cl = fif->fif_classes[pri]) != NULL && cl->cl_head)
286 fairq_purgeq(fif, cl, 0, NULL, NULL);
302 struct fairq_class *cl; local
308 if ((cl = fif->fif_classes[pri]) != NULL)
309 fairq_updateq(fif, cl, e
318 struct fairq_class *cl; local
351 struct fairq_class *cl; local
585 struct fairq_class *cl; local
596 fairq_class_destroy(struct fairq_if *fif, struct fairq_class *cl) argument
659 fairq_enqueue(struct fairq_if *fif, struct fairq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
727 struct fairq_class *cl; local
812 fairq_addq(struct fairq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
919 fairq_getq(struct fairq_class *cl, u_int64_t cur_time) argument
989 fairq_pollq(struct fairq_class *cl, u_int64_t cur_time, int *hit_limit) argument
1035 fairq_selectq(struct fairq_class *cl, int ispoll) argument
1091 fairq_purgeq(struct fairq_if *fif, struct fairq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
1159 fairq_updateq(struct fairq_if *fif, struct fairq_class *cl, cqev_t ev) argument
1189 struct fairq_class *cl; local
1236 struct fairq_class *cl; local
[all...]
H A Dpktsched_priq.c203 struct priq_class *cl; local
210 if ((cl = pif->pif_classes[pri]) != NULL)
211 priq_class_destroy(pif, cl);
220 struct priq_class *cl; local
226 if ((cl = pif->pif_classes[pri]) != NULL && !qempty(&cl->cl_q))
227 priq_purgeq(pif, cl, 0, NULL, NULL);
255 priq_purgeq(pif, ifq->ifcq_disc_slots[i].cl,
264 priq_purgeq(pif, ifq->ifcq_disc_slots[i].cl,
275 struct priq_class *cl; local
289 struct priq_class *cl; local
317 struct priq_class *cl; local
492 struct priq_class *cl; local
503 priq_class_destroy(struct priq_if *pif, struct priq_class *cl) argument
562 priq_enqueue(struct priq_if *pif, struct priq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
635 struct priq_class *cl; local
672 priq_addq(struct priq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
747 priq_getq(struct priq_class *cl) argument
773 priq_pollq(struct priq_class *cl) argument
781 priq_purgeq(struct priq_if *pif, struct priq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
845 priq_updateq(struct priq_if *pif, struct priq_class *cl, cqev_t ev) argument
875 struct priq_class *cl; local
914 struct priq_class *cl; local
935 struct priq_class *cl; local
1186 struct priq_class *cl; local
1239 priq_resumeq(struct priq_if *pif, struct priq_class *cl) argument
1271 priq_suspendq(struct priq_if *pif, struct priq_class *cl) argument
[all...]
H A Dpktsched_tcq.c175 struct tcq_class *cl; local
182 if ((cl = tif->tif_classes[pri]) != NULL)
183 tcq_class_destroy(tif, cl);
192 struct tcq_class *cl; local
198 if ((cl = tif->tif_classes[pri]) != NULL && !qempty(&cl->cl_q))
199 tcq_purgeq(tif, cl, 0, NULL, NULL);
227 tcq_purgeq(tif, ifq->ifcq_disc_slots[i].cl,
236 tcq_purgeq(tif, ifq->ifcq_disc_slots[i].cl,
247 struct tcq_class *cl; local
261 struct tcq_class *cl; local
289 struct tcq_class *cl; local
464 struct tcq_class *cl; local
475 tcq_class_destroy(struct tcq_if *tif, struct tcq_class *cl) argument
530 tcq_enqueue(struct tcq_if *tif, struct tcq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
599 tcq_dequeue_cl(struct tcq_if *tif, struct tcq_class *cl, mbuf_svc_class_t sc, cqdq_op_t op) argument
633 tcq_addq(struct tcq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
708 tcq_getq(struct tcq_class *cl) argument
734 tcq_pollq(struct tcq_class *cl) argument
742 tcq_purgeq(struct tcq_if *tif, struct tcq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
801 tcq_updateq(struct tcq_if *tif, struct tcq_class *cl, cqev_t ev) argument
831 struct tcq_class *cl; local
870 struct tcq_class *cl; local
891 struct tcq_class *cl; local
1127 struct tcq_class *cl; local
1180 tcq_resumeq(struct tcq_if *tif, struct tcq_class *cl) argument
1212 tcq_suspendq(struct tcq_if *tif, struct tcq_class *cl) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/llc/
H A Dllc.cpp47 static cl::opt<std::string>
48 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
50 static cl::opt<std::string>
51 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"));
54 static cl::opt<char>
56 cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
58 cl
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dclosure_pool.h9 extern int PyObjC_free_closure(ffi_closure* cl);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dclosure_pool.h9 extern int PyObjC_free_closure(ffi_closure* cl);
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dsgml-8.0.tcl43 proc cl x { procedure
60 variable noWsp [cl ^$Wsp]
85 set attlist_exp [cl $Wsp]*([cl ^$Wsp]+)[cl $Wsp]*([cl ^$Wsp]+)[cl $Wsp]*(#REQUIRED|#IMPLIED)
86 set attlist_enum_exp [cl $Wsp]*([cl ^$Wsp]+)[cl
[all...]
H A Dxml-8.0.tcl43 proc cl x { procedure
54 variable noWsp [cl ^$Wsp]
70 variable tokExpr <(/?)([cl ^$Wsp>/]+)([cl $Wsp]*[cl ^>]*)>
/macosx-10.9.5/llvmCore-3425.0.33/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...]
/macosx-10.9.5/llvmCore-3425.0.33/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...]
/macosx-10.9.5/swig-10/Lib/allegrocl/
H A Dinout_typemaps.i16 %{(cl::let (($out (ff:allocate-fobject '$*in_fftype :c)))
33 %{(cl::let (($out (ff:allocate-fobject '$*in_fftype :c)))
45 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
46 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
48 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
49 (cl::setf (ff:fslot-value-typed (cl
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/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...]
/macosx-10.9.5/llvmCore-3425.0.33/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...]
/macosx-10.9.5/llvmCore-3425.0.33/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...]
/macosx-10.9.5/llvmCore-3425.0.33/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));
/macosx-10.9.5/llvmCore-3425.0.33/utils/FileUpdate/
H A DFileUpdate.cpp25 static cl::opt<bool>
26 Quiet("quiet", cl::desc("Don't print unnecessary status information"),
27 cl::init(false));
29 static cl::opt<std::string>
30 InputFilename("input-file", cl::desc("Input file (defaults to stdin)"),
31 cl::init("-"), cl::value_desc("filename"));
33 static cl::opt<std::string>
34 OutputFilename(cl::Positional, cl
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp24 static cl::opt<bool, true>
25 Debug("debug-compile", cl::desc("Compile for debugging"), cl::Hidden,
26 cl::location(CompileForDebugging),
27 cl::init(false));
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-link/
H A Dllvm-link.cpp31 static cl::list<std::string>
32 InputFilenames(cl::Positional, cl::OneOrMore,
33 cl::desc("<input bitcode files>"));
35 static cl::opt<std::string>
36 OutputFilename("o", cl::desc("Override output filename"), cl::init("-"),
37 cl::value_desc("filename"));
39 static cl::opt<bool>
40 Force("f", cl
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-cov/
H A Dllvm-cov.cpp24 static cl::opt<bool>
25 DumpGCOV("dump", cl::init(false), cl::desc("dump gcov file"));
27 static cl::opt<std::string>
28 InputGCNO("gcno", cl::desc("<input gcno file>"), cl::init(""));
30 static cl::opt<std::string>
31 InputGCDA("gcda", cl::desc("<input gcda file>"), cl::init(""));
41 cl
[all...]

Completed in 187 milliseconds

1234567891011>>