Home
last modified time | relevance | path

Searched defs:desc (Results 101 - 125 of 5596) sorted by relevance

12345678910>>...224

/third_party/protobuf/php/src/Google/Protobuf/
H A DDescriptorPool.php63 $desc = $this->internal_pool->getDescriptorByClassName($className); variable
73 $desc = $this->internal_pool->getEnumDescriptorByClassName($className); variable
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzSkDescriptorDeserialize.cpp18 auto desc = aDesc.getDesc(); in FuzzSkDescriptorDeserialize() local
/third_party/skia/experimental/graphite/src/
H A DRenderPassTask.cpp17 Make(std::vector<std::unique_ptr<DrawPass>> passes, const RenderPassDesc& desc) Make() argument
25 RenderPassTask(std::vector<std::unique_ptr<DrawPass>> passes, const RenderPassDesc& desc) RenderPassTask() argument
/third_party/vk-gl-cts/modules/internal/
H A DditTestCase.hpp37 SelfCheckCase (tcu::TestContext& testCtx, const char* name, const char* desc, Function func) in SelfCheckCase() argument
/kernel/linux/linux-5.10/drivers/dma/idxd/
H A Dsubmit.c13 struct idxd_desc *desc; in __get_desc() local
60 void idxd_free_desc(struct idxd_wq *wq, struct idxd_desc *desc) in idxd_free_desc() argument
68 idxd_submit_desc(struct idxd_wq *wq, struct idxd_desc *desc) idxd_submit_desc() argument
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dpoly1305_generic.c22 static int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() argument
72 static int crypto_poly1305_update(struct shash_desc *desc, in crypto_poly1305_update() argument
106 static int crypto_poly1305_final(struct shash_desc *desc, u8 *dst) in crypto_poly1305_final() argument
H A Dsha256_generic.c36 static int crypto_sha256_init(struct shash_desc *desc) in crypto_sha256_init() argument
42 static int crypto_sha224_init(struct shash_desc *desc) in crypto_sha224_init() argument
48 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_update() argument
56 static int crypto_sha256_final(struct shash_desc *desc, u8 *out) in crypto_sha256_final() argument
65 crypto_sha256_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *hash) crypto_sha256_finup() argument
[all...]
H A Dsha1_generic.c42 int crypto_sha1_update(struct shash_desc *desc, const u8 *data, in crypto_sha1_update() argument
49 static int sha1_final(struct shash_desc *desc, u8 *out) in sha1_final() argument
55 int crypto_sha1_finup(struct shash_desc *desc, const u8 *data, in crypto_sha1_finup() argument
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-legacy.c23 struct gpio_desc *desc; in gpio_request_one() local
70 struct gpio_desc *desc = gpio_to_desc(gpio); gpio_request() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/versatile/
H A Dclk-versatile.c56 cm_osc_setup(struct device_node *np, const struct clk_icst_desc *desc) cm_osc_setup() argument
/kernel/linux/linux-5.10/drivers/clk/actions/
H A Dowl-common.c26 static void owl_clk_set_regmap(const struct owl_clk_desc *desc, in owl_clk_set_regmap() argument
41 owl_clk_regmap_init(struct platform_device *pdev, struct owl_clk_desc *desc) owl_clk_regmap_init() argument
/kernel/linux/linux-5.10/arch/m68k/coldfire/
H A Dintc-5272.c146 static void intc_external_irq(struct irq_desc *desc) in intc_external_irq() argument
/kernel/linux/linux-5.10/arch/m68k/mac/
H A Dbaboon.c44 static void baboon_irq(struct irq_desc *desc) in baboon_irq() argument
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dcrct10dif-ce-glue.c26 static int crct10dif_init(struct shash_desc *desc) in crct10dif_init() argument
34 static int crct10dif_update_pmull_p8(struct shash_desc *desc, const u8 *data, in crct10dif_update_pmull_p8() argument
59 static int crct10dif_update_pmull_p64(struct shash_desc *desc, const u8 *data, in crct10dif_update_pmull_p64() argument
84 static int crct10dif_final(struct shash_desc *desc, u8 *out) in crct10dif_final() argument
H A Dnhpoly1305-neon-glue.c26 static int nhpoly1305_neon_update(struct shash_desc *desc, in nhpoly1305_neon_update() argument
H A Dsha3-ce-glue.c34 static int sha3_update(struct shash_desc *desc, const u8 *data, in sha3_update() argument
81 static int sha3_final(struct shash_desc *desc, u8 *out) in sha3_final() argument
H A Dsha512-glue.c32 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update() argument
39 static int sha512_finup(struct shash_desc *desc, const u8 *data, in sha512_finup() argument
50 static int sha512_final(struct shash_desc *desc, u8 *out) in sha512_final() argument
/kernel/linux/linux-5.10/arch/m68k/amiga/
H A Damiints.c49 static void ami_int1(struct irq_desc *desc) in ami_int1() argument
72 static void ami_int3(struct irq_desc *desc) in ami_int3() argument
95 static void ami_int4(struct irq_desc *desc) in ami_int4() argument
124 static void ami_int5(struct irq_desc *desc) in ami_int5() argument
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha1_neon_glue.c32 static int sha1_neon_update(struct shash_desc *desc, const u8 *data, in sha1_neon_update() argument
49 static int sha1_neon_finup(struct shash_desc *desc, const u8 *data, in sha1_neon_finup() argument
65 static int sha1_neon_final(struct shash_desc *desc, u argument
[all...]
H A Dsha1-ce-glue.c29 static int sha1_ce_update(struct shash_desc *desc, const u8 *data, in sha1_ce_update() argument
45 static int sha1_ce_finup(struct shash_desc *desc, const u8 *data, in sha1_ce_finup() argument
60 static int sha1_ce_final(struct shash_desc *desc, u argument
[all...]
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Defi.c47 struct map_desc desc = { in efi_create_mapping() local
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dbast-irq.c65 struct irq_desc *desc = irq_to_desc(BAST_IRQ_ISA); in bast_pc104_maskack() local
87 static void bast_irq_pc104_demux(struct irq_desc *desc) in bast_irq_pc104_demux() argument
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dkexec.c72 Elf64_Fdesc desc; in machine_kexec() local
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsections.h77 struct ppc64_opd_entry *desc = ptr; in dereference_function_descriptor() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dcommon.c52 static void cpm2_cascade(struct irq_desc *desc) in cpm2_cascade() argument

Completed in 9 milliseconds

12345678910>>...224