Searched refs:mapSize (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DBTreeAllocate.c43 UInt16 *mapSize );
77 UInt16 mapSize, size; local
90 err = GetMapNode (btreePtr, &node, &mapPtr, &mapSize);
96 size = mapSize;
111 nodeNumber += mapSize << 3; // covert to number of bits (nodes)
187 UInt16 mapSize; local
198 err = GetMapNode (btreePtr, &node, &mapPos, &mapSize);
201 nodeIndex += mapSize << 3; // covert to number of bits (nodes)
206 nodeNum -= (nodeIndex - (mapSize << 3)); // relative to this map record
267 UInt16 mapSize; local
[all...]
H A DBTreePrivate.h82 #define M_NodesInMap(mapSize) ((mapSize) << 3)
328 UInt16 *mapSize );
H A DSVerify2.c798 SInt32 mapSize; local
809 mapSize = ( calculatedBTCB->totalNodes + 7 ) / 8; /* size in bytes */
814 while ( mapSize > 0 )
862 mapSize -= recSize; /* Adjust remaining map size */
872 if ( (nodeNum != 0) || (mapSize > 0) )
1141 SInt32 mapSize; local
1174 mapSize = (calculatedBTCB->totalNodes + 7) / 8; /* size in bytes */
1181 while ( mapSize > 0 )
1196 size = ( recSize > mapSize ) ? mapSize
[all...]
H A DSRepair.c734 SInt32 mapSize; local
746 mapSize = ((BTreeExtensionsRec*)calculatedBTCB->refCon)->BTCBMSize;
751 if ( mapSize > 0 )
768 size = ( recSize > mapSize ) ? mapSize : recSize;
774 mapSize -= size; // move to next map record
775 if ( mapSize == 0 ) // more to go?
788 } while ( mapSize > 0 );
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c91 u_int16_t *mapSize );
125 u_int16_t mapSize, size; local
139 err = GetMapNode (btreePtr, &node, &mapPtr, &mapSize);
148 size = mapSize;
163 nodeNumber += mapSize << 3; // covert to number of bits (nodes)
243 u_int16_t mapSize; local
255 err = GetMapNode (btreePtr, &node, &mapPos, &mapSize);
258 nodeIndex += mapSize << 3; // covert to number of bits (nodes)
266 nodeNum -= (nodeIndex - (mapSize << 3)); // relative to this map record
327 u_int16_t mapSize; local
634 u_int16_t mapSize, size; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dslcrep.cpp59 if (mCache.totalSize() >= mCache.mapSize() + sizeof(BlobCore)) {
60 const EmbeddedSignatureBlob *blob = mCache.at<const EmbeddedSignatureBlob>((uint32_t)mCache.mapSize());
61 if (mCache.totalSize() >= mCache.mapSize() + blob->length()) // entire blob fits in file
91 return mCache.mapSize();
146 fd().seek(rep->mCache.mapSize()); // end of impage proper
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dslcrep.cpp59 if (mCache.totalSize() >= mCache.mapSize() + sizeof(BlobCore)) {
60 const EmbeddedSignatureBlob *blob = mCache.at<const EmbeddedSignatureBlob>((uint32_t)mCache.mapSize());
61 if (mCache.totalSize() >= mCache.mapSize() + blob->length()) // entire blob fits in file
91 return mCache.mapSize();
146 fd().seek(rep->mCache.mapSize()); // end of impage proper
/macosx-10.10.1/IOKitUser-1050.1.21/hidsystem.subproj/
H A DEVSTests.c40 int mapSize; local
116 mapSize = NXKeyMappingLength(hdl);
117 map = (char *) malloc( mapSize );
119 mapping.size = mapSize;
123 if(0) while ((((char *)pmap) - map) < mapSize) {
127 if( (((char *)pmap) - map) >= mapSize)
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DTCSystemAlloc.cpp166 Checked<size_t> mapSize = Checked<size_t>(size) + extra + 2 * pagesize; local
167 void* result = mmap(NULL, mapSize.unsafeGet(),
176 mmap(static_cast<char*>(result) + (mapSize - pagesize).unsafeGet(), pagesize, PROT_NONE, MAP_FIXED | MAP_PRIVATE | MAP_ANON, VM_TAG_FOR_TCMALLOC_MEMORY, 0);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddyldcache.h52 size_t mapSize() const { return mSigStart; } // size of all the mappings function in class:DYLDCache
54 size_t totalSize() const { return mLength; } // size of entire file (>= mapSize(), we hope)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyldcache.h52 size_t mapSize() const { return mSigStart; } // size of all the mappings function in class:DYLDCache
54 size_t totalSize() const { return mLength; } // size of entire file (>= mapSize(), we hope)
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h176 #define M_NodesInMap(mapSize) ((mapSize) << 3)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c388 static Boln readColorMap (tkimg_MFile *handle, int mapSize, ICOCOLOR *colorMap) argument
393 for (i=0; i<mapSize; i++) {
405 static Boln writeColorMap (tkimg_MFile *handle, int mapSize, ICOCOLOR *colorMap) argument
409 for (i=0; i<mapSize; i++) {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DWebView.cpp532 m_page->findZoomableAreaForPoint(transformFromScene().mapPoint(point), transformFromScene().mapSize(size));
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp3191 uint32_t * mapSize,
3199 size = SCALAR64(*mapSize);
3204 *mapSize = SCALAR32(size);
3186 is_io_connect_map_memory( io_object_t connect, uint32_t type, task_t task, uint32_t * mapAddr, uint32_t * mapSize, uint32_t flags ) argument

Completed in 232 milliseconds