HomeSort by relevance Sort by last modified time
    Searched full:p_size (Results 1 - 25 of 35) sorted by null

1 2

  /external/pdfium/third_party/libopenjpeg20/
cio.c 282 OPJ_BYTE * p_buffer, OPJ_SIZE_T p_size, opj_event_mgr_t * p_event_mgr)
285 if (p_stream->m_bytes_in_buffer >= p_size) {
286 memcpy(p_buffer, p_stream->m_current_data, p_size);
287 p_stream->m_current_data += p_size;
288 p_stream->m_bytes_in_buffer -= p_size;
289 l_read_nb_bytes += p_size;
290 p_stream->m_byte_offset += (OPJ_OFF_T)p_size;
310 p_size -= p_stream->m_bytes_in_buffer;
322 if (p_size < p_stream->m_buffer_size) {
335 } else if (p_stream->m_bytes_in_buffer < p_size) {
    [all...]
cio.h 270 * @param p_size number of bytes to read.
275 OPJ_BYTE * p_buffer, OPJ_SIZE_T p_size, struct opj_event_mgr * p_event_mgr);
281 * @param p_size number of bytes to write.
286 const OPJ_BYTE * p_buffer, OPJ_SIZE_T p_size,
301 * @param p_size the number of bytes to skip.
305 OPJ_OFF_T opj_stream_skip(opj_stream_private_t * p_stream, OPJ_OFF_T p_size,
331 * @param p_size the number of bytes to skip.
336 OPJ_OFF_T p_size, struct opj_event_mgr * p_event_mgr);
341 * @param p_size the number of bytes to skip.
346 OPJ_OFF_T p_size, struct opj_event_mgr * p_event_mgr)
    [all...]
openjpeg.c     [all...]
  /bionic/libc/seccomp/
seccomp_policy.cpp 152 size_t p_size, s_size; local
158 p_size = primary_app_filter_size;
164 p_size = primary_system_filter_size;
170 p_size = primary_global_filter_size;
188 for (size_t i = 0; i < p_size; ++i) {
  /hardware/intel/img/psb_video/src/mrst/
lnc_H264ES.h 42 unsigned int *p_size);
lnc_H264ES.c 812 static inline void lnc_H264_append_EOSEQ(unsigned char *p_buf, unsigned int *p_size)
817 sizeof(EOSEQ), *p_size);
819 p_buf += *p_size;
822 *p_size += sizeof(EOSEQ);
825 static inline void lnc_H264_append_EOSTREAM(unsigned char *p_buf, unsigned int *p_size)
831 p_buf += *p_size;
833 *p_size += sizeof(EOSTREAM);
839 unsigned int *p_size)
853 ASSERT(p_size);
    [all...]
  /system/nfc/src/nfc/nci/
nci_hmsgs.cc 360 uint8_t *pp, *p_size, *p_start; local
375 p_size = pp;
383 *p_size = (uint8_t)(pp - p_start);
384 p->len = NCI_MSG_HDR_SIZE + *p_size;
471 uint8_t *pp, *p_size, *p_start; local
487 p_size = pp;
496 *p_size = (uint8_t)(pp - p_start);
497 p->len = NCI_MSG_HDR_SIZE + *p_size;
  /external/tensorflow/tensorflow/python/ops/
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/blkid/
getsize.c 157 if (pp->p_size)
158 return pp->p_size << 9;
  /external/e2fsprogs/lib/ext2fs/
getsize.c 232 if (pp->p_size) {
233 *retblocks = pp->p_size / (blocksize / 512);
  /prebuilts/go/darwin-x86/src/runtime/
malloc.go 411 p_size := round(n+_PageSize, 256<<20)
412 new_end := h.arena_end + p_size // Careful: can overflow
417 p := uintptr(sysReserve(unsafe.Pointer(h.arena_end), p_size, &reserved))
432 } else if h.arena_start <= p && p+p_size-h.arena_start-1 <= _MaxMem && h.arena_end-h.arena_alloc < strandLimit {
441 h.arena_end = p + p_size
461 stat := uint64(p_size)
462 sysFree(unsafe.Pointer(p), p_size, &stat)
490 p_size := round(n, _PageSize) + _PageSize
491 p := uintptr(sysAlloc(p_size, &memstats.heap_sys))
496 if p < h.arena_start || p+p_size-h.arena_start > _MaxMem
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
malloc.go 411 p_size := round(n+_PageSize, 256<<20)
412 new_end := h.arena_end + p_size // Careful: can overflow
417 p := uintptr(sysReserve(unsafe.Pointer(h.arena_end), p_size, &reserved))
432 } else if h.arena_start <= p && p+p_size-h.arena_start-1 <= _MaxMem && h.arena_end-h.arena_alloc < strandLimit {
441 h.arena_end = p + p_size
461 stat := uint64(p_size)
462 sysFree(unsafe.Pointer(p), p_size, &stat)
490 p_size := round(n, _PageSize) + _PageSize
491 p := uintptr(sysAlloc(p_size, &memstats.heap_sys))
496 if p < h.arena_start || p+p_size-h.arena_start > _MaxMem
    [all...]
  /external/fio/
client.c 719 size_t p_size; local
724 p_size = sizeof(*pdu) + strlen(filename) + 1;
725 pdu = malloc(p_size);
726 memset(pdu, 0, p_size);
732 ret = fio_net_send_cmd(client->fd, FIO_NET_CMD_LOAD_FILE, pdu, p_size,NULL, NULL);
745 size_t p_size; local
768 p_size = sb.st_size + sizeof(*pdu);
769 pdu = malloc(p_size);
785 ret = fio_net_send_cmd(client->fd, FIO_NET_CMD_JOB, pdu, p_size, NULL, NULL);
    [all...]
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 79 unsigned int p_size; /* Current allocated size. */ member in struct:__anon26776
597 s->p_size = GRANULE;
609 if (s->p_card >= s->p_size) {
610 s->p_size += GRANULE;
612 sizeof *s + s->p_size * sizeof s->p_set);
614 s->p_set[s->p_size] = (t_state *) NULL;
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
internal.h 275 bfd_vma p_size; member in struct:elf_segment_map
287 /* Whether the p_size field is valid; if not, the size are based
ChangeLog-0415     [all...]
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduPart.java 54 public static final int P_SIZE = 0x96;
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPart.java 54 public static final int P_SIZE = 0x96;
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduPart.java 54 public static final int P_SIZE = 0x96;
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPart.java 52 public static final int P_SIZE = 0x96;
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_opj.cpp 27 OPJ_SIZE_T p_size,
32 opj_stream_t* stream = opj_stream_create(p_size, p_is_read_stream);
  /external/jemalloc/src/
arena.c     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf.c     [all...]
ChangeLog-2007     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 1663 milliseconds

1 2