Home
last modified time | relevance | path

Searched defs:required_size (Results 1 - 9 of 9) sorted by relevance

/third_party/mbedtls/programs/psa/
H A Dpsa_constant_names_generated.c93 size_t required_size = 0; in psa_snprint_key_type() local
151 size_t required_size = 0; psa_snprint_algorithm() local
382 size_t required_size = 0; psa_snprint_key_usage() local
[all...]
H A Dpsa_constant_names.c55 append(char **buffer, size_t buffer_size, size_t *required_size, const char *string, size_t length) append() argument
66 append_integer(char **buffer, size_t buffer_size, size_t *required_size, const char *format , unsigned long value) append_integer() argument
83 append_with_curve(char **buffer, size_t buffer_size, size_t *required_size, const char *string, size_t length, psa_ecc_family_t curve) append_with_curve() argument
101 append_with_group(char **buffer, size_t buffer_size, size_t *required_size, const char *string, size_t length, psa_dh_family_t group) append_with_group() argument
121 append_with_alg(char **buffer, size_t buffer_size, size_t *required_size, psa_get_algorithm_name_func_ptr get_name, psa_algorithm_t alg) append_with_alg() argument
[all...]
/third_party/jerryscript/jerry-core/jmem/
H A Djmem-heap.c163 const size_t required_size = ((size + JMEM_ALIGNMENT - 1) / JMEM_ALIGNMENT) * JMEM_ALIGNMENT; in jmem_heap_alloc() local
544 const size_t required_size = new_size - old_size; in jmem_heap_realloc_block() local
/third_party/musl/porting/linux/user/src/fdsan/
H A Dfdsan.c76 size_t required_size = sizeof(struct FdTableOverflow) + required_count * sizeof(struct FdEntry); in get_fd_entry() local
/third_party/musl/src/fdsan/linux/
H A Dfdsan.c81 size_t required_size = sizeof(struct FdTableOverflow) + required_count * sizeof(struct FdEntry); in get_fd_entry() local
/third_party/alsa-utils/axfer/
H A Dcontainer-riff-wave.c239 unsigned int required_size; in parse_wave_subchunk() local
/third_party/lwip/src/core/
H A Dmem.c256 mem_size_t required_size = size + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc() local
/third_party/mesa3d/src/glx/
H A Dindirect_vertex_array.c489 const size_t required_size = arrays->enabled_client_array_count * 12; in fill_array_info_cache() local
442 allocate_array_info_cache(struct array_state_vector *arrays, size_t required_size) allocate_array_info_cache() argument
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-string.c2625 ecma_stringbuilder_grow(ecma_stringbuilder_t *builder_p, lit_utf8_size_t required_size) ecma_stringbuilder_grow() argument

Completed in 12 milliseconds