Home
last modified time | relevance | path

Searched refs:name (Results 20001 - 20025 of 25297) sorted by relevance

1...<<801802803804805806807808809810>>...1012

/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm566 for my $name (keys %$hash) {
567 my $val = $hash->{$name};
572 local *SYM = *{"$ {dest}::$name"};
575 delete ${"$ {dest}::"}{$name};
576 my $match = qr/^.\Q$name\E$/;
586 . $name;
590 push @varlist, '$' . $name;
1045 C<PACKAGE> specifies the name of a package in which the program
1207 You can also use this to set two variables with the same name:
1274 the name o
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h260 // Font name matching & access 150 LOC ---- 150
1004 STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, const char *name, int flags);
1006 // if you use STBTT_MACSTYLE_DONTCARE, use a font name like "Arial Bold".
1007 // if you use any other flag, use a font name like "Arial"; this checks
1025 // http://www.microsoft.com/typography/otspec/name.htm
1393 // @TODO the name INDEX could list multiple fonts, in stbtt_InitFont_internal()
1395 stbtt__cff_get_index(&b); // name INDEX in stbtt_InitFont_internal()
4604 // font name matching -- recommended not to use this
4659 stbtt_uint32 nm = stbtt__find_table(fc, offset, "name");
4675 static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int3
[all...]
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_parser_autogen.cpp84 void ParseName(const uint32_t *_instruction, IdRef *target, LiteralString *name) in ParseName() argument
93 *name = reinterpret_cast<const char *>(&_instruction[_o]); in ParseName()
94 _o += strlen(*name) / 4 + 1; in ParseName()
99 LiteralString *name) in ParseMemberName()
109 *name = reinterpret_cast<const char *>(&_instruction[_o]); in ParseMemberName()
110 _o += strlen(*name) / 4 + 1; in ParseMemberName()
138 void ParseExtension(const uint32_t *_instruction, LiteralString *name) in ParseExtension() argument
146 *name = reinterpret_cast<const char *>(&_instruction[_o]); in ParseExtension()
147 _o += strlen(*name) / 4 + 1; in ParseExtension()
149 void ParseExtInstImport(const uint32_t *_instruction, IdResult *idResult, LiteralString *name) in ParseExtInstImport() argument
96 ParseMemberName(const uint32_t *_instruction, IdRef *type, LiteralInteger *member, LiteralString *name) ParseMemberName() argument
197 ParseEntryPoint(const uint32_t *_instruction, spv::ExecutionModel *executionModel, IdRef *entryPoint, LiteralString *name, IdRefList *interfaceList) ParseEntryPoint() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/
H A Ddrv_osal_init_linux.c221 .name = UMAP_DEVNAME_CIPHER,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/src/
H A Dvou_proc.c50 vo_err_trace("get intf type index %u mux name fail\n", intf_type_index); in vo_proc_get_intf_mux()
66 vo_err_trace("init mux name fail\n"); in vou_print_mux()
94 return sync_basic_info[intf_sync].name; in vou_print_out_mode()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_sdio_if.h139 char *name; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/include/
H A Dvou.h260 hi_char *name; member
/device/board/hihope/dayu210/audio_drivers/dai/src/
H A Drk3588_dai_linux_driver.c184 AUDIO_DRIVER_LOG_INFO("failed dmaDevice->name %s ", dev_name(temp_i2s_dev)); in rockchip_i2s_tdm_probe()
187 AUDIO_DEVICE_LOG_DEBUG("match dmaDevice->name %s ", dev_name(temp_i2s_dev)); in rockchip_i2s_tdm_probe()
310 .name = DRV_NAME,
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdfinit_bdh.c174 HDF_LOGI("NetDeviceAdd %s ret = %d", p2p_hnetdev->name, ret); in InitP2pInterface()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Doid.h410 const char *name; /*!< official name (e.g. from RFC) */ member
440 * \brief Translate an X.509 attribute type OID into the short name
H A Dpk.h115 const char *name; member
527 * \brief Access the type name
531 * \return Type name on success, or "invalid PK"
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/
H A Ddriver.h213 * @name: Identifying name for the regulator.
306 const char *name; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_ioctl.h416 * @name: A name to identify this stream. Must be NULL-terminated.
421 * Unused bytes in @name (after the first NULL byte) must be also be NULL bytes.
426 char name[32]; member
H A Dmali_kbase_uku.h204 char name[32]; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmsdh.h211 extern int bcmsdh_iovar_op(void *sdh, const char *name,
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ipa/
H A Dmali_kbase_ipa_simple.c86 * @tz_name: Thermal zone name
331 * thermal zone name string. Update the gpu_tz pointer only if in kbase_simple_power_model_recalculate()
332 * the name string did not change whilst we retrieved the new in kbase_simple_power_model_recalculate()
336 * updated the name string. in kbase_simple_power_model_recalculate()
356 .name = "mali-simple-power-model",
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_pm_policy.c76 kbdev->pm.backend.pm_current_policy->name); in kbase_pm_update_active()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ipa/
H A Dmali_kbase_ipa_simple.c85 * @tz_name: Thermal zone name
307 * thermal zone name string. Update the gpu_tz pointer only if in kbase_simple_power_model_recalculate()
308 * the name string did not change whilst we retrieved the new in kbase_simple_power_model_recalculate()
312 * updated the name string. in kbase_simple_power_model_recalculate()
332 .name = "mali-simple-power-model",
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_mipi_dsi.h176 * @name: DSI peripheral chip type
192 char name[DSI_DEV_NAME_SIZE]; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h84 char *name; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware.h67 /* Offset of name inside a trace buffer entry in the firmware image */
630 * @name: Name of the metadata which metadata content to be returned.
633 * Return: The firmware timeline metadata content which match @p name.
636 const char *name, size_t *size);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_ioctl.h444 * @name: A name to identify this stream. Must be NULL-terminated.
449 * Unused bytes in @name (after the first NULL byte) must be also be NULL bytes.
454 char name[32]; member
H A Dmali_kbase_uku.h208 char name[32]; member
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_dash.h111 __u8 name[36]; member
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-snps-pcie3.c271 .name = "rockchip-snps-pcie3-phy",

Completed in 42 milliseconds

1...<<801802803804805806807808809810>>...1012