HomeSort by relevance Sort by last modified time
    Searched defs:psize (Results 1 - 25 of 33) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/r300/
r300_shader_semantics.h 38 int psize; member in struct:r300_shader_semantics
53 info->psize = ATTR_UNUSED;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
open_memstream.c 32 size_t *psize; /* point to min(pos, len) */ member in struct:state
70 *st->psize = st->pos;
98 *st->psize = MINIMUM(st->pos, st->len);
114 open_memstream(char **pbuf, size_t *psize)
119 if (pbuf == NULL || psize == NULL) {
143 st->psize = psize;
146 *psize = st->len;
open_wmemstream.c 33 size_t *psize; /* point to min(pos, len) */ member in struct:state
74 *st->psize = st->pos;
108 *st->psize = MINIMUM(st->pos, st->len);
124 open_wmemstream(wchar_t **pbuf, size_t *psize)
129 if (pbuf == NULL || psize == NULL) {
153 st->psize = psize;
157 *psize = st->len;
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/
dma.h 29 } psize, msize; member in struct:dmaMode
  /external/mesa3d/src/mesa/math/
m_debug_xform.c 168 static int test_transform_function( transform_func func, int psize,
181 if ( psize > 4 ) {
182 _mesa_problem( NULL, "test_transform_function called with psize > 4\n" );
218 for ( j = 0 ; j < psize ; j++ )
282 int psize, mtype; local
304 for ( psize = 1 ; psize <= 4 ; psize++ ) {
305 printf(" p%d\t", psize );
312 for ( psize = 1 ; psize <= 4 ; psize++ )
    [all...]
m_debug_clip.c 230 int psize, long *cycles )
243 if ( psize > 4 ) {
244 _mesa_problem( NULL, "test_cliptest_function called with psize > 4\n" );
251 for ( j = 0 ; j < psize ; j++ )
279 ref_cliptest[psize]( source, ref, rm, &rco, &rca, viewport_z_clip );
304 if (psize == 4 && xyz_close_to_w(c)) {
321 if ( np || psize < 4 )
352 int np, psize; local
374 for ( psize = 2 ; psize <= 4 ; psize++ )
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_context.h 103 float psize; member in struct:lp_setup_context
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_shader_state.c 275 uint32_t color, psize; local
287 psize = nv50->state.semantic_psize & ~NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK;
300 psize |= NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK;
302 if (psize != nv50->state.semantic_psize) {
303 nv50->state.semantic_psize = psize;
305 PUSH_DATA (push, psize);
  /frameworks/av/media/libmedia/
AudioEffect.cpp 275 if (param == NULL || param->psize == 0 || param->vsize == 0) {
280 uint32_t psize = ((param->psize - 1) / sizeof(int) + 1) * sizeof(int) + param->vsize; local
283 (param->psize == 8) ? *((int *)param->data + 1): -1);
285 return mIEffect->command(EFFECT_CMD_SET_PARAM, sizeof (effect_param_t) + psize, param, &size,
295 if (param == NULL || param->psize == 0 || param->vsize == 0) {
301 int psize = ((param->psize - 1) / sizeof(int) + 1) * sizeof(int) + param->vsize; local
302 int size = ((sizeof(effect_param_t) + psize - 1) / sizeof(int) + 1) * sizeof(int);
309 memcpy(p, param, sizeof(effect_param_t) + psize);
342 uint32_t psize = sizeof(effect_param_t) + ((param->psize - 1) \/ sizeof(int) + 1) * sizeof(int) + local
    [all...]
  /external/iputils/
rarpd.c 566 int psize; local
611 psize = 1;
630 psize = 1;
643 psize = 1;
659 psize--;
661 if (psize == 0) {
711 i = poll(pset, psize, -1);
719 for (i=0; i<psize; i++) {
  /external/opencv3/3rdparty/libwebp/dec/
idec.c 360 const size_t psize = br->buf_end_ - br->buf_; local
364 assert(psize > 0);
365 assert(psize <= mem->part0_size_); // Format limit: no need for runtime check
368 uint8_t* const part0_buf = (uint8_t*)malloc(psize);
372 memcpy(part0_buf, br->buf_, psize);
375 br->buf_end_ = part0_buf + psize;
379 mem->start_ += psize;
vp8.c 206 const uint32_t psize = sz[0] | (sz[1] << 8) | (sz[2] << 16); local
207 const uint8_t* part_end = part_start + psize;
  /external/opencv3/modules/viz/src/vtk/
vtkVizInteractorStyle.cpp 142 float psize = apart->GetProperty()->GetPointSize() + delta; local
143 psize = std::max(1.f, std::min(63.f, psize));
144 apart->GetProperty()->SetPointSize(psize);
    [all...]
  /external/webp/src/dec/
vp8.c 206 size_t psize = sz[0] | (sz[1] << 8) | (sz[2] << 16); local
207 if (psize > size_left) psize = size_left;
208 VP8InitBitReader(dec->parts_ + p, part_start, psize);
209 part_start += psize;
210 size_left -= psize;
  /toolchain/binutils/binutils-2.25/gold/
ehframe.cc 373 off_t psize; local
376 &paddress, &psize);
379 uint32_t upsize = static_cast<uint32_t>(psize);
381 || static_cast<off_t>(upsize) != psize)
    [all...]
fileread.cc 481 section_size_type psize = File_read::pages(size + (start - poff)); local
483 if (poff + static_cast<off_t>(psize) >= this->size_)
485 psize = this->size_ - poff;
486 gold_assert(psize >= size);
493 p = malloc(psize + byteshift);
497 this->do_read(poff, psize, static_cast<unsigned char*>(p) + byteshift);
503 p = ::mmap(NULL, psize, PROT_READ, MAP_PRIVATE, this->descriptor_, poff);
507 this->mapped_bytes_ += psize;
511 p = malloc(psize);
514 this->do_read(poff, psize, p)
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 424 p->psize = sizeof(uint32_t);
599 ((effect_param_t *)pCmdData)->psize > *replySize - sizeof(effect_param_t))) {
606 || ((effect_param_t *)pCmdData)->psize > cmdSize
610 - ((effect_param_t *)pCmdData)->psize
611 || roundUpDelta(((effect_param_t *)pCmdData)->psize, (uint32_t)sizeof(int)) >
614 - ((effect_param_t *)pCmdData)->psize
1307 uint32_t psize = sizeof(effect_param_t) + local
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 1177 int psize = byteArrayToInt(p, 4); local
    [all...]
  /external/opencv3/modules/core/src/
matrix.cpp 5117 size_t i, nsz = hdr->nodeSize, psize = hdr->pool.size(), local
    [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h 909 uint32_t psize; \/\/ Parameter size member in struct:effect_param_s
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 1057 uint32_t psize = ((param->psize - 1) \/ sizeof(int) + 1) * sizeof(int) + local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 3579 uint8 *psize; local
    [all...]
omx_vdec.cpp 3885 uint8 *psize; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 3664 uint8 *psize; local
    [all...]
omx_vdec_hevc.cpp 3409 uint8 *psize; local
    [all...]

Completed in 800 milliseconds

1 2