Searched refs:p_size (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | cio.c | 282 … OPJ_BYTE * p_buffer, OPJ_SIZE_T p_size, opj_event_mgr_t * p_event_mgr) in opj_stream_read_data() argument 285 if (p_stream->m_bytes_in_buffer >= p_size) { in opj_stream_read_data() 286 memcpy(p_buffer, p_stream->m_current_data, p_size); in opj_stream_read_data() 287 p_stream->m_current_data += p_size; in opj_stream_read_data() 288 p_stream->m_bytes_in_buffer -= p_size; in opj_stream_read_data() 289 l_read_nb_bytes += p_size; in opj_stream_read_data() 290 p_stream->m_byte_offset += (OPJ_OFF_T)p_size; in opj_stream_read_data() 310 p_size -= p_stream->m_bytes_in_buffer; in opj_stream_read_data() 322 if (p_size < p_stream->m_buffer_size) { in opj_stream_read_data() 335 } else if (p_stream->m_bytes_in_buffer < p_size) { in opj_stream_read_data() [all …]
|
D | cio.h | 275 … OPJ_BYTE * p_buffer, OPJ_SIZE_T p_size, struct opj_event_mgr * p_event_mgr); 286 const OPJ_BYTE * p_buffer, OPJ_SIZE_T p_size, 305 OPJ_OFF_T opj_stream_skip(opj_stream_private_t * p_stream, OPJ_OFF_T p_size, 336 OPJ_OFF_T p_size, struct opj_event_mgr * p_event_mgr); 346 OPJ_OFF_T p_size, struct opj_event_mgr * p_event_mgr); 355 OPJ_BOOL opj_stream_read_seek(opj_stream_private_t * p_stream, OPJ_OFF_T p_size, 366 OPJ_OFF_T p_size, struct opj_event_mgr * p_event_mgr); 375 OPJ_BOOL opj_stream_seek(opj_stream_private_t * p_stream, OPJ_OFF_T p_size,
|
D | openjpeg.c | 1011 OPJ_SIZE_T p_size, in opj_stream_create_file_stream() argument 1034 l_stream = opj_stream_create(p_size, p_is_read_stream); in opj_stream_create_file_stream()
|
/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 157 if (pp->p_size) in blkid_get_dev_size() 158 return pp->p_size << 9; in blkid_get_dev_size()
|
/external/tensorflow/tensorflow/python/ops/ |
D | gradient_checker_test.py | 99 p_size = 8 103 np.arange(p_size).astype(np.float), shape=p_shape, name="p") 116 p_size = 16 122 np.arange(p_size).astype(np.float), shape=p_shape, name="p")
|
/external/e2fsprogs/lib/ext2fs/ |
D | getsize.c | 232 if (pp->p_size) { in ext2fs_get_device_size2() 233 *retblocks = pp->p_size / (blocksize / 512); in ext2fs_get_device_size2()
|
/external/fio/ |
D | client.c | 719 size_t p_size; in __fio_client_send_remote_ini() local 724 p_size = sizeof(*pdu) + strlen(filename) + 1; in __fio_client_send_remote_ini() 725 pdu = malloc(p_size); in __fio_client_send_remote_ini() 726 memset(pdu, 0, p_size); in __fio_client_send_remote_ini() 732 ret = fio_net_send_cmd(client->fd, FIO_NET_CMD_LOAD_FILE, pdu, p_size,NULL, NULL); in __fio_client_send_remote_ini() 745 size_t p_size; in __fio_client_send_local_ini() local 768 p_size = sb.st_size + sizeof(*pdu); in __fio_client_send_local_ini() 769 pdu = malloc(p_size); in __fio_client_send_local_ini() 785 ret = fio_net_send_cmd(client->fd, FIO_NET_CMD_JOB, pdu, p_size, NULL, NULL); in __fio_client_send_local_ini()
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 79 unsigned int p_size; /* Current allocated size. */ member 597 s->p_size = GRANULE; in set_include() 609 if (s->p_card >= s->p_size) { in set_include() 610 s->p_size += GRANULE; in set_include() 612 sizeof *s + s->p_size * sizeof s->p_set); in set_include() 614 s->p_set[s->p_size] = (t_state *) NULL; in set_include()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 27 OPJ_SIZE_T p_size, in fx_opj_stream_create_memory_stream() argument 32 opj_stream_t* stream = opj_stream_create(p_size, p_is_read_stream); in fx_opj_stream_create_memory_stream()
|
/external/jemalloc/src/ |
D | arena.c | 2007 arena_run_coalesce(arena_t *arena, arena_chunk_t *chunk, size_t *p_size, in arena_run_coalesce() argument 2011 size_t size = *p_size; in arena_run_coalesce() 2093 *p_size = size; in arena_run_coalesce()
|