Searched refs:numBlocks (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGDominators.cpp50 unsigned numBlocks = graph.numBlocks(); local
53 if (numBlocks > m_results.size()) {
54 m_results.grow(numBlocks);
55 for (unsigned i = numBlocks; i--;)
56 m_results[i].resize(numBlocks);
57 m_scratch.resize(numBlocks);
66 for (unsigned i = numBlocks; i--;) {
73 for (unsigned i = numBlocks; i-- > 1;) {
85 for (unsigned i = 1; i < numBlocks;
[all...]
H A DDFGInvalidationPointInjectionPhase.cpp55 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
72 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
H A DDFGStaticExecutionCountEstimationPhase.cpp50 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
61 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
H A DDFGResurrectionForValidationPhase.cpp50 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
H A DDFGLivenessAnalysisPhase.cpp56 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
66 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;)
H A DDFGOSRAvailabilityAnalysisPhase.cpp50 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
79 for (BlockIndex blockIndex = 0; blockIndex < m_graph.numBlocks(); ++blockIndex) {
H A DDFGSSAConversionPhase.cpp79 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
99 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
208 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
234 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
256 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
274 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
298 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
390 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
H A DDFGCriticalEdgeBreakingPhase.cpp50 for (BlockIndex blockIndex = 0; blockIndex < m_graph.numBlocks(); ++blockIndex) {
H A DDFGDCEPhase.cpp52 for (BlockIndex blockIndex = 0; blockIndex < m_graph.numBlocks(); ++blockIndex) {
66 for (BlockIndex blockIndex = 0; blockIndex < m_graph.numBlocks(); ++blockIndex) {
91 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
116 for (BlockIndex blockIndex = 0; blockIndex < m_graph.numBlocks(); ++blockIndex)
H A DDFGNaturalLoops.cpp69 for (BlockIndex blockIndex = graph.numBlocks(); blockIndex--;) {
99 seenBlocks.resize(graph.numBlocks());
137 for (BlockIndex blockIndex = graph.numBlocks(); blockIndex--;) {
174 for (BlockIndex blockIndex = graph.numBlocks(); blockIndex--;) {
H A DDFGPredictionInjectionPhase.cpp64 for (BlockIndex blockIndex = 0; blockIndex < m_graph.numBlocks(); ++blockIndex) {
H A DDFGUnificationPhase.cpp51 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
H A DDFGVirtualRegisterAllocationPhase.cpp50 for (size_t blockIndex = 0; blockIndex < m_graph.numBlocks(); ++blockIndex) {
H A DDFGCFAPhase.cpp134 for (BlockIndex blockIndex = 0; blockIndex < m_graph.numBlocks(); ++blockIndex)
H A DDFGSSALoweringPhase.cpp53 for (BlockIndex blockIndex = m_graph.numBlocks(); blockIndex--;) {
H A DDFGStoreBarrierElisionPhase.cpp51 for (BlockIndex blockIndex = 0; blockIndex < m_graph.numBlocks(); ++blockIndex) {
/macosx-10.10/libutil-38/
H A DExtentManager.cpp47 c->numBlocks = max(a.blockAddr + a.numBlocks, b.blockAddr + b.numBlocks) - c->blockAddr;
51 ExtentManager::AddBlockRangeExtent(off_t blockAddr, off_t numBlocks) argument
58 if ((blockAddr > totalBlocks) || (blockAddr + numBlocks < 0)) { // totally out of range, do nothing
62 numBlocks = blockAddr + numBlocks;
65 if (blockAddr + numBlocks > totalBlocks) {
66 numBlocks = totalBlocks - blockAddr;
70 ext.numBlocks
108 RemoveBlockRangeExtent(off_t blockAddr, off_t numBlocks) argument
180 off_t numBlocks = blockAddrOfLastByte - blockAddr + 1; local
[all...]
H A DExtentManager.h40 off_t numBlocks; member in struct:ExtentInfo
45 return (a.blockAddr + a.numBlocks) < b.blockAddr;
57 void AddBlockRangeExtent(off_t blockAddr, off_t numBlocks);
59 void RemoveBlockRangeExtent(off_t blockAddr, off_t numBlocks);
H A Dwipefs.cpp134 uint64_t numBlocks = 0; local
149 if (ioctl(fd, DKIOCGETBLOCKCOUNT, (char *)&numBlocks) < 0) {
153 totalSizeInBytes = numBlocks * nativeBlockSize;
157 numBlocks = sbuf.st_size / sbuf.st_blksize;
277 numBytes = curExt->numBlocks * blockSize;
/macosx-10.10/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-api-fst.c124 int i, k, t, numBlocks; local
137 numBlocks = (int)(inputLen/128);
141 for (i = numBlocks; i > 0; i--) {
150 for (i = numBlocks; i > 0; i--) {
165 for (i = numBlocks; i > 0; i--) {
184 return 128*numBlocks;
210 int i, numBlocks, padLen; local
223 numBlocks = inputOctets/16;
227 for (i = numBlocks; i > 0; i--) {
232 padLen = 16 - (inputOctets - 16*numBlocks);
284 int i, k, t, numBlocks; local
361 int i, numBlocks, padLen; local
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A DrijndaelApi.c104 int i, j, t, numBlocks; local
120 numBlocks = inputLen/cipher->blockLen;
126 for (i = 0; i < numBlocks; i++) {
145 for (i = 0; i < numBlocks; i++) {
168 return numBlocks*cipher->blockLen;
174 int i, j, t, numBlocks; local
199 numBlocks = inputLen/cipher->blockLen;
205 for (i = 0; i < numBlocks; i++) {
224 for (i = 0; i < numBlocks; i++) {
257 return numBlocks*ciphe
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c296 register u_int32_t numBlocks);
301 u_int32_t numBlocks,
311 u_int32_t numBlocks, struct jnl_trim_list *list);
423 ; numBlocks - The number of allocation blocks of the extent being freed.
426 static void hfs_unmap_free_extent(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks) argument
434 KERNEL_DEBUG_CONSTANT(HFSDBG_UNMAP_FREE | DBG_FUNC_START, startingBlock, numBlocks, 0, 0, 0);
437 if (hfs_isallocated(hfsmp, startingBlock, numBlocks)) {
438 panic("hfs: %p: (%u,%u) unmapping allocated blocks", hfsmp, startingBlock, numBlocks);
445 length = (u_int64_t) numBlocks * hfsmp->blockSize;
488 ; numBlocks
492 hfs_track_unmap_blocks(struct hfsmount *hfsmp, u_int32_t start, u_int32_t numBlocks, struct jnl_trim_list *list) argument
589 hfs_unmap_alloc_extent(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks) argument
646 uint32_t startBlock, numBlocks; local
1228 BlockDeallocate( ExtendedVCB *vcb, u_int32_t firstBlock, u_int32_t numBlocks, u_int32_t flags) argument
2265 BlockMarkAllocated( ExtendedVCB *vcb, u_int32_t startingBlock, register u_int32_t numBlocks) argument
2300 BlockMarkAllocatedInternal( ExtendedVCB *vcb, u_int32_t startingBlock, register u_int32_t numBlocks) argument
2488 BlockMarkFree( ExtendedVCB *vcb, u_int32_t startingBlock, register u_int32_t numBlocks) argument
2524 BlockMarkFreeUnused(ExtendedVCB *vcb, u_int32_t startingBlock, register u_int32_t numBlocks) argument
2616 u_int32_t numBlocks = numBlocks_in; local
3318 hfs_isallocated_internal(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks, Boolean stop_on_first, u_int32_t *allocCount) argument
3465 hfs_count_allocated(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t numBlocks, u_int32_t *allocCount) argument
3488 hfs_isallocated(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks) argument
4623 u_int32_t numBlocks = 1; local
[all...]
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSDevice.c43 OSErr GetDeviceSize(int driveRefNum, UInt64 *numBlocks, UInt32 *blockSize) argument
60 *numBlocks = (devBlockCount * (UInt64)devBlockSize) / 512;
63 *numBlocks = devBlockCount;
178 *numBlocks = blocks;
H A DSAllocate.c129 UInt32 numBlocks);
134 UInt32 numBlocks);
280 ; numBlocks - Number of allocation blocks to free up (must be > 0!)
299 UInt32 numBlocks) // Number of contiguous blocks to deallocate
307 if (numBlocks == 0) {
315 err = BlockMarkFree(vcb, firstBlock, numBlocks);
322 vcb->vcbFreeBlocks += numBlocks;
682 numBlocks Number of blocks to mark as allocated
688 register UInt32 numBlocks)
700 UInt32 saveNumBlocks = numBlocks;
296 BlockDeallocate( SVCB *vcb, UInt32 firstBlock, UInt32 numBlocks) argument
685 BlockMarkAllocated( SVCB *vcb, UInt32 startingBlock, register UInt32 numBlocks) argument
853 BlockMarkFree( SVCB *vcb, UInt32 startingBlock, register UInt32 numBlocks) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h231 u_int32_t numBlocks,
238 BlockMarkAllocated(ExtendedVCB *vcb, u_int32_t startingBlock, u_int32_t numBlocks);
241 BlockMarkFree( ExtendedVCB *vcb, u_int32_t startingBlock, u_int32_t numBlocks);
244 BlockMarkFreeUnused( ExtendedVCB *vcb, u_int32_t startingBlock, u_int32_t numBlocks);

Completed in 204 milliseconds

123