Home
last modified time | relevance | path

Searched defs:size (Results 11026 - 11050 of 12434) sorted by relevance

1...<<441442443444445446447448449450>>...498

/third_party/mbedtls/library/
H A Decp.c317 static void mpi_init_many(mbedtls_mpi *arr, size_t size) in mpi_init_many() argument
324 static void mpi_free_many(mbedtls_mpi *arr, size_t size) in mpi_free_many() argument
[all...]
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp224 UInt32 size; in Lzma2PropToString() local
881 Z7_COM7F_IMF(CInStream::Read(void *data, UInt32 size, UInt32 *processedSize)) in Read() argument
1205 UInt64 size = numBlockThreads * (lzmaMemUsage + cs); UpdateItems() local
1283 UInt64 size; UpdateItems() local
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp59 Z7_COM7F_IMF(COutStreamWithHash::Write(const void *data, UInt32 size, UInt32 *processedSize)) in Write() argument
384 Z7_COM7F_IMF(CArchiveExtractCallback::SetTotal(UInt64 size)) in SetTotal() argument
[all...]
H A DArchiveCommandLine.cpp617 UInt32 size; in ParseMapWithPaths() local
946 UInt64 size; in SetAddCommandOptions() local
[all...]
/third_party/lame/dshow/
H A DMpegac.cpp554 ULARGE_INTEGER size; in EndOfStream() local
593 ULARGE_INTEGER size; in BeginFlush() local
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-lexer.c3195 lexer_compare_identifier_to_chars(const uint8_t *left_p, const uint8_t *right_p, size_t size) lexer_compare_identifier_to_chars() argument
3257 lexer_compare_identifier_to_string(const lexer_lit_location_t *left_p, const uint8_t *right_p, size_t size) lexer_compare_identifier_to_string() argument
[all...]
/third_party/lame/frontend/
H A Dparse.c1473 size_t size; in set_id3_albumart() local
/third_party/lame/libmp3lame/
H A Did3tag.c617 id3tag_set_albumart(lame_t gfp, const char *image, size_t size) in id3tag_set_albumart() argument
1559 set_frame_apic(unsigned char *frame, const char *mimetype, const unsigned char *data, size_t size) set_frame_apic() argument
1652 lame_get_id3v2_tag(lame_t gfp, unsigned char *buffer, size_t size) lame_get_id3v2_tag() argument
1841 set_text_field(unsigned char *field, const char *text, size_t size, int pad) set_text_field() argument
1855 lame_get_id3v1_tag(lame_t gfp, unsigned char *buffer, size_t size) lame_get_id3v1_tag() argument
[all...]
H A Dutil.h156 int size; /* size of our bag */ member
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-string-prototype.c1152 lit_utf8_size_t size = ecma_string_get_size (original_string_p); in ecma_builtin_string_prototype_object_repeat() local
1202 ecma_length_t size = ecma_string_get_length (this_string_p); in ecma_builtin_string_prototype_object_code_point_at() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c425 const ecma_length_t size = lit_char_to_upper_case ((ecma_char_t) ch, u, LIT_MAXIMUM_OTHER_CASE_LENGTH); in ecma_regexp_canonicalize_char() local
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-string.c249 ecma_new_ecma_string_from_utf8_buffer(lit_utf8_size_t length, lit_utf8_size_t size, lit_utf8_byte_t **data_p) ecma_new_ecma_string_from_utf8_buffer() argument
365 ecma_new_nonref_ecma_string_from_utf8(const lit_utf8_byte_t *string_p, lit_utf8_size_t size) ecma_new_nonref_ecma_string_from_utf8() argument
930 lit_utf8_size_t size; ecma_string_to_number() local
990 lit_utf8_size_t size; ecma_string_copy_to_cesu8_buffer() local
1040 lit_utf8_size_t size; ecma_string_copy_to_utf8_buffer() local
1110 lit_utf8_size_t size = 0; ecma_substring_copy_to_cesu8_buffer() local
1189 lit_utf8_size_t size = 0; ecma_substring_copy_to_utf8_buffer() local
1312 const lit_utf8_size_t size = ecma_string_copy_to_cesu8_buffer (string_desc_p, buffer_p, buffer_size); ecma_string_to_utf8_bytes() local
1328 ecma_length_t size = 1; ecma_string_get_uint32_size() local
1374 lit_utf8_size_t size; ecma_string_get_chars() local
2276 lit_utf8_size_t size = lit_get_magic_string_ex_size (id); ecma_external_string_get_char_at_pos() local
2337 lit_utf8_size_t size = utf8_string_desc_p->size; ecma_string_get_char_at_pos() local
2350 lit_utf8_size_t size = long_utf8_string_desc_p->size; ecma_string_get_char_at_pos() local
2675 ecma_stringbuilder_revert(ecma_stringbuilder_t *builder_p, const lit_utf8_size_t size) ecma_stringbuilder_revert() argument
2742 const lit_utf8_size_t size = (lit_utf8_size_t) lit_code_point_get_cesu8_length (c); ecma_stringbuilder_append_char() local
2848 const lit_utf8_size_t size = builder_p->header_p->current_size; ecma_stringbuilder_destroy() local
[all...]
/third_party/lzma/C/
H A DXzEnc.c44 static SRes WriteBytes(ISeqOutStreamPtr s, const void *buf, size_t size) in WriteBytes() argument
49 static SRes WriteBytes_UpdateCrc(ISeqOutStreamPtr s, const void *buf, size_t size, UInt32 *crc) in WriteBytes_UpdateCrc() argument
104 size_t size; member
254 SeqCheckInStream_Read(ISeqInStreamPtr pp, void *data, size_t *size) SeqCheckInStream_Read() argument
294 SeqSizeOutStream_Write(ISeqOutStreamPtr pp, const void *data, size_t size) SeqSizeOutStream_Write() argument
336 XzBcFilterStateBase_Filter_Enc(CXzBcFilterStateBase *p, Byte *data, SizeT size) XzBcFilterStateBase_Filter_Enc() argument
377 SeqInFilter_Read(ISeqInStreamPtr pp, void *data, size_t *size) SeqInFilter_Read() argument
445 SbEncInStream_Read(ISeqInStreamPtr pp, void *data, size_t *size) SbEncInStream_Read() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c267 unsigned size = type_size((*p)->type, bts); in get_io_offset() local
2365 unsigned size, alignment; in nir_lower_vars_to_explicit_types_impl() local
155 nir_assign_var_locations(nir_shader *shader, nir_variable_mode mode, unsigned *size, int (*type_size)(const struct glsl_type *, bool)) nir_assign_var_locations() argument
1181 addr_is_in_bounds(nir_builder *b, nir_ssa_def *addr, nir_address_format addr_format, unsigned size) addr_is_in_bounds() argument
2434 unsigned size, align; lower_vars_to_explicit() local
[all...]
H A Dnir_opt_load_store_vectorize.c284 unsigned size = entry->is_store ? in get_bit_size() local
475 parse_entry_key_from_offset(struct entry_key *key, unsigned size, unsigned left, in parse_entry_key_from_offset() argument
654 new_bitsize_acceptable(struct vectorize_ctx *ctx, unsigned new_bit_size, struct entry *low, struct entry *high, unsigned size) new_bitsize_acceptable() argument
[all...]
H A Dnir_lower_tex.c598 nir_ssa_def *size = nir_i2f32(b, nir_get_texture_size(b, tex)); in lower_gradient_cube_map() local
764 nir_ssa_def *size = in lower_gradient() local
1256 nir_ssa_def *size = &tex->dest.ssa; in nir_lower_txs_cube_array() local
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c170 size_t size = sizeof(*chain) + in vtn_access_chain_create() local
2515 nir_ssa_def *size = vtn_get_nir_ssa(b, w[3]); in vtn_handle_variables() local
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c429 surface_dmabuf_feedback_format_table(void *data, struct zwp_linux_dmabuf_feedback_v1 *zwp_linux_dmabuf_feedback_v1, int32_t fd, uint32_t size) surface_dmabuf_feedback_format_table() argument
1808 default_dmabuf_feedback_format_table(void *data, struct zwp_linux_dmabuf_feedback_v1 *zwp_linux_dmabuf_feedback_v1, int32_t fd, uint32_t size) default_dmabuf_feedback_format_table() argument
2278 dri2_wl_swrast_allocate_buffer(struct dri2_egl_surface *dri2_surf, int format, int w, int h, void **data, int *size, struct wl_buffer **buffer) dri2_wl_swrast_allocate_buffer() argument
[all...]
H A Dplatform_x11.c158 size_t size = (hdr_len + stride_b * h) >> 2; in swrastPutImage() local
H A Degl_dri2.h193 unsigned int size; member
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_spill.c450 unsigned size = reg_size(interval->interval.reg); in interval_add() local
477 unsigned size = reg_size(interval->interval.reg); in interval_delete() local
[all...]
/third_party/mesa3d/src/compiler/
H A Dnir_types.cpp782 glsl_size_align_handle_array_and_structs(const struct glsl_type *type, glsl_type_size_align_func size_align, unsigned *size, unsigned *align) glsl_size_align_handle_array_and_structs() argument
807 glsl_get_natural_size_align_bytes(const struct glsl_type *type, unsigned *size, unsigned *align) glsl_get_natural_size_align_bytes() argument
866 glsl_get_vec4_size_align_bytes(const struct glsl_type *type, unsigned *size, unsigned *align) glsl_get_vec4_size_align_bytes() argument
952 glsl_get_cl_type_size_align(const struct glsl_type *type, unsigned *size, unsigned *align) glsl_get_cl_type_size_align() argument
1076 glsl_get_explicit_type_for_size_align(const struct glsl_type *type, glsl_type_size_align_func type_info, unsigned *size, unsigned *align) glsl_get_explicit_type_for_size_align() argument
[all...]
/third_party/mesa3d/src/egl/main/
H A Deglapi.c336 size_t size = _eglNumAttribs(attr_list); in _eglConvertAttribsToInt() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.h311 uint32_t size; member
H A Dtu_device.h71 VkDeviceSize size; member
340 VkDeviceSize size; member

Completed in 66 milliseconds

1...<<441442443444445446447448449450>>...498