Searched refs:iSize (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDNextItem.c81 int iSize; local
118 iSize = psD[(*piX)++];
126 iSize = iHeader;
127 iSize &= kHIDItemSizeMask;
128 if (iSize==3)
129 iSize = 4;
130 ptItem->byteCount = iSize;
138 if ((*piX + iSize) > iLength)
144 if (iSize==0)
152 for (i = 0; i < iSize;
[all...]
H A DHIDGetData.c63 * iSize - Number of Bits
75 UInt32 iStart, UInt32 iSize, SInt32 *piValue,
84 unsigned iLastBit = iStart + iSize - 1;
90 if ((iSize == 0) || (iLastByte >= iReportLength) || (iLastByte < iStartByte))
121 if (iSize > 1)
122 iSignBit <<= (iSize-1);
74 HIDGetData(void * report, IOByteCount iReportLength, UInt32 iStart, UInt32 iSize, SInt32 *piValue, Boolean bSignExtend) argument
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dsys_unix.c240 * @param[in] iSize Size of the memmory mapped.
247 INTERNAL void *SYS_MemoryMap(int iSize, int iFid, int iOffset) argument
253 vAddress = mmap(0, iSize, PROT_READ | PROT_WRITE,
269 * @param[in] iSize Size of the memmory mapped.
275 INTERNAL void *SYS_PublicMemoryMap(int iSize, int iFid, int iOffset) argument
281 vAddress = mmap(0, iSize, PROT_READ, MAP_SHARED, iFid, iOffset);
296 * @param iSize size of the memory segment
298 INTERNAL void SYS_PublicMemoryUnmap(void * ptr, int iSize) argument
300 munmap(ptr, iSize);
H A Dsys_macosx.cpp237 * @param[in] iSize Size of the memmory mapped.
244 INTERNAL void *SYS_MemoryMap(int iSize, int iFid, int iOffset) argument
250 vAddress = mmap(0, iSize, PROT_READ | PROT_WRITE,
266 * @param[in] iSize Size of the memmory mapped.
272 INTERNAL void *SYS_PublicMemoryMap(int iSize, int iFid, int iOffset) argument
278 vAddress = mmap(0, iSize, PROT_READ, MAP_SHARED, iFid, iOffset);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dbmp2tiff.c131 uint32 iSize; /* Size in bytes of the bitmap file. Should member in struct:__anon12951
145 uint32 iSize; /* Size of BMPInfoHeader structure in bytes. member in struct:__anon12952
305 file_hdr.iSize = instat.st_size;
312 read(fd, &info_hdr.iSize, 4);
314 TIFFSwabLong(&info_hdr.iSize);
317 if (info_hdr.iSize == BIH_WIN4SIZE)
319 else if (info_hdr.iSize == BIH_OS21SIZE)
321 else if (info_hdr.iSize == BIH_OS22SIZE
322 || info_hdr.iSize == 16)
427 lseek(fd, BFH_SIZE + info_hdr.iSize, SEEK_SE
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DbsafeKeyGen.cpp454 uint32 iSize = B_IntegerBits(sizeItem->data, sizeItem->len); local
455 keySize.LogicalKeySizeInBits = iSize;
456 keySize.EffectiveKeySizeInBits = iSize;
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c15025 i64 iSize; /* Size of this allocation */ member in struct:MemBlockHdr
15098 static void adjustStats(int iSize, int increment){ argument
15099 int i = ROUND8(iSize)/8;
15130 nReserve = ROUND8(p->iSize);
15138 while( nReserve-- > p->iSize ) assert( pU8[nReserve]==0x65 );
15151 return pHdr->iSize;
15255 pHdr->iSize = nByte;
15296 adjustStats(pHdr->iSize, -1);
15298 pHdr->iSize + sizeof(int) + pHdr->nTitle);
15320 memcpy(pNew, pPrior, nByte<pOldHdr->iSize
16391 int iSize = 0; local
18513 int iSize = sqlite3MallocSize(p); local
34859 u32 iSize; /* Maximum bit index. Max iSize is 4,294,967,296. */ member in struct:Bitvec
34879 sqlite3BitvecCreate(u32 iSize) argument
36100 int iSize; local
36119 int iSize; local
56746 backupTruncateFile(sqlite3_file *pFile, i64 iSize) argument
56905 const i64 iSize = (i64)pgszSrc * (i64)nSrcPage; local
71200 int iSize; /* Amount of zBuf[] currently used */ member in struct:JournalFile
[all...]

Completed in 235 milliseconds