| /test/xts/acts/security_lite/permission_posix/pms/src/ |
| H A D | ActsPMSTest.h | 26 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/fileio/close/ |
| H A D | CloseApiTest.cpp | 24 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/fileio/getdents64/ |
| H A D | Getdents64ApiTest.cpp | 25 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/fileio/uname/ |
| H A D | UnameApiTest.cpp | 26 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/mem/brk/ |
| H A D | BrkApiTest.cpp | 31 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/schedule/schedgetprioritymin/ |
| H A D | SchedgetpriorityminApiTest.cpp | 28 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/schedule/schedgetprioritymax/ |
| H A D | SchedgetprioritymaxApiTest.cpp | 28 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/schedule/schedrrgetinterval/ |
| H A D | SchedrrgetintervalApiTest.cpp | 29 #include <sys/types.h>
|
| /vendor/hisilicon/hispark_taurus_linux/hals/utils/sys_param/ |
| H A D | hal_sys_param.c | 22 #include <sys/types.h>
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | ir_constructor.h | 244 Types *types; in Inputs() 247 types = static_cast<Types *>(CurrentInst()->CastToIntrinsic()); in Inputs() 250 types = static_cast<Types *>(CurrentInst()->CastToCallIndirect()); in Inputs() 253 types = static_cast<Types *>(CurrentInst()->CastToBuiltin()); in Inputs() 256 types = static_cast<Types *>(CurrentInst()->CastToInitObject()); in Inputs() 260 types = static_cast<Types *>(static_cast<CallInst *>(CurrentInst())); in Inputs() 265 types->AllocateInputTypes(graph_->GetAllocator(), inputs.size()); in Inputs() 267 types->AddInputType(static_cast<DataType::Type>(input.first)); in Inputs() 275 * Same as the default Inputs() method, but defines inputs' types with respect to call-instructions. 276 * Copies types o [all...] |
| /foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
| H A D | js_util.cpp | 129 uint32_t types = static_cast<uint32_t>(cb->data.device->GetType()); in GetDeviceAxisInfo() local 131 if (types &item.typeBit) { in GetDeviceAxisInfo() 185 uint32_t types = static_cast<uint32_t>(cb->data.device->GetType()); in GetDeviceSourceType() local 188 if (types &item.typeBit) { in GetDeviceSourceType()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_irq.c | 108 * Disable all types of interrupts from all sources. 383 atomic_t *types; in amdgpu_irq_add_id() local 385 types = kcalloc(source->num_types, sizeof(atomic_t), in amdgpu_irq_add_id() 387 if (!types) in amdgpu_irq_add_id() 390 source->enabled_types = types; in amdgpu_irq_add_id() 487 * Updates state of all types of interrupts on all sources on resume after
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_irq.c | 122 * Disable all types of interrupts from all sources. 407 atomic_t *types; in amdgpu_irq_add_id() local 409 types = kcalloc(source->num_types, sizeof(atomic_t), in amdgpu_irq_add_id() 411 if (!types) in amdgpu_irq_add_id() 414 source->enabled_types = types; in amdgpu_irq_add_id() 536 * Updates state of all types of interrupts on all sources on resume after
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| H A D | setup_64.c | 292 * the various platform types and copy the matching one to the 1093 void setup_rfi_flush(enum l1d_flush_type types, bool enable) in setup_rfi_flush() argument 1095 if (types & L1D_FLUSH_FALLBACK) { in setup_rfi_flush() 1100 if (types & L1D_FLUSH_ORI) in setup_rfi_flush() 1103 if (types & L1D_FLUSH_MTTRIG) in setup_rfi_flush() 1106 enabled_flush_types = types; in setup_rfi_flush()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
| H A D | generic.c | 381 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() argument 385 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed() 387 update_fixed_last(base, base + step, *types); in print_fixed() 390 if (last_fixed_end == base && last_fixed_type == *types) { in print_fixed() 396 update_fixed_last(base, base + step, *types); in print_fixed()
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
| H A D | setup.c | 554 enum l1d_flush_type types; in pseries_setup_security_mitigations() local 575 types = L1D_FLUSH_FALLBACK; in pseries_setup_security_mitigations() 578 types |= L1D_FLUSH_MTTRIG; in pseries_setup_security_mitigations() 581 types |= L1D_FLUSH_ORI; in pseries_setup_security_mitigations() 586 setup_rfi_flush(types, enable); in pseries_setup_security_mitigations()
|
| /kernel/linux/linux-6.6/drivers/media/platform/nxp/dw100/ |
| H A D | dw100.c | 117 u32 types; member 123 .types = DW100_FMT_OUTPUT | DW100_FMT_CAPTURE, 128 .types = DW100_FMT_OUTPUT | DW100_FMT_CAPTURE, 133 .types = DW100_FMT_CAPTURE, 138 .types = DW100_FMT_CAPTURE, 143 .types = DW100_FMT_OUTPUT | DW100_FMT_CAPTURE, 148 .types = DW100_FMT_OUTPUT | DW100_FMT_CAPTURE, 153 .types = DW100_FMT_OUTPUT | DW100_FMT_CAPTURE, 158 .types = DW100_FMT_OUTPUT | DW100_FMT_CAPTURE, 163 .types [all...] |
| /kernel/linux/linux-6.6/net/wireless/ |
| H A D | core.c | 634 u16 types = c->limits[j].types; in wiphy_verify_combinations() local 636 /* interface types shouldn't overlap */ in wiphy_verify_combinations() 637 if (WARN_ON(types & all_iftypes)) in wiphy_verify_combinations() 639 all_iftypes |= types; in wiphy_verify_combinations() 645 if (WARN_ON(wiphy->software_iftypes & types)) in wiphy_verify_combinations() 649 if (WARN_ON(types & BIT(NL80211_IFTYPE_P2P_DEVICE) && in wiphy_verify_combinations() 654 if (WARN_ON(types & BIT(NL80211_IFTYPE_NAN) && in wiphy_verify_combinations() 668 if (WARN_ON(types & BIT(NL80211_IFTYPE_ADHOC) && in wiphy_verify_combinations() 678 if (WARN_ON((wiphy->interface_modes & types) ! in wiphy_verify_combinations() 826 u16 types = 0; wiphy_register() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | code_decrypt.cpp | 17 #include <sys/types.h>
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | timer_module.h | 22 #include <sys/types.h>
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | trace.cpp | 18 #include <sys/types.h>
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| H A D | js_interop_inst_builder.h | 24 const std::array<DataType::Type, N> &types,
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | arrayType.cpp | 19 #include <typescript/types/objectType.h>
|
| H A D | functionType.cpp | 18 #include <typescript/types/signature.h>
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsTemplateLiteralType.h | 23 #include <typescript/types/type.h>
|