/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;
|
/external/ltp/testcases/network/tcp_cmds/ping/ |
ping02.sh | 39 for psize in $PACKETSIZES; do 40 EXPECT_PASS $PING -c $COUNT -f -s $psize $ipaddr -p "$pat" \>/dev/null
|
/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.27/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
|
x86-64-jump.s | 1 .psize 0
|
/external/autotest/client/site_tests/platform_PartitionCheck/ |
platform_PartitionCheck.py | 61 psize = pblocks * block_size 62 if psize != ROOTFS_SIZE_2G and psize != ROOTFS_SIZE_4G: 64 (p, psize, ROOTFS_SIZE_2G, ROOTFS_SIZE_4G))
|
/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 55 info->psize = ATTR_UNUSED;
|
/external/freetype/include/freetype/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/ltp/testcases/kernel/fs/fs_maim/ |
maimparts | 61 $psize = int($Cyl/$parts); 67 printf(CONFIG ",%d,%x\n",$psize,$fsid); # write the lines in cfg
|
/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...] |
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/ |
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)
|