Searched refs:psize (Results 1 - 25 of 49) sorted by relevance

12

/external/qemu/android/
H A Dresource.h19 size_t *psize );
23 size_t *psize );
H A Dresource.c25 size_t *psize )
32 *psize = e->size;
43 size_t *psize )
46 return _resource_find( name, _file_entries, psize );
54 size_t *psize )
60 return _resource_find( name, _file_entries, psize );
H A Dqemu-tcpdump.c142 qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize )
145 *psize = capture_size;
/external/qemu/include/android/
H A Dtcpdump.h34 extern void qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize );
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_shader_semantics.h38 int psize; member in struct:r300_shader_semantics
53 info->psize = ATTR_UNUSED;
H A Dr300_vs.c59 vs_outputs->psize = i;
126 if (outputs->psize != ATTR_UNUSED) {
127 c->code->outputs[outputs->psize] = reg++;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_shader_semantics.h38 int psize; member in struct:r300_shader_semantics
53 info->psize = ATTR_UNUSED;
H A Dr300_vs.c59 vs_outputs->psize = i;
126 if (outputs->psize != ATTR_UNUSED) {
127 c->code->outputs[outputs->psize] = reg++;
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvttglyf.h33 FT_ULong *psize );
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_xform.c168 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 Dm_debug_clip.c230 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/freetype/include/internal/services/
H A Dsvttglyf.h33 FT_ULong *psize );
/external/mesa3d/src/mesa/math/
H A Dm_debug_xform.c168 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 Dm_debug_clip.c230 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/core/include/thirdparties/freetype/freetype/internal/services/
H A Dsvttglyf.h33 FT_ULong *psize );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
H A Dsvttglyf.h33 FT_ULong *psize );
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcommon.cc123 size_t psize = 0; local
125 psize += kPageSize;
128 while ((psize % size) > (psize >> 3)) {
129 psize += kPageSize;
134 } while ((psize / size) < (blocks_to_move));
135 const size_t my_pages = psize >> kPageShift;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcommon.cc119 size_t psize = 0; local
121 psize += kPageSize;
124 while ((psize % size) > (psize >> 3)) {
125 psize += kPageSize;
130 } while ((psize / size) < (blocks_to_move));
131 const size_t my_pages = psize >> kPageShift;
/external/qemu/android/utils/
H A Dpath.h80 /* return the size of a given file in '*psize'. returns 0 on
82 extern APosixStatus path_get_size( const char* path, uint64_t *psize );
H A Dpath.c365 /* return the size of a given file in '*psize'. returns 0 on
368 path_get_size( const char* path, uint64_t *psize )
389 *psize = 0;
392 *psize = (uint64_t) size.QuadPart;
400 *psize = (uint64_t) st.st_size;
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3171 size_t psize = mmsize - offset - MMAP_FOOT_PAD; local
3174 (p)->head = (psize|CINUSE_BIT);
3175 mark_inuse_foot(m, p, psize);
3176 chunk_plus_offset(p, psize)->head = FENCEPOST_HEAD;
3177 chunk_plus_offset(p, psize+SIZE_T_SIZE)->head = 0;
3209 size_t psize = newmmsize - offset - MMAP_FOOT_PAD; local
3210 newp->head = (psize|CINUSE_BIT);
3211 mark_inuse_foot(m, newp, psize);
3212 chunk_plus_offset(newp, psize)->head = FENCEPOST_HEAD;
3213 chunk_plus_offset(newp, psize
3229 init_top(mstate m, mchunkptr p, size_t psize) argument
3277 size_t psize = (char*)oldfirst - (char*)p; local
3359 size_t psize = csp - old_top; local
3573 size_t psize = chunksize(p); local
4224 size_t psize = chunksize(p); local
4625 size_t psize = chunksize(p); local
[all...]
/external/iputils/
H A Drarpd.c566 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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h103 float psize; member in struct:lp_setup_context
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h103 float psize; member in struct:lp_setup_context
/external/qemu/telephony/
H A Dgsm.h191 extern bytes_t gsm_rope_done_acquire( GsmRope rope, int *psize );

Completed in 541 milliseconds

12