HomeSort by relevance Sort by last modified time
    Searched refs:Exit (Results 76 - 100 of 331) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 86 // There is no BlockEntrance corresponding to the exit block as well, so
124 const CFGBlock *Exit = BE.getDst();
125 const CFGElement &CE = Exit->front();
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 86 // loop exit.
208 /// Fold the loop tail into the loop exit by speculating the loop tail
263 /// loop exit. In this case we may want to rotate even though the new latch is
293 // Rotate if either the loop latch does *not* exit the loop, or if the loop
330 BasicBlock *Exit = BI->getSuccessor(0);
332 if (L->contains(Exit))
333 std::swap(Exit, NewHeader);
335 assert(L->contains(NewHeader) && !L->contains(Exit) &&
336 "Unable to determine loop header and exit blocks");
448 assert(DT->getNode(Exit)->getIDom() == OrigPreheaderNode)
    [all...]
  /external/qemu/android/utils/
system.c 36 exit(1);
53 exit(1);
71 exit(1);
162 goto Exit;
167 Exit:
  /external/chromium_org/third_party/freetype/src/base/
ftstream.c 172 goto Exit;
187 Exit:
258 goto Exit;
265 goto Exit;
268 goto Exit;
297 goto Exit;
306 Exit:
749 goto Exit;
765 goto Exit;
821 /* otherwise, exit the loop *
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des.c 104 #define EXIT(a) exit(a&0x10000000L)
106 #define EXIT(a) exit(a)
255 EXIT(1);
275 EXIT(3);
282 EXIT(2);
290 EXIT(4);
302 EXIT(5);
319 EXIT(0)
    [all...]
  /external/freetype/src/base/
ftstream.c 172 goto Exit;
187 Exit:
258 goto Exit;
265 goto Exit;
268 goto Exit;
297 goto Exit;
306 Exit:
749 goto Exit;
765 goto Exit;
821 /* otherwise, exit the loop *
    [all...]
  /external/openssl/crypto/des/
des.c 104 #define EXIT(a) exit(a&0x10000000L)
106 #define EXIT(a) exit(a)
255 EXIT(1);
275 EXIT(3);
282 EXIT(2);
290 EXIT(4);
302 EXIT(5);
319 EXIT(0)
    [all...]
  /external/chromium_org/ash/shell/
shell_delegate_impl.h 43 virtual void Exit() OVERRIDE;
  /external/chromium_org/ash/
shell_delegate.h 86 virtual void Exit() = 0;
  /external/chromium_org/ash/test/
test_shell_delegate.h 39 virtual void Exit() OVERRIDE;
  /external/chromium_org/chrome/browser/
chrome_browser_main_posix.cc 96 // ExitHandler takes care of servicing an exit (from a signal) at the
97 // appropriate time. Specifically if we get an exit and have not finished
98 // session restore we delay the exit. To do otherwise means we're exiting part
102 // Invokes exit when appropriate.
114 // Does the appropriate call to Exit.
115 static void Exit();
129 Exit();
141 base::Bind(&ExitHandler::Exit));
156 void ExitHandler::Exit() {
228 // Without a UI thread to post the exit task to, there aren't man
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h 45 virtual void Exit() OVERRIDE;
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.cc 100 bool HybridSlowStart::Exit() {
101 // If either one of the two conditions are met we exit from slow start
  /external/chromium_org/third_party/freetype/src/cache/
ftcmru.c 50 exit( 2 );
98 exit( 2 );
145 exit( 2 );
257 goto Exit;
267 goto Exit;
276 Exit:
285 goto Exit;
  /external/chromium_org/third_party/freetype/src/cff/
cffparse.c 103 Exit:
109 goto Exit;
266 goto Exit;
365 goto Exit;
380 Exit:
389 goto Exit;
394 goto Exit;
399 goto Exit;
557 goto Exit;
577 Exit
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1cmap.c 110 goto Exit;
116 Exit:
233 goto Exit;
238 Exit:
  /external/chromium_org/third_party/freetype/src/sfnt/
pngshim.c 204 goto Exit;
216 goto Exit;
224 goto Exit;
329 Exit:
ttkern.c 55 /* the kern table is optional; exit silently if it is missing */
58 goto Exit;
65 goto Exit;
72 goto Exit;
161 Exit:
  /external/freetype/src/cache/
ftcmru.c 50 exit( 2 );
98 exit( 2 );
145 exit( 2 );
257 goto Exit;
267 goto Exit;
276 Exit:
285 goto Exit;
  /external/freetype/src/cff/
cffparse.c 103 Exit:
109 goto Exit;
266 goto Exit;
365 goto Exit;
380 Exit:
389 goto Exit;
394 goto Exit;
399 goto Exit;
557 goto Exit;
577 Exit
    [all...]
  /external/freetype/src/psaux/
t1cmap.c 110 goto Exit;
116 Exit:
233 goto Exit;
238 Exit:
  /external/freetype/src/sfnt/
pngshim.c 204 goto Exit;
216 goto Exit;
224 goto Exit;
329 Exit:
ttkern.c 55 /* the kern table is optional; exit silently if it is missing */
58 goto Exit;
65 goto Exit;
72 goto Exit;
161 Exit:
  /external/valgrind/main/exp-bbv/tests/x86/
million.S 16 # Exit
22 exit: label
26 inc %eax # put exit syscall number (1) in eax
27 int $0x80 # and exit
31 inc %eax # put exit syscall number (1) in eax
32 int $0x80 # and exit
  /external/chromium_org/third_party/freetype/src/autofit/
afloader.c 121 goto Exit;
152 goto Exit;
275 goto Exit;
305 goto Exit;
353 goto Exit;
473 goto Exit;
485 Exit:
550 goto Exit;
556 Exit:

Completed in 167 milliseconds

1 2 34 5 6 7 8 91011>>