/third_party/mbedtls/library/ |
H A D | cmac.c | 159 mbedtls_cipher_type_t type; in mbedtls_cipher_cmac_starts() local
|
H A D | lmots.c | 563 mbedtls_lmots_generate_private_key(mbedtls_lmots_private_t *ctx, mbedtls_lmots_algorithm_type_t type, const unsigned char I_key_identifier[MBEDTLS_LMOTS_I_KEY_ID_LEN], uint32_t q_leaf_identifier, const unsigned char *seed, size_t seed_size) mbedtls_lmots_generate_private_key() argument [all...] |
H A D | lms.c | 238 mbedtls_lms_algorithm_type_t type; mbedtls_lms_import_public_key() local 554 mbedtls_lms_generate_private_key(mbedtls_lms_private_t *ctx, mbedtls_lms_algorithm_type_t type, mbedtls_lmots_algorithm_type_t otstype, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, const unsigned char *seed, size_t seed_size) mbedtls_lms_generate_private_key() argument [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_exec_mask.cpp | 397 uint8_t type = ctx.info[header_preds[0]].exec[exec_idx].second; in add_coupling_code() local
|
H A D | aco_lower_to_cssa.cpp | 387 emit_copies_block(Builder& bld, std::map<uint32_t, ltg_node>& ltg, RegType type) in emit_copies_block() argument [all...] |
/third_party/libabigail/tools/ |
H A D | abicompat.cc | 663 abigail::tools_utils::file_type type = in read_corpus() local [all...] |
H A D | abilint.cc | 756 file_type type = guess_file_type(opts.file_path); main() local [all...] |
/third_party/libdrm/freedreno/kgsl/ |
H A D | kgsl_drm.h | 132 uint32_t type; member 184 uint32_t type; /* Which pipe to check for ts generation */ member
|
/third_party/libdrm/freedreno/msm/ |
H A D | msm_ringbuffer.c | 378 uint32_t submit_offset, size, type; in finalize_current_cmd() local 258 get_cmd(struct fd_ringbuffer *ring, struct msm_cmd *target_cmd, uint32_t submit_offset, uint32_t size, uint32_t type) get_cmd() argument [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | btf.h | 51 __u32 type; member 112 __u32 type; member 124 __u32 type; member 147 __u32 type; global() member 174 __u32 type; global() member [all...] |
/third_party/jinja2/ |
H A D | ext.py | 13 from .runtime import concat # type: ignore namespace [all...] |
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-scanner.c | 75 scanner_scan_primary_expression(parser_context_t *context_p, scanner_context_t *scanner_context_p, lexer_token_type_t type, scan_stack_modes_t stack_top) scanner_scan_primary_expression() argument 295 scanner_scan_post_primary_expression(parser_context_t *context_p, scanner_context_t *scanner_context_p, lexer_token_type_t type, scan_stack_modes_t stack_top) scanner_scan_post_primary_expression() argument 384 scanner_scan_primary_expression_end(parser_context_t *context_p, scanner_context_t *scanner_context_p, lexer_token_type_t type, scan_stack_modes_t stack_top) scanner_scan_primary_expression_end() argument 1076 scanner_scan_statement(parser_context_t *context_p, scanner_context_t *scanner_context_p, lexer_token_type_t type, scan_stack_modes_t stack_top) scanner_scan_statement() argument 1905 scanner_scan_statement_end(parser_context_t *context_p, scanner_context_t *scanner_context_p, lexer_token_type_t type) scanner_scan_statement_end() argument 2359 lexer_token_type_t type = (lexer_token_type_t) context_p->token.type; scanner_scan_all() local [all...] |
H A D | js-scanner.h | 73 uint8_t type; /**< type of the scanner info */ member [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_find_array_copies.c | 68 create_match_node(const struct glsl_type *type, struct match_state *state) in create_match_node() argument 149 node_for_wildcard(const struct glsl_type *type, struc argument [all...] |
H A D | nir_lower_io_to_vector.c | 67 resize_array_vec_type(const struct glsl_type *type, unsigned num_components) in resize_array_vec_type() argument [all...] |
H A D | nir_lower_vars_to_ssa.c | 37 const struct glsl_type *type; member 108 deref_node_create(struct deref_node *parent, const struct glsl_type *type, bool is_direct, void *mem_ctx) deref_node_create() argument [all...] |
H A D | nir_lower_mediump.c | 176 nir_alu_type type = nir_intrinsic_src_type(intr); in nir_lower_mediump_io() local 197 nir_alu_type type = nir_intrinsic_dest_type(intr); in nir_lower_mediump_io() local 271 nir_alu_type type; in nir_force_mediump_io() local [all...] |
H A D | nir_algebraic.py | 264 def type(self): member in Constant 327 def type(sel member in Variable [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler.h | 282 shader_debug_enabled(gl_shader_stage type) in shader_debug_enabled() argument
|
H A D | ir3_legalize.c | 51 gl_shader_stage type; member
|
H A D | ir3_shader.c | 46 ir3_glsl_type_size(const struct glsl_type *type, bool bindless) in ir3_glsl_type_size() argument 785 const char *type = ir3_shader_stage(so); ir3_shader_disasm() local [all...] |
/third_party/mesa3d/src/egl/main/ |
H A D | eglconfig.c | 122 enum type { enum 143 enum type type; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.h | 18 VkDescriptorType type; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader_info.c | 267 mark_16bit_ps_input(struct radv_shader_info *info, const struct glsl_type *type, int location) in mark_16bit_ps_input() argument [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_formats.c | 546 v3dv_GetPhysicalDeviceImageFormatProperties( VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags createFlags, VkImageFormatProperties *pImageFormatProperties) v3dv_GetPhysicalDeviceImageFormatProperties() argument 649 v3dv_GetPhysicalDeviceSparseImageFormatProperties( VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pPropertyCount, VkSparseImageFormatProperties *pProperties) v3dv_GetPhysicalDeviceSparseImageFormatProperties() argument [all...] |