/third_party/jerryscript/jerry-core/jmem/ |
H A D | jmem.h | 139 uint32_t size; /**< Size of region */ member 156 size_t size; /**< heap total size */ member
|
/third_party/lame/frontend/ |
H A D | rtp.c | 327 int count, size; in rtp_send() local
|
/third_party/lame/mpglib/ |
H A D | interface.c | 110 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 D | tracker.c | 59 void StorageInit(Storage* storage, size_t size) in StorageInit() argument
|
/third_party/jerryscript/jerry-core/lit/ |
H A D | lit-magic-strings.c | 94 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 D | test-arraybuffer.cpp | 104 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 D | re-bytecode.c | 234 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 D | FuzzerCorpus.h | 49 size_t size() const { return Inputs.size(); } in size() function in fuzzer::InputCorpus [all...] |
/third_party/jerryscript/jerry-ext/arg/ |
H A D | arg-transform-functions.c | 270 jerry_size_t size; in jerryx_arg_string_to_buffer_common_routine() local
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-ws.c | 77 uint8_t size; /**< size of the message */ member
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | Lzma2Decoder.cpp | 37 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 D | nir_lower_system_values.c | 269 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 D | nir_lower_io_arrays_to_elements.c | 61 unsigned size = glsl_count_attribute_slots((*p)->type, false); in get_io_offset() local
|
H A D | nir_opt_preamble.c | 59 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 D | nir_load_libclc.c | 93 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 D | device.c | 324 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 D | egldisplay.c | 427 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *disp) in _eglInitResource() argument
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_ringbuffer_sp.c | 131 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 D | freedreno_ringbuffer.h | 146 int size; member [all...] |
H A D | freedreno_bo.c | 77 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 D | freedreno_drmif.h | 192 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 D | fd6_view.c | 431 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 D | msm_ringbuffer.c | 73 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 D | virtio_bo.c | 262 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 D | msm_proto.h | 154 uint64_t size; member
|