/freebsd/sys/net/altq/ |
H A D | altq_hfsc.c | 139 #define is_a_parent_class(cl) ((cl)->cl_children != NULL) argument 202 struct hfsc_class *cl, *parent; in hfsc_add_queue() local 233 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc, in hfsc_add_queue() 235 if (cl == NULL) in hfsc_add_queue() 245 struct hfsc_class *cl; in hfsc_remove_queue() local 250 if ((cl = clh_to_clp(hif, a->qid)) == NULL) in hfsc_remove_queue() 253 return (hfsc_class_destroy(cl)); in hfsc_remove_queue() 260 struct hfsc_class *cl; in hfsc_getqstats() local 271 if ((cl = clh_to_clp(hif, a->qid)) == NULL) in hfsc_getqstats() 280 get_class_stats_v0(&stats.v0, cl); in hfsc_getqstats() [all …]
|
H A D | altq_rmclass.c | 184 struct rm_class *cl; in rmc_newclass() local 215 cl = malloc(sizeof(struct rm_class), M_DEVBUF, M_NOWAIT | M_ZERO); in rmc_newclass() 216 if (cl == NULL) in rmc_newclass() 218 CALLOUT_INIT(&cl->callout_); in rmc_newclass() 219 cl->q_ = malloc(sizeof(class_queue_t), M_DEVBUF, M_NOWAIT | M_ZERO); in rmc_newclass() 220 if (cl->q_ == NULL) { in rmc_newclass() 221 free(cl, M_DEVBUF); in rmc_newclass() 228 cl->children_ = NULL; in rmc_newclass() 229 cl->parent_ = parent; in rmc_newclass() 230 cl->borrow_ = borrow; in rmc_newclass() [all …]
|
H A D | altq_priq.c | 137 struct priq_class *cl; in priq_add_queue() local 152 cl = priq_class_create(pif, a->priority, a->qlimit, in priq_add_queue() 154 if (cl == NULL) in priq_add_queue() 164 struct priq_class *cl; in priq_remove_queue() local 169 if ((cl = clh_to_clp(pif, a->qid)) == NULL) in priq_remove_queue() 172 return (priq_class_destroy(cl)); in priq_remove_queue() 179 struct priq_class *cl; in priq_getqstats() local 186 if ((cl = clh_to_clp(pif, a->qid)) == NULL) in priq_getqstats() 192 get_class_stats(&stats, cl); in priq_getqstats() 207 struct priq_class *cl; in priq_clear_interface() local [all …]
|
H A D | altq_fairq.c | 191 struct fairq_class *cl; in fairq_add_queue() local 206 cl = fairq_class_create(pif, a->priority, a->qlimit, a->bandwidth, in fairq_add_queue() 208 if (cl == NULL) in fairq_add_queue() 218 struct fairq_class *cl; in fairq_remove_queue() local 223 if ((cl = clh_to_clp(pif, a->qid)) == NULL) in fairq_remove_queue() 226 return (fairq_class_destroy(cl)); in fairq_remove_queue() 233 struct fairq_class *cl; in fairq_getqstats() local 240 if ((cl = clh_to_clp(pif, a->qid)) == NULL) in fairq_getqstats() 246 get_class_stats(&stats, cl); in fairq_getqstats() 261 struct fairq_class *cl; in fairq_clear_interface() local [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | gcov.cpp | 84 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, 85 cl::desc("SOURCEFILE")); in gcovMain() 87 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), in gcovMain() 88 cl::desc("Display all basic blocks")); in gcovMain() 89 cl::alias AllBlocksA("all-blocks", cl in gcovMain() [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 101 cl::SubCommand DumpSubcommand("dump", "Dump MSF and CodeView debug info"); 102 cl::SubCommand BytesSubcommand("bytes", "Dump raw bytes from the PDB file"); 104 cl::SubCommand DiaDumpSubcommand("diadump", 107 cl::SubCommand 111 cl::SubCommand 114 cl::SubCommand 118 cl::SubCommand MergeSubcommand("merge", 121 cl::SubCommand ExplainSubcommand("explain", 124 cl::SubCommand ExportSubcommand("export", 127 cl [all...] |
H A D | llvm-pdbutil.h | 78 extern llvm::cl::list<std::string> WithName; 80 extern llvm::cl::opt<bool> Compilands; 81 extern llvm::cl::opt<bool> Symbols; 82 extern llvm::cl::opt<bool> Globals; 83 extern llvm::cl::opt<bool> Classes; 84 extern llvm::cl::opt<bool> Enums; 85 extern llvm::cl::opt<bool> Funcsigs; 86 extern llvm::cl::opt<bool> Arrays; 87 extern llvm::cl::opt<bool> Typedefs; 88 extern llvm::cl [all...] |
/freebsd/lib/libc/iconv/ |
H A D | citrus_lookup.c | 87 seq_get_num_entries_db(struct _citrus_lookup *cl) in seq_get_num_entries_db() argument 90 return (cl->cl_dbnum); in seq_get_num_entries_db() 94 seq_next_db(struct _citrus_lookup *cl, struct _region *key, in seq_next_db() argument 98 if (cl->cl_key) { in seq_next_db() 100 _region_init(key, cl->cl_key, cl->cl_keylen); in seq_next_db() 101 return (_db_lookup_by_s(cl->cl_db, cl->cl_key, data, in seq_next_db() 102 &cl->cl_dblocator)); in seq_next_db() 105 if (cl->cl_rewind) { in seq_next_db() 106 cl->cl_dbidx = 0; in seq_next_db() 108 cl->cl_rewind = 0; in seq_next_db() [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_cmdline.c | 33 struct archive_cmdline *cl; in DEFINE_TEST() 36 assert((cl = __archive_cmdline_allocate()) != NULL); in DEFINE_TEST() 37 if (cl == NULL) in DEFINE_TEST() 39 assertEqualInt(ARCHIVE_OK, __archive_cmdline_parse(cl, "gzip")); in DEFINE_TEST() 40 assertEqualInt(1, cl->argc); in DEFINE_TEST() 41 assertEqualString("gzip", cl->path); in DEFINE_TEST() 42 assertEqualString("gzip", cl->argv[0]); in DEFINE_TEST() 43 assertEqualInt(ARCHIVE_OK, __archive_cmdline_free(cl)); in DEFINE_TEST() 45 assert((cl = __archive_cmdline_allocate()) != NULL); in DEFINE_TEST() 46 if (cl in DEFINE_TEST() 34 struct archive_cmdline *cl; DEFINE_TEST() local [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 26 OffsetParser::OffsetParser(cl::Option &O) : parser<unsigned long long>(O) {} in OffsetParser() 29 bool OffsetParser::parse(cl::Option &O, StringRef ArgName, StringRef Arg, in parse() 45 cl::list<std::string> 46 cmdline::InputFilenames(cl::desc("<input object files or .dSYM bundles>"), 47 cl::Positional, cl::ZeroOrMore); 52 cl::OptionCategory 58 cl::list<LVAttributeKind> cmdline::AttributeOptions( 59 "attribute", cl::cat(AttributeCategory), cl::desc("Element attributes."), 60 cl::Hidden, cl::CommaSeparated, 132 cl::OptionCategory [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 33 static cl::opt<TY> *NAME##View; \ 40 static cl::list<TY> *NAME##View; \ 120 static cl::opt<std::string> MArch( in CGOPT() 121 "march", cl::desc("Architecture to generate code for (see --version)")); in CGOPT() 124 static cl::opt<std::string> MCPU( in CGOPT() 125 "mcpu", cl::desc("Target a specific cpu type (-mcpu=help for details)"), in CGOPT() 126 cl::value_desc("cpu-name"), cl::init("")); in CGOPT() 129 static cl::list<std::string> MAttrs( in CGOPT() 130 "mattr", cl::CommaSeparated, in CGOPT() 131 cl::desc("Target specific attributes (-mattr=help for details)"), in CGOPT() [all …]
|
H A D | TargetPassConfig.cpp | 57 static cl::opt<bool> 58 EnableIPRA("enable-ipra", cl::init(false), cl::Hidden, 59 cl::desc("Enable interprocedural register allocation " 61 static cl::opt<bool> DisablePostRASched("disable-post-ra", cl::Hidden, 62 cl::desc("Disable Post Regalloc Scheduler")); 63 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden, 64 cl::desc("Disable branch folding")); 65 static cl::opt<bool> DisableTailDuplicate("disable-tail-duplicate", cl::Hidden, 66 cl::desc("Disable tail duplication")); 67 static cl::opt<bool> DisableEarlyTailDup("disable-early-taildup", cl::Hidden, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.cpp | 35 static cl::opt<bool> 36 EnableCExtOpt("hexagon-cext", cl::Hidden, cl::init(true), 37 cl::desc("Enable Hexagon constant-extender optimization")); 39 static cl::opt<bool> EnableRDFOpt("rdf-opt", cl::Hidden, cl::init(true), 40 cl::desc("Enable RDF-based optimizations")); 42 cl::opt<unsigned> RDFFuncBlockLimit( 43 "rdf-bb-limit", cl::Hidden, cl::init(1000), 44 cl::desc("Basic block limit for a function for RDF optimizations")); 46 static cl::opt<bool> 47 DisableHardwareLoops("disable-hexagon-hwloops", cl::Hidden, [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph-diff.cpp | 30 static cl::SubCommand GraphDiff("graph-diff", 32 static cl::opt<std::string> GraphDiffInput1(cl::Positional, 33 cl::desc("<xray log file 1>"), 34 cl::Required, cl::sub(GraphDiff)); 35 static cl::opt<std::string> GraphDiffInput2(cl::Positional, 36 cl::desc("<xray log file 2>"), 37 cl::Required, cl::sub(GraphDiff)); 39 static cl::opt<bool> 41 cl::desc("Keep going on errors encountered"), 42 cl::sub(GraphDiff), cl::init(false)); [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 68 static cl::OptionCategory ToolOptions("Tool Options"); 69 static cl::OptionCategory ViewOptions("View Options"); 71 static cl::opt<std::string> InputFilename(cl::Positional, 72 cl::desc("<input file>"), 73 cl::cat(ToolOptions), cl::init("-")); 75 static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"), 76 cl::init("-"), cl::cat(ToolOptions), 77 cl::value_desc("filename")); 79 static cl::opt<std::string> 81 cl::desc("Target architecture. " [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | optdriver.cpp | 70 static cl::list<const PassInfo *, bool, PassNameParser> PassList(cl::desc( 73 static cl::opt<bool> EnableLegacyPassManager( 75 cl::desc( 78 cl::init(false)); 84 static cl::opt<std::string> PassPipeline( 86 cl::desc( 89 static cl::alias PassPipeline2("p", cl::aliasopt(PassPipeline), 90 cl::desc("Alias for -passes")); 92 static cl::opt<bool> PrintPasses("print-passes", 93 cl::desc("Print available passes that can be " [all …]
|
H A D | NewPMDriver.cpp | 46 cl::opt<bool> DebugifyEach( 48 cl::desc("Start each pass with debugify and end it with check-debugify")); 50 cl::opt<std::string> 52 cl::desc("Export per-pass debugify statistics to this file"), 53 cl::value_desc("filename")); 55 cl::opt<bool> VerifyEachDebugInfoPreserve( 57 cl::desc("Start each pass with collecting and end it with checking of " 60 cl::opt<std::string> 62 cl::desc("Export debug info preservation failures into " 65 cl::value_desc("filename"), cl::init("")); [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 46 static cl::OptionCategory MCCategory("MC Options"); 48 static cl::opt<std::string> InputFilename(cl::Positional, 49 cl::desc("<input file>"), 50 cl::init("-"), cl::cat(MCCategory)); 52 static cl::list<std::string> 53 DisassemblerOptions("M", cl::desc("Disassembler options"), 54 cl::cat(MCCategory)); 56 static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"), 57 cl::value_desc("filename"), 58 cl::init("-"), cl::cat(MCCategory)); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.cpp | 61 static cl::opt<bool> EnableCCMP("aarch64-enable-ccmp", 62 cl::desc("Enable the CCMP formation pass"), 63 cl::init(true), cl::Hidden); 65 static cl::opt<bool> 67 cl::desc("Enable the conditional branch tuning pass"), 68 cl::init(true), cl::Hidden); 70 static cl::opt<bool> EnableAArch64CopyPropagation( 72 cl::desc("Enable the copy propagation with AArch64 copy instr"), 73 cl::init(true), cl::Hidden); 75 static cl::opt<bool> EnableMCR("aarch64-enable-mcr", [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCTargetOptionsCommandFlags.cpp | 21 static cl::opt<TY> *NAME##View; \ 62 static cl::opt<bool> RelaxAll( in MCOPT_EXP() 63 "mc-relax-all", cl::desc("When used with filetype=obj, relax all fixups " in MCOPT_EXP() 67 static cl::opt<bool> IncrementalLinkerCompatible( in MCOPT_EXP() 69 cl::desc( in MCOPT_EXP() 74 static cl::opt<bool> FDPIC("fdpic", cl::desc("Use the FDPIC ABI")); in MCOPT_EXP() 77 static cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"), in MCOPT_EXP() 78 cl::init(0)); in MCOPT_EXP() 81 static cl::opt<bool> Dwarf64( in MCOPT_EXP() 83 cl::desc("Generate debugging info in the 64-bit DWARF format")); in MCOPT_EXP() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SizeOpts.cpp | 17 cl::opt<bool> llvm::EnablePGSO( 18 "pgso", cl::Hidden, cl::init(true), 19 cl::desc("Enable the profile guided size optimizations. ")); 21 cl::opt<bool> llvm::PGSOLargeWorkingSetSizeOnly( 22 "pgso-lwss-only", cl::Hidden, cl::init(true), 23 cl::desc("Apply the profile guided size optimizations only " 26 cl::opt<bool> llvm::PGSOColdCodeOnly( 27 "pgso-cold-code-only", cl::Hidden, cl::init(false), 28 cl::desc("Apply the profile guided size optimizations only " 31 cl::opt<bool> llvm::PGSOColdCodeOnlyForInstrPGO( [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 38 static cl::opt<char> 40 cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] " 42 cl::Prefix, cl::init('2')); 44 static cl::opt<char> CGOptLevel( 46 cl::desc("Codegen optimization level (0, 1, 2 or 3, default = '2')"), 47 cl::init('2')); 49 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore, 50 cl::desc("<input bitcode files>")); 52 static cl::opt<std::string> OutputFilename("o", cl::Required, 53 cl::desc("Output filename"), [all …]
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 33 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden); 37 static cl::OptionCategory ClangFormatCategory("Clang-format options"); 39 static cl::list<unsigned> 41 cl::desc("Format a range starting at this byte offset.\n" 45 cl::cat(ClangFormatCategory)); 46 static cl::list<unsigned> 48 cl::desc("Format a range of this length (in bytes).\n" 55 cl::cat(ClangFormatCategory)); 56 static cl::list<std::string> 58 cl::desc("<start line>:<end line> - format a range of\n" [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/ |
H A D | llvm-as.cpp | 33 cl::OptionCategory AsCat("llvm-as Options"); 35 static cl::opt<std::string> InputFilename(cl::Positional, 36 cl::desc("<input .llvm file>"), 37 cl::init("-")); 39 static cl::opt<std::string> OutputFilename("o", 40 cl::desc("Override output filename"), 41 cl::value_desc("filename"), 42 cl::cat(AsCat)); 44 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), 45 cl::cat(AsCat)); [all …]
|
/freebsd/lib/libc/i386/string/ |
H A D | strcmp.S | 59 L2: movb (%eax),%cl 60 testb %cl,%cl 62 cmpb %cl,(%edx) 66 movb (%eax),%cl 67 testb %cl,%cl 69 cmpb %cl,(%edx) 73 movb (%eax),%cl 74 testb %cl,%cl 76 cmpb %cl,(%edx) 80 movb (%eax),%cl [all …]
|