Home
last modified time | relevance | path

Searched full:enums (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/freebsd/lib/libifconfig/
H A Dlibifconfig_sfp_tables.tpl.h33 for _, ent in ipairs(enums) do
81 for _, ent in ipairs(enums) do
103 for _, ent in ipairs(enums) do
118 for _, ent in ipairs(enums) do
H A Dlibifconfig_sfp_tables_internal.tpl.h38 for _, ent in ipairs(enums) do
54 for _, ent in ipairs(enums) do
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h29 /// synch scope enums used in source languages.
31 /// In atomic builtin and expressions, language-specific synch scope enums are
32 /// used. Currently only OpenCL memory scope enums are supported and assumed
34 /// define their own set of synch scope enums. The language-specific synch scope
128 /// enums in opencl-c-base.h.
176 /// enums in hip-c.h.
/freebsd/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c117 -E extract the named or all enums and bits only\n\
118 -e extract the named oids or enums\n\
142 /** extract enums */
218 struct enums { struct
221 TAILQ_ENTRY(enums) link; argument
231 TAILQ_HEAD(, enums) enums;
735 TAILQ_INIT(&t->enums); in make_type()
749 struct enums *e; in parse_type()
784 TAILQ_INSERT_TAIL(&t->enums, e, link); in parse_type()
1456 const struct enums *e; in gen_enum_funcs()
[all …]
H A Dgensnmptree.173 table, the table itself and definitions for all enums.
104 stuff on enums like value checking and conversion between value and strings.
107 stuff on enums like value checking and conversion between value and strings.
/freebsd/usr.bin/ctags/
H A Dctags.165 enums and unions.
77 Do not create tags for typedefs, structs, unions, and enums.
212 that did not create tags for typedefs, enums, structs and unions
/freebsd/contrib/libsamplerate/
H A Dsamplerate.h51 ** internal state of the converter. Choose a converter from the enums below.
65 ** internal state of the converter. Choose a converter from the enums below.
159 ** The following enums can be used to set the interpolator type
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py40 enums = dict(((b, a + offset) for a, b in enumerate(sequential)), **named)
41 return type('Enum', (), enums)
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp38 cl::OptionCategory GenIntrinsicCat("Options for -gen-intrinsic-enums");
51 void run(raw_ostream &OS, bool Enums);
72 void IntrinsicEmitter::run(raw_ostream &OS, bool Enums) { in run() argument
77 if (Enums) { in run()
112 // Find the TargetSet for which to generate enums. There will be an initial in EmitEnumInfo()
713 IntrinsicEmitter(RK).run(OS, /*Enums=*/true); in EmitIntrinsicEnums()
716 static TableGen::Emitter::Opt X("gen-intrinsic-enums", EmitIntrinsicEnums,
717 "Generate intrinsic enums");
720 IntrinsicEmitter(RK).run(OS, /*Enums=*/false); in EmitIntrinsicImpl()
H A DTableGen.cpp38 cl::OptionCategory PrintEnumsCat("Options for -print-enums");
74 {"print-enums", PrintEnums, "Print enum values for a class"},
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c58 /* True enums and other test configuration values that map to an int. */
65 __owur static int parse_enum(const test_enum *enums, size_t num_enums, in parse_enum() argument
70 if (strcmp(enums[i].name, name) == 0) { in parse_enum()
71 *value = enums[i].value; in parse_enum()
78 static const char *enum_name(const test_enum *enums, size_t num_enums, in enum_name() argument
83 if (enums[i].value == value) { in enum_name()
84 return enums[i].name; in enum_name()
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c516 struct enum_pairs *enums) in parse_enum() argument
519 if (enum_pair_insert(enums, val, nexttok) < 0) in parse_enum()
526 warnx("')' at end of enums"); in parse_enum()
645 struct enum_pairs *enums = NULL; in snmp_import_table() local
651 if ((syntax = parse_type(snmptoolctx, &tok, &tc, &enums)) < 0) { in snmp_import_table()
652 enum_pairs_free(enums); in snmp_import_table()
658 if (snmp_syntax_insert(&(entry->index_list), enums, syntax, in snmp_import_table()
661 enum_pairs_free(enums); in snmp_import_table()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp151 // Dump member enums when dumping their class definition. in isTypeExcluded()
196 if (opts::pretty::Enums) in start()
197 dumpSymbolCategory<PDBSymbolTypeEnum>(Printer, Exe, *this, "Enums"); in start()
278 assert(opts::pretty::Enums); in dump()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_muram_ext.h50 @Description FM API functions, definitions and enums
58 @Description FM MURAM API functions, definitions and enums
66 @Description FM MURAM initialization API functions, definitions and enums
109 @Description FM MURAM control API functions, definitions and enums
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDirectives.h1 //===- MCDirectives.h - Enums for directives on various targets -*- C++ -*-===//
9 // This file defines various enums that represent target-specific directives.
H A DMCSectionELF.h28 /// This is the sh_type field of a section, drawn from the enums below.
31 /// This is the sh_flags field of a section, drawn from the enums below.
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodeEnums.h1 //===- BitCodeEnums.h - Core enums for the bitstream format -----*- C++ -*-===//
12 // bitstream and bitcode enums without needing to fully or partially build
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_equality_comparable.h43 // enums: The user is allowed to specialize operator== for enums
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp74 // Enums can be used by many registers and the size of each register in GetRegisterType()
82 // Enums can be used by mutiple fields and multiple registers, so we in GetRegisterType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h9 // This file defines a set of enums which allow processing of intrinsic
40 // the enum into target-specific enums.
46 // Get the intrinsic enums generated from Intrinsics.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h28 // IMPORTANT: enums below should go in ascending by 1 value order
33 // name and those with unmangled name. The enums for the library
34 // functions with mangled name are defined before enums for the
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_ipc.h51 @Description QM API functions, definitions and enums
59 @Description QM Inter-Partition messaging unit API definitions and enums.
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_ipc.h51 @Description BM API functions, definitions and enums
59 @Description BM Inter-Partition messaging unit API definitions and enums.
/freebsd/usr.bin/clang/llvm-pdbutil/
H A Dllvm-pdbutil.1326 .B \-enums
327 Display enums
394 Display all types (implies \-classes, \-enums, \-typedefs)
/freebsd/contrib/tcpdump/
H A Ddiag-control.h71 * type. Some libcap-ng routines use enums to define bit flags;
136 /* GCC apparently doesn't complain about ORing enums together. */

12345678910>>...14