Searched refs:pSize (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamily.h318 OSErr DVCReadFrame( DVCDeviceConnectionID connID, Ptr *ppReadBuffer, UInt32 * pSize );
327 OSErr DVCGetEmptyFrame( DVCDeviceConnectionID connID, Ptr *ppEmptyFrameBuffer, UInt32 * pSize );
H A DDVFamilyLib.c676 OSErr DVCReadFrame( DVCDeviceConnectionID connID, Ptr *ppReadBuffer, UInt32 * pSize )
684 intParams.pBufferSize = pSize;
796 OSErr DVCGetEmptyFrame( DVCDeviceConnectionID connID, Ptr *ppEmptyFrameBuffer, UInt32 * pSize )
804 intParams.pBufferSize = pSize;
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c463 OSErr DVReadFrame( DVDeviceRefNum refNum, Ptr *ppReadBuffer, UInt32 * pSize )
478 *pSize = dev->fReadSharedVars->fFrameSize[index];
556 OSErr DVGetEmptyFrame( DVDeviceRefNum refNum, Ptr *ppEmptyFrameBuffer, UInt32 * pSize )
581 *pSize = devices[refNum].frameSize;
H A DDVFamily.h317 OSErr DVReadFrame( DVDeviceRefNum refNum, Ptr *ppReadBuffer, UInt32 * pSize );
326 OSErr DVGetEmptyFrame( DVDeviceRefNum refNum, Ptr *ppEmptyFrameBuffer, UInt32 * pSize );
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecOTRMath.c26 void cczp_init_from_bytes(cc_size n, cczp_t zp, size_t pSize, const void *p, size_t rSize, const void* r) argument
30 ccn_read_uint(n, CCZP_PRIME(zp), pSize, p);
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A Dmain.c303 off_t pSize = S32(vop->vdp->priHeader.blockSize); \
312 AddExtent(vop, S32(ep->startBlock) * pSize, S32(ep->blockCount) * pSize); \
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c61 OSErr (*fDVReadFrame)( DVDeviceRefNum refNum, Ptr *ppReadBuffer, UInt32 * pSize );
67 OSErr (*fDVGetEmptyFrame)( DVDeviceRefNum refNum, Ptr *ppEmptyFrameBuffer, UInt32 * pSize );
H A DDVTest.c62 OSErr (*fDVReadFrame)( DVDeviceRefNum refNum, Ptr *ppReadBuffer, UInt32 * pSize );
68 OSErr (*fDVGetEmptyFrame)( DVDeviceRefNum refNum, Ptr *ppEmptyFrameBuffer, UInt32 * pSize );
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h330 virtual IOReturn enqueueDataGated(UInt8 *buffer, UInt32 *pSize, UInt32 *count, bool *pSleep);
331 virtual IOReturn dequeueDataGated(UInt8 *buffer, UInt32 *pSize, UInt32 *count, UInt32 *pMin);
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A Dbmcompress.h501 int32_t cSize, pSize; local
550 pSize = -1;
575 if(cSize != pSize || bcmp(pScan, cScan, cSize))
579 pSize = cSize;
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dubidiimp.h357 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded);
H A Dubidi.c188 * If *pMemory!=NULL, then assume *pSize>0.
195 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded) { argument
201 *pSize=sizeNeeded;
207 if(sizeNeeded<=*pSize) {
223 *pSize=sizeNeeded;
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp2391 IOReturn AppleUSBCDCDMM::enqueueDataGated(UInt8 *buffer, UInt32 *pSize, UInt32 *count, bool *pSleep) argument
2393 UInt32 size = *pSize;
2532 IOReturn AppleUSBCDCDMM::dequeueDataGated(UInt8 *buffer, UInt32 *pSize, UInt32 *count, UInt32 *pMin) argument
2534 UInt32 size = *pSize;
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp3223 IOReturn AppleUSBCDCACMData::enqueueDataGated(UInt8 *buffer, UInt32 *pSize, UInt32 *count, bool *pSleep) argument
3225 UInt32 size = *pSize;
3364 IOReturn AppleUSBCDCACMData::dequeueDataGated(UInt8 *buffer, UInt32 *pSize, UInt32 *count, UInt32 *pMin) argument
3366 UInt32 size = *pSize;
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h684 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
H A Dsqlite3.c1237 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
8086 SQLITE_PRIVATE int sqlite3BtreeKeySize(BtCursor*, i64 *pSize);
8090 SQLITE_PRIVATE int sqlite3BtreeDataSize(BtCursor*, u32 *pSize);
9182 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file*, i64 *pSize);
14412 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file *id, i64 *pSize){ argument
14414 return id->pMethods->xFileSize(id, pSize);
22686 static int os2FileSize( sqlite3_file *id, sqlite3_int64 *pSize ){
22694 *pSize = fsts3FileInfo.cbFile;
27989 unixFileSize(sqlite3_file *id, i64 *pSize) argument
32867 winFileSize(sqlite3_file *id, sqlite3_int64 *pSize) argument
51925 sqlite3BtreeKeySize(BtCursor *pCur, i64 *pSize) argument
51949 sqlite3BtreeDataSize(BtCursor *pCur, u32 *pSize) argument
71319 jrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize) argument
71608 memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize) argument
[all...]

Completed in 610 milliseconds