Home
last modified time | relevance | path

Searched refs:Again (Results 1 – 25 of 149) sorted by relevance

123456

/external/python/cpython2/PC/VC6/
Drt.bat22 :Again label
26 @if "%1"=="-O" goto Again
28 @if "%1"=="-q" goto Again
30 @if "%1"=="-d" goto Again
/external/llvm/lib/CodeGen/
DDetectDeadLanes.cpp537 bool Again = false; in runOnce() local
564 Again = true; in runOnce()
571 return Again; in runOnce()
593 bool Again; in runOnMachineFunction() local
595 Again = runOnce(MF); in runOnMachineFunction()
596 } while(Again); in runOnMachineFunction()
DRegisterCoalescer.cpp148 bool joinCopy(MachineInstr *TheCopy, bool &Again);
1341 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) { in joinCopy() argument
1343 Again = false; in joinCopy()
1426 Again = true; // May be possible to coalesce later. in joinCopy()
1479 Again = true; // May be possible to coalesce later. in joinCopy()
2811 bool Again = false; in copyCoalesceWorkList() local
2812 bool Success = joinCopy(CurrList[i], Again); in copyCoalesceWorkList()
2814 if (Success || !Again) in copyCoalesceWorkList()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterCoalescer.cpp119 bool JoinCopy(MachineInstr *TheCopy, bool &Again);
1154 bool RegisterCoalescer::JoinCopy(MachineInstr *CopyMI, bool &Again) { in JoinCopy() argument
1156 Again = false; in JoinCopy()
1210 Again = true; // May be possible to coalesce later. in JoinCopy()
1247 Again = true; // May be possible to coalesce later. in JoinCopy()
1732 bool Again = false; in CopyCoalesceInMBB() local
1733 if (!JoinCopy(TheCopy, Again)) in CopyCoalesceInMBB()
1734 if (Again) in CopyCoalesceInMBB()
1739 bool Again = false; in CopyCoalesceInMBB() local
1740 if (!JoinCopy(TheCopy, Again)) in CopyCoalesceInMBB()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonGenPredicate.cpp494 bool Again; in runOnMachineFunction() local
496 Again = false; in runOnMachineFunction()
506 Again = true; in runOnMachineFunction()
509 Changed |= Again; in runOnMachineFunction()
515 } while (Again); in runOnMachineFunction()
/external/pdfium/third_party/freetype/src/cid/
Dcidparse.c84 Again: in cid_parser_new()
212 goto Again; in cid_parser_new()
/external/markdown/tests/misc/
Drussian.txt5 …ианин, Нед является одним из столпов морали Спрингфилда. В эпизоде «Alone Again, Natura-Diddily» …
Dbidi.txt64 …ианин, Нед является одним из столпов морали Спрингфилда. В эпизоде «Alone Again, Natura-Diddily» …
/external/pdfium/third_party/freetype/src/type1/
Dt1parse.c341 Again: in T1_Get_Private_Dict()
407 goto Again; in T1_Get_Private_Dict()
/external/libnetfilter_conntrack/
Dconfigure.ac36 dnl Again, some systems have it, but not IPv6
/external/harfbuzz_ng/
DBUILD.md21 run autogen.sh for the first time. Namely, pkg-config and ragel. Again,
/external/eigen/doc/
DTutorialReshapeSlicing.dox41 Again, the class Map allows to easily mimic this feature.
/external/ltp/
Dconfigure.ac56 [have the Bourne Again SHell interpreter (default=no)])],
/external/llvm/test/CodeGen/SystemZ/
Dshift-03.ll83 ; Check the next value up. Again, we could mask the amount instead.
Dshift-02.ll83 ; Check the next value up. Again, we could mask the amount instead.
Dshift-01.ll83 ; Check the next value up. Again, we could mask the amount instead.
Dshift-06.ll107 ; Again, we could mask the shift amount instead.
/external/fonttools/Lib/fontTools/ttLib/tables/
Dtable_API_readme.txt80 # Again, 'ttFont' is there so you can access other tables.
/external/python/cpython2/Doc/library/
Djpeg.rst57 ``(data, width, height, bytesperpixel)``. Again, the data is suitable to pass
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt36 > feasible and should be fun. (Again, link time cost is the issue.)
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt36 > feasible and should be fun. (Again, link time cost is the issue.)
D2001-02-06-TypeNotationDebateResp1.txt31 Again, I don't disagree with this at all. But to some extent this
/external/dtc/
DREADME.license45 the intended place. Again, I judged encouraging widespread use of
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c1082 Again: in tt_cmap4_char_map_linear()
1154 goto Again; in tt_cmap4_char_map_linear()
1872 Again: in tt_cmap8_char_next()
1888 goto Again; in tt_cmap8_char_next()
2258 Again: in tt_cmap12_next()
2274 goto Again; in tt_cmap12_next()
/external/freetype/src/sfnt/
Dttcmap.c1113 Again: in tt_cmap4_char_map_linear()
1185 goto Again; in tt_cmap4_char_map_linear()
1934 Again: in tt_cmap8_char_next()
1950 goto Again; in tt_cmap8_char_next()
2327 Again: in tt_cmap12_next()
2343 goto Again; in tt_cmap12_next()

123456