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

1 2 3 4 5

  /external/qemu/android/
resource.h 19 size_t *psize );
23 size_t *psize );
resource.c 25 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 );
qemu-tcpdump.c 142 qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize )
145 *psize = capture_size;
  /external/qemu/include/android/
tcpdump.h 34 extern void qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize );
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubywstrings.swg 16 SWIG_AsWCharPtrAndSize(VALUE obj, wchar_t **cptr, size_t *psize, int *alloc)
18 return SWIG_AsCharPtrAndSize( obj, (char**)cptr, psize, alloc);
35 // if (psize) *psize = (size_t) len + 1;
44 // if (psize) *psize = vptr ? (wcslen((wchar_t *)vptr) + 1) : 0;
rubystrings.swg 7 SWIG_AsCharPtrAndSize(VALUE obj, char** cptr, size_t* psize, int *alloc)
22 if (psize) *psize = size;
30 if (psize) *psize = vptr ? (strlen((char*)vptr) + 1) : 0;
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclstrings.swg 7 SWIG_AsCharPtrAndSize(Tcl_Obj *obj, char** cptr, size_t* psize, int *alloc)
13 if (psize) *psize = len + 1;
tclwstrings.swg 13 SWIG_AsWCharPtrAndSize(Tcl_Obj *obj, wchar_t** cptr, size_t* psize, int *alloc)
34 if (psize) *psize = len + 1;
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlstrings.swg 7 SWIG_AsCharPtrAndSize(SV *obj, char** cptr, size_t* psize, int *alloc)
28 if (psize) *psize = size;
36 if (psize) *psize = vptr ? (strlen(vptr) + 1) : 0;
  /prebuilts/misc/common/swig/include/2.0.11/python/
pystrings.swg 6 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc)
60 if (psize) *psize = len + 1;
71 if (psize) *psize = vptr ? (strlen((char *)vptr) + 1) : 0;
pywstrings.swg 15 SWIG_AsWCharPtrAndSize(PyObject *obj, wchar_t **cptr, size_t *psize, int *alloc)
32 if (psize) *psize = (size_t) len + 1;
42 if (psize) *psize = vptr ? (wcslen((wchar_t *)vptr) + 1) : 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_shader_semantics.h 38 int psize; member in struct:r300_shader_semantics
53 info->psize = ATTR_UNUSED;
  /external/mesa3d/src/gallium/drivers/r300/
r300_shader_semantics.h 38 int psize; member in struct:r300_shader_semantics
53 info->psize = ATTR_UNUSED;
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svttglyf.h 33 FT_ULong *psize );
  /external/chromium_org/third_party/mesa/src/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/freetype/include/internal/services/
svttglyf.h 33 FT_ULong *psize );
  /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/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svttglyf.h 33 FT_ULong *psize );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svttglyf.h 33 FT_ULong *psize );
  /external/chromium_org/third_party/tcmalloc/chromium/src/
common.cc 123 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/
common.cc 119 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;
  /frameworks/av/media/libmedia/
AudioEffect.cpp 270 if (param == NULL || param->psize == 0 || param->vsize == 0) {
275 uint32_t psize = ((param->psize - 1) / sizeof(int) + 1) * sizeof(int) + param->vsize; local
278 (param->psize == 8) ? *((int *)param->data + 1): -1);
280 return mIEffect->command(EFFECT_CMD_SET_PARAM, sizeof (effect_param_t) + psize, param, &size,
290 if (param == NULL || param->psize == 0 || param->vsize == 0) {
296 int psize = ((param->psize - 1) / sizeof(int) + 1) * sizeof(int) + param->vsize; local
297 int size = ((sizeof(effect_param_t) + psize - 1) / sizeof(int) + 1) * sizeof(int);
304 memcpy(p, param, sizeof(effect_param_t) + psize);
337 uint32_t psize = sizeof(effect_param_t) + ((param->psize - 1) \/ sizeof(int) + 1) * sizeof(int) + local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iimgctx.h 63 STDMETHOD(GetStateInfo)(THIS_ ULONG *pulState,struct tagSIZE *psize,WINBOOL fClearChanges) PURE;
66 STDMETHOD(Tile)(THIS_ HDC hdc,struct tagPOINT *pptBackOrg,struct tagRECT *prcClip,struct tagSIZE *psize) PURE;
76 #define IImgCtx_Tile(This,hdc,pptBackOrg,prcClip,psize) (This)->lpVtbl->Tile(This,hdc,pptBackOrg,prcClip,psize)
78 #define IImgCtx_GetStateInfo(This,pulState,psize,fClearChanges) (This)->lpVtbl->GetStateInfo(This,pulState,psize,fClearChanges)

Completed in 662 milliseconds

1 2 3 4 5