Searched refs:pVoid (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/speex/tmv/ |
H A D | misc_tm.h | 48 if ( tmmlMalloc(0, size, (pVoid*)&ptr, tmmlMallocCacheAligned | tmmlMallocCleared) != TM_OK ) in speex_alloc() 61 if ( tmmlMalloc(0, size, (pVoid*)&ptr, tmmlMallocCacheAligned | tmmlMallocCleared) != TM_OK ) in speex_alloc_scratch() 72 if ( tmmlRealloc(0, size, (pVoid)ptr, (pVoid*)&ptr, tmmlMallocCacheAligned | tmmlMallocCleared) != TM_OK ) in speex_realloc()
|
/third_party/backends/backend/ |
H A D | plustek-pp_ptdrv.c | 128 static int getUserPtr(const pVoid useraddr, pVoid where, UInt size ) in getUserPtr() 145 static int putUserPtr( const pVoid ptr, pVoid useraddr, UInt size ) in putUserPtr() 157 static unsigned long copy_from_user( pVoid dest, pVoid src, unsigned long len ) in copy_from_user() 163 static unsigned long copy_to_user( pVoid dest, pVoid src, unsigned long len ) in copy_to_user() 171 static int putUserVal(const ULong value, pVoid useraddr, UInt size) in putUserVal() 632 static int ptdrvIoctl( pScanData ps, UInt cmd, pVoid ar [all...] |
H A D | plustek-pp_image.c | 282 static void fnP96GrayDirect( pScanData ps, pVoid pBuf, pVoid pImg, ULong bl ) in fnP96GrayDirect() 300 static void fnDataDirect( pScanData ps, pVoid pBuf, pVoid pImg, ULong bl ) in fnDataDirect() 309 static void fnHalftoneDirect0( pScanData ps, pVoid pb, pVoid pImg, ULong bL ) in fnHalftoneDirect0() 335 static void fnHalftoneDirect1( pScanData ps, pVoid pb, pVoid pImg, ULong bL ) in fnHalftoneDirect1() 362 static void fnP98ColorDirect( pScanData ps, pVoid pb, pVoid pIm [all...] |
H A D | plustek-pp_types.h | 99 typedef void *pVoid; typedef
|
H A D | plustek-pp_misc.c | 300 if( NULL == (pVoid)*ptr ) { in MiscAllPointersSet()
|
H A D | plustek-pp_hwdefs.h | 279 typedef void (*pFnDataProcess)(pScanData, pVoid, pVoid, ULong);
|
Completed in 7 milliseconds