Searched refs:enum (Results 1 – 25 of 40) sorted by relevance
12
| /tools/perf/util/scripting-engines/ |
| A D | Build | 6 …-undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-switch-enum 9 …Wno-unused-parameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-af…
|
| /tools/net/sunrpc/xdrgen/grammars/ |
| A D | xdr.lark | 46 enum_type_spec : "enum" enum_body 67 | "enum" identifier enum_body ";" -> enum
|
| /tools/net/sunrpc/xdrgen/templates/C/enum/definition/ |
| A D | open.j2 | 3 enum {{ name }} {
|
| A D | close.j2 | 3 typedef enum {{ name }} {{ name }};
|
| /tools/net/sunrpc/xdrgen/templates/C/constants/ |
| A D | definition.j2 | 3 enum { {{ name }} = {{ value }} };
|
| /tools/net/sunrpc/xdrgen/templates/C/program/definition/ |
| A D | open.j2 | 6 enum {
|
| /tools/net/sunrpc/xdrgen/templates/C/enum/encoder/ |
| A D | enum.j2 | 4 /* enum {{ name }} */
|
| A D | enum_be.j2 | 4 /* enum {{ name }} (big-endian) */
|
| /tools/net/sunrpc/xdrgen/templates/C/enum/decoder/ |
| A D | enum_be.j2 | 4 /* enum {{ name }} (big-endian) */
|
| A D | enum.j2 | 4 /* enum {{ name }} */
|
| /tools/perf/scripts/perl/Perf-Trace-Util/ |
| A D | Build | 3 …cls -Wno-strict-prototypes -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-switch-enum
|
| /tools/memory-model/ |
| A D | linux-kernel.bell | 16 enum Accesses = 'ONCE (*READ_ONCE,WRITE_ONCE*) || 25 enum Barriers = 'wmb (*smp_wmb*) || 51 enum SRCU = 'srcu-lock || 'srcu-unlock || 'sync-srcu
|
| /tools/net/ynl/pyynl/lib/ |
| A D | ynl.py | 4 from enum import Enum 529 enum = self.consts[attr_spec['enum']] 530 if enum.type == 'flags' or attr_spec.get('enum-as-flags', False): 538 return enum.entries[value].user_value() 626 def _get_enum_or_unknown(self, enum, raw): argument 628 name = enum.entries_by_val[raw].name 637 enum = self.consts[attr_spec['enum']] 638 if enum.type == 'flags' or attr_spec.get('enum-as-flags', False): 643 value.add(self._get_enum_or_unknown(enum, i)) 647 value = self._get_enum_or_unknown(enum, raw) [all …]
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_c.py | 400 low, high = enum.value_range() 1983 if enum: 1987 if enum and enum.type == 'flags': 2022 args = [enum.user_type + ' value'] 2026 def put_enum_to_str(family, cw, enum): argument 2029 for entry in enum.entries.values(): 2034 _put_enum_to_str_helper(cw, enum.render_name, map_name, 'value', enum=enum) 3170 if enum.header: 3173 if enum.has_doc(): 3174 if enum.has_entry_doc(): [all …]
|
| /tools/net/sunrpc/xdrgen/subcmds/ |
| A D | declarations.py | 14 from generators.enum import XdrEnumGenerator
|
| A D | definitions.py | 14 from generators.enum import XdrEnumGenerator
|
| A D | source.py | 14 from generators.enum import XdrEnumGenerator
|
| /tools/net/sunrpc/xdrgen/ |
| A D | README | 156 pragma big_endian <enum> ; 167 "__be32" instead of "enum nfsstat3". XDR unions then switch on the 227 bool xdrgen_decode_nfsstat3(struct xdr_stream *xdr, enum nfsstat3 *ptr); 228 bool xdrgen_encode_nfsstat3(struct xdr_stream *xdr, enum nfsstat3 value);
|
| /tools/lib/perf/Documentation/ |
| A D | libperf-counting.txt | 44 8 static int libperf_print(enum libperf_print_level level, 63 enum libperf_print_level {
|
| A D | libperf-sampling.txt | 51 12 static int libperf_print(enum libperf_print_level level, 70 enum libperf_print_level {
|
| A D | libperf.txt | 17 enum libperf_print_level { 26 typedef int (*libperf_print_fn_t)(enum libperf_print_level level,
|
| /tools/objtool/ |
| A D | Makefile | 35 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
|
| /tools/power/cpupower/bindings/python/ |
| A D | raw_pylibcpupower.swg | 31 enum acpi_cppc_value { 44 enum acpi_cppc_value which);
|
| /tools/perf/ |
| A D | design.txt | 85 enum perf_type_id { 98 enum perf_hw_id { 135 enum perf_sw_ids { 167 enum perf_event_read_format { 186 enum perf_event_record_format { 350 enum perf_event_type {
|
| /tools/testing/selftests/tc-testing/ |
| A D | TdcResults.py | 3 from enum import Enum
|
Completed in 44 milliseconds
12