Searched refs:Exit (Results 76 - 100 of 339) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c65 goto Exit;
71 goto Exit;
75 goto Exit;
103 Exit:
109 goto Exit;
202 goto Exit;
226 goto Exit;
243 Exit:
268 goto Exit;
320 goto Exit;
[all...]
H A Dttsbit0.c61 goto Exit;
67 goto Exit;
71 goto Exit;
99 Exit:
105 goto Exit;
196 goto Exit;
220 goto Exit;
237 Exit:
261 goto Exit;
294 goto Exit;
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttsbit.c65 goto Exit;
71 goto Exit;
75 goto Exit;
103 Exit:
109 goto Exit;
202 goto Exit;
226 goto Exit;
243 Exit:
268 goto Exit;
320 goto Exit;
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c336 goto Exit;
341 Exit:
688 Exit:
696 goto Exit;
935 goto Exit;
961 goto Exit;
971 Exit:
1138 goto Exit;
1147 goto Exit;
1178 goto Exit;
[all...]
H A Dftgloadr.c227 goto Exit;
233 goto Exit;
258 goto Exit;
267 Exit:
294 goto Exit;
301 Exit:
/external/freetype/src/base/
H A Dftstroke.c336 goto Exit;
341 Exit:
688 Exit:
696 goto Exit;
935 goto Exit;
961 goto Exit;
971 Exit:
1138 goto Exit;
1147 goto Exit;
1178 goto Exit;
[all...]
H A Dftgloadr.c227 goto Exit;
233 goto Exit;
258 goto Exit;
267 Exit:
297 goto Exit;
304 Exit:
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftstroke.c336 goto Exit;
341 Exit:
688 Exit:
696 goto Exit;
935 goto Exit;
961 goto Exit;
971 Exit:
1138 goto Exit;
1147 goto Exit;
1178 goto Exit;
[all...]
H A Dftgloadr.c227 goto Exit;
233 goto Exit;
258 goto Exit;
267 Exit:
297 goto Exit;
304 Exit:
/external/qemu/telephony/
H A Dsms.c390 if (bufsize < 1) goto Exit;
393 if (bufsize < 2) goto Exit;
402 Exit:
438 if (hexlen < 2) goto Exit;
440 if (hexlen < 4) goto Exit;
450 Exit:
510 goto Exit;
514 goto Exit;
546 Exit:
562 goto Exit;
[all...]
/external/freetype/src/sfnt/
H A Dsfobjs.c287 goto Exit;
294 Exit:
476 goto Exit;
510 goto Exit;
517 goto Exit;
543 goto Exit;
575 goto Exit;
600 goto Exit;
616 goto Exit;
627 goto Exit;
[all...]
H A Dpngshim.c205 goto Exit;
215 goto Exit;
227 goto Exit;
235 goto Exit;
362 Exit:
/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp355 BasicBlock *Exit = BI->getSuccessor(0); local
357 if (L->contains(Exit))
358 std::swap(Exit, NewHeader);
360 assert(L->contains(NewHeader) && !L->contains(Exit) &&
475 assert(DT.getNode(Exit)->getIDom() == OrigPreheaderNode);
488 // Preserve canonical loop form, which means that 'Exit' should have only
489 // one predecessor. Note that Exit could be an exit block for multiple
492 SmallVector<BasicBlock *, 4> ExitPreds(pred_begin(Exit), pred_end(Exit));
499 if (!PredLoop || PredLoop->contains(Exit))
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafpic.c99 goto Exit;
128 Exit:
/external/freetype/src/autofit/
H A Dafglobal.c157 goto Exit;
241 Exit:
319 goto Exit;
339 Exit:
403 goto Exit;
424 goto Exit;
439 goto Exit;
446 Exit:
/external/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp113 BasicBlock *Exit = L->getUniqueExitBlock(); local
114 assert(Exit && "Loop must have a single exit block only");
116 SmallVector<BasicBlock*, 4> Preds(pred_begin(Exit), pred_end(Exit));
117 if (!Exit->isLandingPad()) {
118 SplitBlockPredecessors(Exit, Preds, ".unr-lcssa", P);
121 SplitLandingPadPredecessors(Exit, Preds, ".unr1-lcssa", ".unr2-lcssa",
125 BranchInst::Create(Exit, NewPH, BrLoopExit, InsertPt);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1load.c116 goto Exit;
136 goto Exit;
175 goto Exit;
181 Exit:
186 goto Exit;
315 goto Exit;
319 goto Exit;
360 Exit:
583 goto Exit;
590 goto Exit;
[all...]
/external/libpng/contrib/pngminus/
H A Dmakevms.com65 $ If Argument .Eqs. "" Then Goto Exit
83 $ Goto Exit
90 $Exit:
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcbasic.c187 goto Exit;
195 Exit:
294 goto Exit;
345 Exit:
370 goto Exit;
407 Exit:
523 goto Exit;
534 Exit:
586 goto Exit;
597 Exit
[all...]
/external/freetype/src/cache/
H A Dftcbasic.c187 goto Exit;
195 Exit:
294 goto Exit;
345 Exit:
370 goto Exit;
407 Exit:
523 goto Exit;
534 Exit:
586 goto Exit;
597 Exit
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest1.c40 static void Exit(int rc){ function
124 Exit(1);
154 Exit(1);
183 Exit(1);
211 Exit(1);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.c177 goto Exit;
183 goto Exit;
194 goto Exit;
202 Exit:
504 goto Exit;
516 goto Exit;
526 goto Exit;
546 goto Exit;
553 goto Exit;
559 goto Exit;
[all...]
/external/freetype/src/cff/
H A Dcffobjs.c177 goto Exit;
183 goto Exit;
194 goto Exit;
202 Exit:
504 goto Exit;
516 goto Exit;
526 goto Exit;
546 goto Exit;
553 goto Exit;
559 goto Exit;
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffobjs.c177 goto Exit;
183 goto Exit;
194 goto Exit;
202 Exit:
504 goto Exit;
516 goto Exit;
527 goto Exit;
547 goto Exit;
554 goto Exit;
560 goto Exit;
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.c306 goto Exit;
325 goto Exit;
329 goto Exit;
333 goto Exit;
341 goto Exit;
445 Exit:

Completed in 1636 milliseconds

1234567891011>>