| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglMemoryStressTests.cpp | 344 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description) in MemoryStressCase() argument 476 MemoryStressCase::Spec spec; in init() local 490 MemoryStressCase::Spec spec; init() local 504 MemoryStressCase::Spec spec; init() local 518 MemoryStressCase::Spec spec; init() local 532 MemoryStressCase::Spec spec; init() local 546 MemoryStressCase::Spec spec; init() local 560 MemoryStressCase::Spec spec; init() local 574 MemoryStressCase::Spec spec; init() local 588 MemoryStressCase::Spec spec; init() local 602 MemoryStressCase::Spec spec; init() local [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fTextureFormatTests.cpp | 114 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt); in init() local 148 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in iterate() local 260 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt); in init() local 324 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); testFace() local [all...] |
| /third_party/vk-gl-cts/modules/gles2/stress/ |
| H A D | es2sDrawTests.cpp | 44 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) in genBasicSpec() argument 120 gls::DrawTestSpec spec; init() local 309 gls::DrawTestSpec spec; init() local [all...] |
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/idl/cm_ipc/ |
| H A D | cm_ipc_service.c | 881 struct CmSignatureSpec spec = { 0 }; in CmIpcServiceInit() local
|
| /base/security/certificate_manager/interfaces/kits/napi/src/ |
| H A D | cm_napi_sign_verify.cpp | 51 struct CmSignatureSpec *spec = nullptr;
member 199 static napi_value ParseSpec(napi_env env, napi_value object, CmSignatureSpec *&spec)
in ParseSpec() argument [all...] |
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| H A D | cert_manager_service.c | 257 CmServiceInit(const struct CmContext *context, const struct CmBlob *authUri, const struct CmSignatureSpec *spec, struct CmBlob *handle) CmServiceInit() argument
|
| /base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/cm_ipc/src/ |
| H A D | cm_ipc_client.c | 745 int32_t CmClientInit(const struct CmBlob *authUri, const struct CmSignatureSpec *spec, struct CmBlob *handle) in CmClientInit() argument
|
| /base/security/crypto_framework/frameworks/key/ |
| H A D | asy_key_generator.c | 612 HcfDsaCommParamsSpec *spec = (HcfDsaCommParamsSpec *)HcfMalloc(sizeof(HcfDsaCommParamsSpec), 0); in CreateDsaCommonSpecImpl() local 629 HcfDsaPubKeyParamsSpec *spec = (HcfDsaPubKeyParamsSpec *)HcfMalloc(sizeof(HcfDsaPubKeyParamsSpec), 0); in CreateDsaPubKeySpecImpl() local 654 HcfDsaKeyPairParamsSpec *spec = (HcfDsaKeyPairParamsSpec *)HcfMalloc(sizeof(HcfDsaKeyPairParamsSpec), 0); CreateDsaKeyPairSpecImpl() local 690 HcfDsaCommParamsSpec *spec = NULL; CreateDsaParamsSpecImpl() local 713 HcfDhPubKeyParamsSpec *spec = (HcfDhPubKeyParamsSpec *)HcfMalloc(sizeof(HcfDhPubKeyParamsSpec), 0); CreateDhPubKeySpecImpl() local 738 HcfDhPriKeyParamsSpec *spec = (HcfDhPriKeyParamsSpec *)HcfMalloc(sizeof(HcfDhPriKeyParamsSpec), 0); CreateDhPriKeySpecImpl() local 764 HcfDhKeyPairParamsSpec *spec = (HcfDhKeyPairParamsSpec *)HcfMalloc(sizeof(HcfDhKeyPairParamsSpec), 0); CreateDhKeyPairSpecImpl() local 801 HcfDhCommParamsSpec *spec = NULL; CreateDhParamsSpecImpl() local 911 HcfEccCommParamsSpec *spec = NULL; CreateEccParamsSpecImpl() local 953 HcfRsaPubKeyParamsSpec *spec = (HcfRsaPubKeyParamsSpec *)HcfMalloc(sizeof(HcfRsaPubKeyParamsSpec), 0); CreateRsaPubKeySpecImpl() local 977 HcfRsaKeyPairParamsSpec *spec = (HcfRsaKeyPairParamsSpec *)HcfMalloc(sizeof(HcfRsaKeyPairParamsSpec), 0); CreateRsaKeyPairSpecImpl() local 1013 HcfRsaCommParamsSpec *spec = NULL; CreateRsaParamsSpecImpl() local [all...] |
| /base/security/crypto_framework/test/unittest/src/ |
| H A D | crypto_dh_asy_key_generator_by_spec_test.cpp | 100 static void DestroyTestDhPriKeySpec(HcfDhPriKeyParamsSpec *spec) in DestroyTestDhPriKeySpec() argument 113 static void DestroyTestDhPubKeySpec(HcfDhPubKeyParamsSpec *spec) in DestroyTestDhPubKeySpec() argument 123 DestroyTestDhKeyPairSpec(HcfDhKeyPairParamsSpec *spec) DestroyTestDhKeyPairSpec() argument 138 ConstructDHKeyCommParamsSpec(int32_t pLen, int32_t skLen, HcfDhCommParamsSpec **spec) ConstructDHKeyCommParamsSpec() argument 171 ConstructDHKeyPairParamsCommonSpec(const std::string &algoName, HcfDhCommParamsSpec *dhCommParamsSpec, HcfAsyKeyParamsSpec **spec) ConstructDHKeyPairParamsCommonSpec() argument 212 ConstructDHKeyPairParamsSpec(const std::string &algoName, HcfDhCommParamsSpec *dhCommParamsSpec, HcfAsyKeyParamsSpec **spec) ConstructDHKeyPairParamsSpec() argument 253 ConstructDHPubKeyParamsSpec(const string &algoName, HcfDhCommParamsSpec *comSpec, HcfAsyKeyParamsSpec **spec) ConstructDHPubKeyParamsSpec() argument 298 ConstructDHPriKeyParamsSpec(const string &algoName, HcfDhCommParamsSpec *comSpec, HcfAsyKeyParamsSpec **spec) ConstructDHPriKeyParamsSpec() argument [all...] |
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| H A D | hks_mbedtls_x25519.c | 217 int32_t HksMbedtlsX25519GenerateKey(const struct HksKeySpec *spec, struct HksBlob *key)
in HksMbedtlsX25519GenerateKey() argument 310 HksMbedtlsX25519KeyAgreement(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, const struct HksKeySpec *spec, struct HksBlob *sharedKey) HksMbedtlsX25519KeyAgreement() argument 791 HksMbedtlsEd25519KeyAgreement(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, const struct HksKeySpec *spec, struct HksBlob *sharedKey) HksMbedtlsEd25519KeyAgreement() argument
|
| /base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
| H A D | hks_crypto_hal_rsa_sign.cpp | 33 HksKeySpec spec = {0}; member [all...] |
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
| H A D | render_node_default_depth_render_slot.cpp | 477 const auto spec = GetShaderSpecializationView(gfxState, submeshMaterialFlags, submeshFlags); in CreateNewPso() local 482 const auto spec = GetShaderSpecializationView(gfxState, submeshMaterialFlags, submeshFlags); in CreateNewPso() local
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| H A D | mpspec_def.h | 40 char spec; /* 0x01 */ member
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| H A D | sbs.c | 77 u16 spec; member
|
| /kernel/linux/linux-5.10/drivers/gpio/ |
| H A D | gpio-tegra186.c | 310 tegra186_gpio_of_xlate(struct gpio_chip *chip, const struct of_phandle_args *spec, u32 *flags) tegra186_gpio_of_xlate() argument
|
| /kernel/linux/linux-6.6/arch/powerpc/lib/ |
| H A D | feature-fixups.c | 632 struct cpu_spec *spec = PTRRELOC(*PTRRELOC(&cur_cpu_spec)); in apply_feature_fixups() local
|
| /kernel/linux/linux-5.10/drivers/iio/chemical/ |
| H A D | atlas-sensor.c | 104 static int atlas_buffer_num_channels(const struct iio_chan_spec *spec) in atlas_buffer_num_channels() argument
|
| /kernel/linux/linux-5.10/drivers/iommu/ |
| H A D | msm_iommu.c | 592 insert_iommu_master(struct device *dev, struct msm_iommu_dev **iommu, struct of_phandle_args *spec) insert_iommu_master() argument 616 qcom_iommu_of_xlate(struct device *dev, struct of_phandle_args *spec) qcom_iommu_of_xlate() argument
|
| /kernel/linux/linux-5.10/drivers/interconnect/ |
| H A D | core.c | 331 struct icc_node *of_icc_xlate_onecell(struct of_phandle_args *spec, in of_icc_xlate_onecell() argument 356 struct icc_node_data *of_icc_get_from_provider(struct of_phandle_args *spec) in of_icc_get_from_provider() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| H A D | rx_common.c | 646 bool efx_filter_is_mc_recipient(const struct efx_filter_spec *spec) in efx_filter_is_mc_recipient() argument 684 efx_filter_spec_hash(const struct efx_filter_spec *spec) efx_filter_spec_hash() argument 721 efx_rps_hash_bucket(struct efx_nic *efx, const struct efx_filter_spec *spec) efx_rps_hash_bucket() argument 732 efx_rps_hash_find(struct efx_nic *efx, const struct efx_filter_spec *spec) efx_rps_hash_find() argument 750 efx_rps_hash_add(struct efx_nic *efx, const struct efx_filter_spec *spec, bool *new) efx_rps_hash_add() argument 777 efx_rps_hash_del(struct efx_nic *efx, const struct efx_filter_spec *spec) efx_rps_hash_del() argument [all...] |
| /kernel/linux/linux-5.10/drivers/infiniband/core/ |
| H A D | uverbs_ioctl.c | 169 const struct uverbs_attr_spec *spec = &attr_uapi->spec; in uverbs_process_idrs_array() local 229 const struct uverbs_attr_spec *spec = &attr_uapi->spec; in uverbs_free_idrs_array() local 242 const struct uverbs_attr_spec *spec in uverbs_process_attr() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00dev.c | 1007 rt2x00lib_probe_hw_modes(struct rt2x00_dev *rt2x00dev, struct hw_mode_spec *spec) rt2x00lib_probe_hw_modes() argument 1104 struct hw_mode_spec *spec = &rt2x00dev->spec; rt2x00lib_probe_hw() local [all...] |
| /kernel/linux/linux-5.10/drivers/pinctrl/ |
| H A D | pinctrl-equilibrium.c | 825 struct of_phandle_args spec; in pinbank_init() local
|
| /kernel/linux/linux-5.10/sound/firewire/bebob/ |
| H A D | bebob_maudio.c | 690 const struct snd_bebob_meter_spec *spec = bebob->spec->meter; in normal_meter_get() local
|
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| H A D | patch_analog.c | 52 struct ad198x_spec *spec = codec->spec; in create_beep_ctls() local 133 struct ad198x_spec *spec = codec->spec; in ad_vmaster_eapd_hook() local 177 struct ad198x_spec *spec = codec->spec; ad198x_parse_auto_config() local 205 struct ad198x_spec *spec; alloc_ad_spec() local 224 struct ad198x_spec *spec = codec->spec; ad_fixup_inv_jack_detect() local 238 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd() local 251 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd_mix_in() local 392 struct ad198x_spec *spec; patch_ad1986a() local 454 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_info() local 471 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_get() local 481 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_put() local 506 struct ad198x_spec *spec = codec->spec; ad1983_add_spdif_mux_ctl() local 525 struct ad198x_spec *spec; patch_ad1983() local 562 struct ad198x_spec *spec = codec->spec; ad1981_fixup_hp_eapd() local 613 struct ad198x_spec *spec; patch_ad1981() local 734 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_info() local 749 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_get() local 759 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_put() local 792 struct ad198x_spec *spec = codec->spec; ad1988_auto_init() local 813 struct ad198x_spec *spec = codec->spec; ad1988_add_spdif_mux_ctl() local 905 struct ad198x_spec *spec; patch_ad1988() local 982 struct ad198x_spec *spec = codec->spec; ad1884_vmaster_hp_gpio_hook() local 994 struct ad198x_spec *spec = codec->spec; ad1884_fixup_hp_eapd() local 1019 struct ad198x_spec *spec = codec->spec; ad1884_fixup_thinkpad() local 1085 struct ad198x_spec *spec; patch_ad1884() local 1131 struct ad198x_spec *spec; patch_ad1882() local [all...] |