/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;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
segment.s | 1 .psize 0
|
segment.l | 1 1 .psize 0
|
x86-64-segment.s | 1 .psize 0
|
x86-64-segment.l | 1 1 .psize 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;
|
/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;
|
/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/freetype/include/internal/services/ |
svttglyf.h | 34 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/third_party/freetype/include/freetype/internal/services/ |
svttglyf.h | 34 FT_ULong *psize );
|
/external/autotest/client/site_tests/platform_PartitionCheck/ |
platform_PartitionCheck.py | 82 psize = pblocks * block_size 83 if psize != ROOTFS_SIZE: 85 (p, psize, ROOTFS_SIZE))
|
/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...] |
/device/google/contexthub/firmware/inc/platform/stm32f4xx/ |
dma.h | 29 } psize, msize; member in struct:dmaMode
|
/external/vboot_reference/utility/ |
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
|
/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)
|
/external/dlmalloc/ |
malloc.c | 3113 size_t psize; local 3853 size_t psize = mmsize - offset - MMAP_FOOT_PAD; local 3891 size_t psize = newmmsize - offset - MMAP_FOOT_PAD; local 3960 size_t psize = (char*)oldfirst - (char*)p; local 4041 size_t psize = csp - old_top; local 4284 size_t psize = chunksize(p); local 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/ |
tif_unix.c | 114 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) 122 *psize = (tmsize_t)sizem; 137 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) 139 (void) fd; (void) pbase; (void) psize;
|