Home
last modified time | relevance | path

Searched refs:types (Results 4351 - 4375 of 18052) sorted by relevance

1...<<171172173174175176177178179180>>...723

/test/xts/acts/security_lite/permission_posix/pms/src/
H A DActsPMSTest.h26 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/close/
H A DCloseApiTest.cpp24 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/getdents64/
H A DGetdents64ApiTest.cpp25 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/uname/
H A DUnameApiTest.cpp26 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/mem/brk/
H A DBrkApiTest.cpp31 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/schedule/schedgetprioritymin/
H A DSchedgetpriorityminApiTest.cpp28 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/schedule/schedgetprioritymax/
H A DSchedgetprioritymaxApiTest.cpp28 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/schedule/schedrrgetinterval/
H A DSchedrrgetintervalApiTest.cpp29 #include <sys/types.h>
/vendor/hisilicon/hispark_taurus_linux/hals/utils/sys_param/
H A Dhal_sys_param.c22 #include <sys/types.h>
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h244 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 Djs_util.cpp129 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 Damdgpu_irq.c108 * 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 Damdgpu_irq.c122 * 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 Dsetup_64.c292 * 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 Dgeneric.c381 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 Dsetup.c554 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 Ddw100.c117 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 Dcore.c634 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 Dcode_decrypt.cpp17 #include <sys/types.h>
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dtimer_module.h22 #include <sys/types.h>
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dtrace.cpp18 #include <sys/types.h>
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
H A Djs_interop_inst_builder.h24 const std::array<DataType::Type, N> &types,
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DarrayType.cpp19 #include <typescript/types/objectType.h>
H A DfunctionType.cpp18 #include <typescript/types/signature.h>
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTemplateLiteralType.h23 #include <typescript/types/type.h>

Completed in 21 milliseconds

1...<<171172173174175176177178179180>>...723