Home
last modified time | relevance | path

Searched defs:spec (Results 451 - 475 of 839) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/vk-gl-cts/modules/egl/
H A DteglMemoryStressTests.cpp344 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 Des2fTextureFormatTests.cpp114 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 Des2sDrawTests.cpp44 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 Dcm_ipc_service.c881 struct CmSignatureSpec spec = { 0 }; in CmIpcServiceInit() local
/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_sign_verify.cpp51 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 Dcert_manager_service.c257 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 Dcm_ipc_client.c745 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 Dasy_key_generator.c612 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 Dcrypto_dh_asy_key_generator_by_spec_test.cpp100 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 Dhks_mbedtls_x25519.c217 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 Dhks_crypto_hal_rsa_sign.cpp33 HksKeySpec spec = {0}; member
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_depth_render_slot.cpp477 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 Dmpspec_def.h40 char spec; /* 0x01 */ member
/kernel/linux/linux-5.10/drivers/acpi/
H A Dsbs.c77 u16 spec; member
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-tegra186.c310 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 Dfeature-fixups.c632 struct cpu_spec *spec = PTRRELOC(*PTRRELOC(&cur_cpu_spec)); in apply_feature_fixups() local
/kernel/linux/linux-5.10/drivers/iio/chemical/
H A Datlas-sensor.c104 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 Dmsm_iommu.c592 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 Dcore.c331 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 Drx_common.c646 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 Duverbs_ioctl.c169 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 Drt2x00dev.c1007 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 Dpinctrl-equilibrium.c825 struct of_phandle_args spec; in pinbank_init() local
/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_maudio.c690 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 Dpatch_analog.c52 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...]

Completed in 28 milliseconds

1...<<11121314151617181920>>...34