Searched refs:loop (Results 26 - 50 of 533) sorted by relevance

1234567891011>>

/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/Examples/CallbackDemo/
H A Dinterneton.py38 loop = CFRunLoopGetCurrent()
39 CFRunLoopStop(loop)
48 loop = CFRunLoopGetCurrent()
59 loop, kCFRunLoopCommonModes)
/macosx-10.10.1/shell_cmds-179/what/
H A Dwhat.c83 loop: if (c != '@')
86 goto loop;
88 goto loop;
90 goto loop;
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dmem_clr.c67 size_t loop = len, ctr = cleanse_ctr; local
68 while(loop--)
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGNaturalLoops.cpp50 // Implement the classic dominator-based natural loop finder. The first
52 // Then B is a loop header and A is a backward branching block. We will
53 // then accumulate, for each loop header, multiple backward branching
55 // blocks to their loop headers, which gives us all of the blocks in the
56 // loop body.
88 NaturalLoop loop(successor, m_loops.size());
89 loop.addBlock(block);
90 m_loops.append(loop);
102 NaturalLoop& loop = m_loops[i]; local
108 dataLog("Dealing with loop ", loo
145 NaturalLoop& loop = m_loops[loopIndex]; local
165 NaturalLoop& loop = m_loops[i]; local
[all...]
H A DDFGLoopPreHeaderCreationPhase.cpp69 : Phase(graph, "loop pre-header creation")
80 const NaturalLoop& loop = m_graph.m_naturalLoops.loop(loopIndex); local
83 for (unsigned predecessorIndex = loop.header()->predecessors.size(); predecessorIndex--;) {
84 BasicBlock* predecessor = loop.header()->predecessors[predecessorIndex];
85 if (m_graph.m_dominators.dominates(loop.header(), predecessor))
99 createPreHeader(m_graph, m_insertionSet, loop.header());
H A DDFGLICMPhase.cpp78 // Figure out the set of things each loop writes to, not including blocks that
91 const NaturalLoop* loop = m_graph.m_naturalLoops.innerMostLoopOf(block); local
92 if (!loop)
94 LoopData& data = m_data[loop->index()];
108 // For each loop:
112 const NaturalLoop& loop = m_graph.m_naturalLoops.loop(loopIndex); local
113 LoopData& data = m_data[loop.index()];
115 const NaturalLoop* outerLoop = m_graph.m_naturalLoops.innerMostOuterLoop(loop);
120 BasicBlock* header = loop
162 const NaturalLoop* loop = m_graph.m_naturalLoops.innerMostLoopOf(block); local
203 attemptHoist(BasicBlock* fromBlock, Node*& nodeRef, const NaturalLoop* loop) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJSGlobalObjectScriptDebugServer.cpp85 EventLoop loop; local
86 while (!m_doneProcessingDebuggerEvents && !loop.ended())
87 loop.cycle();
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/p12/
H A Dp12Encode.cpp22 for(unsigned loop=0; loop<loops; loop++) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/hashTimeLibCrypt/
H A DhashTimeLibCrypt.cpp51 unsigned loop; local
58 for(loop=0; loop<params->loops; loop++) {
78 unsigned loop; local
89 /* start critical timing loop */
91 for(loop=0; loop<params->loops; loop++) {
120 unsigned loop; local
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWWorkLoop.cpp50 IOFWWorkLoop *loop; local
52 loop = OSTypeAlloc( IOFWWorkLoop );
53 if( !loop )
54 return loop;
56 if( !loop->init() )
58 loop->release();
59 loop = NULL;
62 return loop;
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dtsvr.rb11 loop do
/macosx-10.10.1/uucp-11/uucp/lib/
H A Dstrstr.c47 goto loop;
51 loop:;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certInCrl/
H A DcertInCrl.cpp26 int loop; local
60 for(loop=0; loop<loops; loop++) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DdbOpenClose.cpp46 for(unsigned loop=0; loop<testParams->numLoops; loop++) {
48 printf("dbOpenClose thread %d: loop %d\n",
49 testParams->threadNum, loop);
H A DsymTestThr.cpp28 unsigned loop; local
45 for(loop=0; loop<testParams->numLoops; loop++) {
47 printf("symTest thread %d: loop %d\n",
48 testParams->threadNum, loop);
61 if(loop & 1) {
75 if(loop & 2) {
H A DsignVerify.cpp74 unsigned loop; local
78 for(loop=0; loop<testParams->numLoops; loop++) {
80 printf("signVerify thread %d: loop %d\n",
81 testParams->threadNum, loop);
/macosx-10.10.1/WTF-7600.1.24/wtf/efl/
H A DRunLoopEfl.cpp61 RunLoop* loop = static_cast<RunLoop*>(data); local
64 MutexLocker locker(loop->m_wakeUpEventRequestedLock);
65 loop->m_wakeUpEventRequested = false;
68 loop->performWork();
/macosx-10.10.1/dcerpc-61/www/lib/
H A Dbreadcrumbs.rb12 loop do
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp34 // Lower MemTransferInst or load-store pair to loop
60 IRBuilder<> loop(loopBB);
61 // The loop index (ind) is a phi node.
62 PHINode *ind = loop.CreatePHI(indType, 0);
67 Value *val = loop.CreateLoad(loop.CreateGEP(srcAddr, ind), srcVolatile);
69 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), dstVolatile);
72 Value *newind = loop.CreateAdd(ind, ConstantInt::get(indType, 1));
75 loop
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/hash/
H A Dhash_func.c87 * through the loop get the "leftover bytes" (strlen % 8). On every other
100 u_int32_t n, loop; local
112 loop = (len + 8 - 1) >> 3;
131 } while (--loop);
151 u_int32_t h, loop; local
165 loop = (len + 8 - 1) >> 3;
184 } while (--loop);
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash_func.c108 * units. On the first time through the loop we get the "leftover bytes"
121 size_t loop; local
129 loop = (len + 8 - 1) >> 3;
156 } while (--loop);
169 size_t loop; local
179 loop = (len + 8 - 1) >> 3;
206 } while (--loop);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/macTest/
H A DmacTest.c44 unsigned loop; local
106 for(loop=1; ; loop++) {
108 printf("...Loop %d\n", loop);
152 if(loops && (loop == loops)) {
155 if(pauseInterval && ((loop % pauseInterval) == 0)) {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/giantBench/
H A DgiantBench.c135 int loop; local
140 for(loop=0; loop<loops; loop++) {
151 int loop; local
156 for(loop=0; loop<loops; loop++) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/badmac/
H A Dbadmac.c109 unsigned loop = 0; local
177 if(verbose && ((loop++ % LOG_FREQ) == 0)) {
224 unsigned loop; local
304 /* length set in test loop */
332 for(loop=1; ; loop++) {
335 printf("..loop %d text size %lu\n", loop, ptext.Length);
345 stagedSign = (loop & 1) ? CSSM_TRUE : CSSM_FALSE;
346 stagedVfy = (loop
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ddtfmtrtts.cpp26 // Warning -- makes test run infinite loop!!!
161 // Special infinite loop test mode for finding hard to reproduce errors
326 // We go through this loop until we achieve a match or until
327 // the maximum loop count is reached. We record the points at
330 int loop; local
333 for(loop = 0; loop < DEPTH; ++loop) {
334 if (loop > 0) {
335 d[loop]
[all...]

Completed in 139 milliseconds

1234567891011>>