Home
last modified time | relevance | path

Searched defs:size (Results 3426 - 3450 of 7828) sorted by relevance

1...<<131132133134135136137138139140>>...314

/third_party/jerryscript/jerry-core/jmem/
H A Djmem.h139 uint32_t size; /**< Size of region */ member
156 size_t size; /**< heap total size */ member
/third_party/lame/frontend/
H A Drtp.c327 int count, size; in rtp_send() local
/third_party/lame/mpglib/
H A Dinterface.c110 addbuf(PMPSTR mp, unsigned char *buf, int size) in addbuf() argument
208 copy_mp(PMPSTR mp, int size, unsigned char *ptr) in copy_mp() argument
477 int size; decodeMP3_clipchoice() local
664 int size; decodeMP3_clipchoice() local
[all...]
/third_party/jerryscript/jerry-core/ext/
H A Dtracker.c59 void StorageInit(Storage* storage, size_t size) in StorageInit() argument
/third_party/jerryscript/jerry-core/lit/
H A Dlit-magic-strings.c94 lit_get_magic_string_size_block_start (lit_utf8_size_t size) /**< magic string size */ in lit_get_magic_string_size_block_start() argument
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-arraybuffer.cpp104 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-bytecode.c234 const size_t size in re_append_value() local
51 re_bytecode_reserve(re_compiler_ctx_t *re_ctx_p, const size_t size) re_bytecode_reserve() argument
65 re_bytecode_insert(re_compiler_ctx_t *re_ctx_p, const size_t offset, const size_t size) re_bytecode_insert() argument
247 const size_t size = re_get_encoded_value_size (value); re_insert_value() local
279 const size_t size = (re_ctx_p->flags & RE_FLAG_UNICODE) ? sizeof (lit_code_point_t) : sizeof (ecma_char_t); re_append_char() local
308 const size_t size = (re_ctx_p->flags & RE_FLAG_UNICODE) ? sizeof (lit_code_point_t) : sizeof (ecma_char_t); re_insert_char() local
[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerCorpus.h49 size_t size() const { return Inputs.size(); } in size() function in fuzzer::InputCorpus
[all...]
/third_party/jerryscript/jerry-ext/arg/
H A Darg-transform-functions.c270 jerry_size_t size; in jerryx_arg_string_to_buffer_common_routine() local
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-ws.c77 uint8_t size; /**< size of the message */ member
/third_party/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp37 Z7_COM7F_IMF(CDecoder::SetInBufSize(UInt32 , UInt32 size)) { _inBufSize = size; return S_OK; } in SetInBufSize() argument
38 Z7_COM7F_IMF(CDecoder::SetOutBufSize(UInt32 , UInt32 size)) { _outStep = size; return S_OK; } in SetOutBufSize() argument
40 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)) in SetDecoderProperties2() argument
247 Z7_COM7F_IMF(CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)) in Read() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_system_values.c269 lower_id_to_index_no_umod(nir_builder *b, nir_ssa_def *index, nir_ssa_def *size, unsigned bit_size) lower_id_to_index_no_umod() argument
298 lower_id_to_index(nir_builder *b, nir_ssa_def *index, nir_ssa_def *size, unsigned bit_size) lower_id_to_index() argument
[all...]
H A Dnir_lower_io_arrays_to_elements.c61 unsigned size = glsl_count_attribute_slots((*p)->type, false); in get_io_offset() local
H A Dnir_opt_preamble.c59 unsigned size, align; member
338 nir_opt_preamble(nir_shader *shader, const nir_opt_preamble_options *options, unsigned *size) nir_opt_preamble() argument
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dnir_load_libclc.c93 size_t size; member
166 size_t size = ZSTD_decompress(dest, cmp_size, clc->file->static_data, in map_clc_data() local
[all...]
/third_party/mesa3d/src/drm-shim/
H A Ddevice.c324 drm_shim_bo_init(struct shim_bo *bo, size_t size) in drm_shim_bo_init() argument
[all...]
/third_party/mesa3d/src/egl/main/
H A Degldisplay.c427 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *disp) in _eglInitResource() argument
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp.c131 fd_submit_sp_new_ringbuffer(struct fd_submit *submit, uint32_t size, in fd_submit_sp_new_ringbuffer() argument
91 fd_submit_suballoc_ring_bo(struct fd_submit *submit, struct fd_ringbuffer_sp *fd_ring, uint32_t size) fd_submit_suballoc_ring_bo() argument
459 fd_ringbuffer_sp_grow(struct fd_ringbuffer *ring, uint32_t size) fd_ringbuffer_sp_grow() argument
579 fd_ringbuffer_sp_init(struct fd_ringbuffer_sp *fd_ring, uint32_t size, enum fd_ringbuffer_flags flags) fd_ringbuffer_sp_init() argument
620 fd_ringbuffer_sp_new_object(struct fd_pipe *pipe, uint32_t size) fd_ringbuffer_sp_new_object() argument
[all...]
H A Dfreedreno_ringbuffer.h146 int size; member
[all...]
H A Dfreedreno_bo.c77 bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle) in bo_from_handle() argument
99 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, in bo_new() argument
131 _fd_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags) in _fd_bo_new() argument
151 fd_bo_new_ring(struct fd_device *dev, uint32_t size) in fd_bo_new_ring() argument
164 fd_bo_from_handle(struct fd_device *dev, uint32_t handle, uint32_t size) fd_bo_from_handle() argument
187 int ret, size; fd_bo_from_dmabuf() local
[all...]
H A Dfreedreno_drmif.h192 fd_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, const char *fmt, in fd_bo_new() argument
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_view.c431 fdl6_buffer_view_init(uint32_t *descriptor, enum pipe_format format, const uint8_t *swiz, uint64_t iova, uint32_t size) fdl6_buffer_view_init() argument
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c73 unsigned size; member
218 msm_submit_new_ringbuffer(struct fd_submit *submit, uint32_t size, in msm_submit_new_ringbuffer() argument
178 msm_submit_suballoc_ring_bo(struct fd_submit *submit, struct msm_ringbuffer *msm_ring, uint32_t size) msm_submit_suballoc_ring_bo() argument
458 msm_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t size) msm_ringbuffer_grow() argument
554 uint32_t size; msm_ringbuffer_emit_reloc_ring() local
659 msm_ringbuffer_init(struct msm_ringbuffer *msm_ring, uint32_t size, enum fd_ringbuffer_flags flags) msm_ringbuffer_init() argument
685 msm_ringbuffer_new_object(struct fd_pipe *pipe, uint32_t size) msm_ringbuffer_new_object() argument
[all...]
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_bo.c262 bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle) in bo_from_handle() argument
307 virtio_bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle) in virtio_bo_from_handle() argument
329 virtio_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags) in virtio_bo_new() argument
[all...]
H A Dmsm_proto.h154 uint64_t size; member

Completed in 19 milliseconds

1...<<131132133134135136137138139140>>...314