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

1 2

  /external/mesa3d/src/gallium/drivers/r300/
r300_shader_semantics.h 38 int psize; member in struct:r300_shader_semantics
55 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/os/platform/stm32/inc/plat/
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/nouveau/nv50/
nv50_shader_state.c 354 uint32_t color, psize; local
366 psize = nv50->state.semantic_psize & ~NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK;
379 psize |= NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK;
381 if (psize != nv50->state.semantic_psize) {
382 nv50->state.semantic_psize = psize;
384 PUSH_DATA (push, psize);
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_3d.cc 225 int pindex, psize; local
231 padding[0], &pindex, &psize));
246 {pindex, psize},
258 Eigen::array<int, 5> bcast = {1, csize, rsize, psize, 1};
265 bcast.set(3, psize);
403 int pindex, psize; local
406 padding[0], &pindex, &psize));
421 {pindex, psize},
431 Eigen::array<int, 5> bcast = {1, csize, rsize, psize, 1};
438 bcast.set(3, psize);
    [all...]
  /frameworks/av/media/libaudioclient/
AudioEffect.cpp 280 if (param == NULL || param->psize == 0 || param->vsize == 0) {
285 uint32_t psize = ((param->psize - 1) / sizeof(int) + 1) * sizeof(int) + param->vsize; local
288 (param->psize == 8) ? *((int *)param->data + 1): -1);
290 return mIEffect->command(EFFECT_CMD_SET_PARAM, sizeof (effect_param_t) + psize, param, &size,
300 if (param == NULL || param->psize == 0 || param->vsize == 0) {
306 int psize = ((param->psize - 1) / sizeof(int) + 1) * sizeof(int) + param->vsize; local
307 int size = ((sizeof(effect_param_t) + psize - 1) / sizeof(int) + 1) * sizeof(int);
314 memcpy(p, param, sizeof(effect_param_t) + psize);
347 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/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 93 unsigned position, psize; member in struct:fd2_compile_context
142 ctx->psize = ~0;
177 ctx->psize = ctx->num_regs[TGSI_FILE_OUTPUT];
328 } else if (dst->Index == ctx->psize) {
996 if ((num == ctx->position) || (num == ctx->psize)) {
  /external/python/cpython2/Modules/
bsddbmodule.c 103 int minkeypage, int psize, int lorder)
115 info.psize = psize;
152 int rnflags, int cachesize, int psize, int lorder,
164 info.psize = psize;
740 unsigned int psize = 0; local
746 &psize, &lorder))
778 psize, lorder);
790 unsigned int psize = 0 local
    [all...]
  /external/valgrind/coregrind/m_demangle/
d-demangle.c 737 long psize = len; local
748 if (psize == 0)
750 psize = len;
766 if (mangled && (mangled - pend) == psize)
769 psize /= 10;
    [all...]
  /system/media/audio/include/system/
audio_effect.h 495 // psize and vsize represent the actual size of parameter and value.
502 // | psize | sizeof(int)
507 // ~ parameter ~ > psize |
508 // | | | > ((psize - 1)/sizeof(int) + 1) * sizeof(int)
519 uint32_t psize; // Parameter size member in struct:effect_param_s
  /toolchain/binutils/binutils-2.27/libiberty/
d-demangle.c 721 long psize = len; local
732 if (psize == 0)
734 psize = len;
750 if (mangled && (mangled - pend) == psize)
753 psize /= 10;
    [all...]
  /external/webp/src/dec/
vp8_dec.c 217 size_t psize = sz[0] | (sz[1] << 8) | (sz[2] << 16); local
218 if (psize > size_left) psize = size_left;
219 VP8InitBitReader(dec->parts_ + p, part_start, psize);
220 part_start += psize;
221 size_left -= psize;
  /toolchain/binutils/binutils-2.27/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...]
  /external/syslinux/utils/
isohybrid.c 72 uint32_t psize = 0, isosize = 0; variable
660 psize = c * head * sector - offset;
690 tmp = lendian_int(psize);
854 part->lastLBA = lendian_64(psize - 1);
1135 psize = isosize / 512;
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 1203 int psize = byteArrayToInt(p, 4); 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...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 3388 uint8 *psize; local
    [all...]

Completed in 1305 milliseconds

1 2