/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_shader_semantics.h | 38 int psize; member in struct:r300_shader_semantics 53 info->psize = ATTR_UNUSED;
|
H A D | r300_vs.c | 59 vs_outputs->psize = i; 126 if (outputs->psize != ATTR_UNUSED) { 127 c->code->outputs[outputs->psize] = reg++;
|
/external/freetype/include/freetype/internal/services/ |
H A D | svttglyf.h | 34 FT_ULong *psize );
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/services/ |
H A D | svttglyf.h | 34 FT_ULong *psize );
|
/external/mesa3d/src/mesa/math/ |
H A D | m_debug_xform.c | 168 static int test_transform_function( transform_func func, int psize, argument 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 [all...] |
H A D | 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 < 229 test_cliptest_function( clip_func func, int np, int psize, long *cycles ) argument [all...] |
/external/pdfium/third_party/freetype/include/freetype/internal/services/ |
H A D | svttglyf.h | 34 FT_ULong *psize );
|
/external/autotest/client/site_tests/platform_PartitionCheck/ |
H A D | platform_PartitionCheck.py | 82 psize = pblocks * block_size 83 if psize != ROOTFS_SIZE: 85 (p, psize, ROOTFS_SIZE))
|
/external/vboot_reference/utility/ |
H A D | vbutil_what_keys | 111 psize=$(cgpt show -s -i "$pnum" "$file") 112 if [ "$psize" -ge 128 ]; then 138 psize=$(cgpt show -s -i "$pnum" "$file") 139 if [ "$psize" -ge 128 ]; then
|
/external/dlmalloc/ |
H A D | malloc.c | 3113 size_t psize; local 3120 psize = malloc_getpagesize; 3121 gsize = ((DEFAULT_GRANULARITY != 0)? DEFAULT_GRANULARITY : psize); 3126 psize = system_info.dwPageSize; 3145 ((psize & (psize-SIZE_T_ONE)) != 0)) 3148 mparams.page_size = psize; 3853 size_t psize = mmsize - offset - MMAP_FOOT_PAD; local 3856 p->head = psize; 3857 mark_inuse_foot(m, p, psize); 3891 size_t psize = newmmsize - offset - MMAP_FOOT_PAD; local 3912 init_top(mstate m, mchunkptr p, size_t psize) argument 3960 size_t psize = (char*)oldfirst - (char*)p; local 4041 size_t psize = csp - old_top; local 4284 size_t psize = chunksize(p); local 4387 dispose_chunk(mstate m, mchunkptr p, size_t psize) argument 4727 size_t psize = chunksize(p); local 5135 size_t psize = chunksize(p); local 5668 size_t psize = chunksize(p); local [all...] |
/external/opencv3/3rdparty/libtiff/ |
H A D | tif_unix.c | 114 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) argument 122 *psize = (tmsize_t)sizem; 137 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) argument 139 (void) fd; (void) pbase; (void) psize;
|
H A D | tif_win32.c | 137 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) argument 141 (void) psize; 157 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) argument 177 *psize = size;
|
H A D | tif_open.c | 36 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) argument 38 (void) fd; (void) pbase; (void) psize;
|
H A D | tiffiop.h | 222 #define TIFFMapFileContents(tif, paddr, psize) \ 223 ((*(tif)->tif_mapproc)((tif)->tif_clientdata,(paddr),(psize)))
|
/external/vboot_reference/utility/include/ |
H A D | gbb_utility.h | 87 // return true if the offset and size are assign to *poffset and *psize; 90 bool find_property(PROPINDEX i, uint32_t *poffset, uint32_t *psize,
|
/external/iputils/ |
H A D | 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/llvmpipe/ |
H A D | lp_setup_context.h | 103 float psize; member in struct:lp_setup_context
|
/external/webp/src/dec/ |
H A D | 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;
|
/external/opencv3/3rdparty/libwebp/dec/ |
H A D | 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;
|
/external/mesa3d/src/gallium/drivers/nv50/ |
H A D | 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);
|
/external/chromium-trace/catapult/telemetry/third_party/png/ |
H A D | png.py | 605 self.psize = (self.bitdepth/8) * self.planes 1475 fu = max(1, self.psize) 1584 row_size = int(math.ceil(self.psize * ppr)) 1798 self.psize = float(self.bitdepth)/float(8) * planes 1799 if int(self.psize) == self.psize: 1800 self.psize = int(self.psize) 1801 self.row_bytes = int(math.ceil(self.width * self.psize)) 2981 reader.psize [all...] |
/external/pdfium/third_party/libtiff/ |
H A D | tif_open.c | 36 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) argument 38 (void) fd; (void) pbase; (void) psize;
|
H A D | tiffiop.h | 227 #define TIFFMapFileContents(tif, paddr, psize) \ 228 ((*(tif)->tif_mapproc)((tif)->tif_clientdata,(paddr),(psize)))
|
/external/vulkan-validation-layers/loader/ |
H A D | vk-loader-generate.py | 180 psize = proto.params[-2].name 185 setup.append("size_t count = *%s / sizeof(*info), i;" % psize)
|
/external/opencv3/modules/viz/src/vtk/ |
H A D | 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);
|