| /kernel/linux/linux-6.6/drivers/media/rc/ |
| H A D | ati_remote.c | 272 unsigned char kind; member [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | btf.h | 304 u16 kind = btf_kind(t); in btf_is_composite() local 369 u8 kind = BTF_INFO_KIND(t->info); in btf_type_is_struct() local
|
| H A D | if_team.h | 174 const char *kind; member
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| H A D | nct6775.h | 24 enum kinds kind; member
|
| H A D | lm63.c | 146 enum chips kind; member [all...] |
| H A D | fschmd.c | 263 enum chips kind; member 699 int kind in watchdog_set_timeout() local 1048 enum chips kind; fschmd_detect() local 1090 enum chips kind = i2c_match_id(fschmd_id, client)->driver_data; fschmd_probe() local [all...] |
| H A D | f75375s.c | 86 int kind; member [all...] |
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | gen_loader.c | 530 int kind, ret; in bpf_gen__record_attach_target() local 562 bpf_gen__record_extern(struct bpf_gen *gen, const char *name, bool is_weak, bool is_typeless, bool is_ld64, int kind, int insn_idx) bpf_gen__record_extern() argument [all...] |
| H A D | relo_core.c | 86 static const char *core_relo_kind_str(enum bpf_core_relo_kind kind) in core_relo_kind_str() argument 106 static bool core_relo_is_field_based(enum bpf_core_relo_kind kind) in core_relo_is_field_based() argument 121 static bool core_relo_is_type_based(enum bpf_core_relo_kind kind) in core_relo_is_type_based() argument 135 static bool core_relo_is_enumval_based(enum bpf_core_relo_kind kind) in core_relo_is_enumval_based() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | gro.c | 398 static void tcp_write_options(char *buf, int kind, int ts) in tcp_write_options() argument 401 uint8_t kind; in tcp_write_options() member 407 uint8_t kind; in tcp_write_options() member
|
| /kernel/linux/linux-6.6/tools/bpf/bpftool/ |
| H A D | net.c | 44 char kind[64]; member 56 const char *kind; member [all...] |
| /third_party/elfutils/src/ |
| H A D | elfclassify.c | 164 elf_kind_string (int kind) in elf_kind_string() argument 233 int kind = elf_kind (elf); in run_classify() local
|
| /third_party/elfutils/libelf/ |
| H A D | libelfP.h | 286 Elf_Kind kind; member
|
| /third_party/gn/src/gn/ |
| H A D | parse_tree.cc | 346 const std::string& kind = value.FindKey(kDumpAccessorKind)->GetString(); in NewFromJSON() local
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | numfmt.cpp | 893 int32_t kind = lkey.kind(); variable 952 int32_t kind = lkey.kind(); variable 1036 NumberFormat::internalCreateInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) { in internalCreateInstance() argument 1054 createInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) createInstance() argument 1277 createSharedInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) createSharedInstance() argument [all...] |
| /third_party/libunwind/libunwind/src/ia64/ |
| H A D | Gparser.c | 224 unsigned char kind, mask = 0, *cp = sr->imask; in finish_prologue() local
|
| /third_party/libbpf/src/ |
| H A D | gen_loader.c | 530 int kind, ret; in bpf_gen__record_attach_target() local 562 bpf_gen__record_extern(struct bpf_gen *gen, const char *name, bool is_weak, bool is_typeless, bool is_ld64, int kind, int insn_idx) bpf_gen__record_extern() argument [all...] |
| H A D | relo_core.c | 86 static const char *core_relo_kind_str(enum bpf_core_relo_kind kind) in core_relo_kind_str() argument 106 static bool core_relo_is_field_based(enum bpf_core_relo_kind kind) in core_relo_is_field_based() argument 121 static bool core_relo_is_type_based(enum bpf_core_relo_kind kind) in core_relo_is_type_based() argument 135 static bool core_relo_is_enumval_based(enum bpf_core_relo_kind kind) in core_relo_is_enumval_based() argument [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-module-builder.cc | 408 AddExport(base::Vector<const char> name, ImportExportKindCode kind, uint32_t index) AddExport() argument [all...] |
| H A D | wasm-module-builder.h | 266 enum Kind { kGlobalGetEntry, kRefFuncEntry, kRefNullEntry } kind; member 306 bool IsValidOffsetKind(WasmInitExpr::Operator kind) { in IsValidOffsetKind() argument 438 ImportExportKindCode kind; global() member [all...] |
| H A D | wasm-code-manager.h | 272 Kind kind() const { return KindField::decode(flags_); } in kind() function in v8::internal::wasm::final 388 WasmCode(NativeModule* native_module, int index, base::Vector<byte> instructions, int stack_slots, uint32_t tagged_parameter_slots, int safepoint_table_offset, int handler_table_offset, int constant_pool_offset, int code_comments_offset, int unpadded_binary_size, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> reloc_info, base::Vector<const byte> source_position_table, Kind kind, ExecutionTier tier, ForDebugging for_debugging) WasmCode() argument
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | reparse.c | 566 enum { DIR_JUNCTION, VOL_JUNCTION, NO_JUNCTION } kind; in ntfs_get_fulllink() local 670 enum { FULL_PATH, ABS_PATH, REJECTED_PATH } kind; in ntfs_get_abslink() local 796 enum { FULL_TARGET, ABS_TARGET, REL_TARGET } kind; ntfs_make_symlink() local [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_internal.h | 109 enum dxil_attr_kind kind; member
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | numfmt.cpp | 894 int32_t kind = lkey->kind(); variable 954 int32_t kind = lkey->kind(); variable 1038 NumberFormat::internalCreateInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) { in internalCreateInstance() argument 1056 createInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) createInstance() argument 1279 createSharedInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) createSharedInstance() argument [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | semind.c | 607 int kind; member [all...] |