Home
last modified time | relevance | path

Searched refs:BOL (Results 1 – 25 of 70) sorted by relevance

123

/external/llvm/utils/lit/lit/
DProgressBar.py47 BOL = '' #: Move the cursor to the beginning of the line variable in TerminalController
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
229 self.BOL = self.term.BOL # BoL from col#79
234 self.BOL = self.term.UP + self.term.BOL
268 self.BOL + self.term.UP + self.term.CLEAR_EOL +
277 sys.stdout.write(self.BOL + self.term.CLEAR_EOL +
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DProgressBar.py47 BOL = '' #: Move the cursor to the beginning of the line variable in TerminalController
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
229 self.BOL = self.term.BOL # BoL from col#79
234 self.BOL = self.term.UP + self.term.BOL
268 self.BOL + self.term.UP + self.term.CLEAR_EOL +
277 sys.stdout.write(self.BOL + self.term.CLEAR_EOL +
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DProgressBar.py43 BOL = '' #: Move the cursor to the beginning of the line variable in TerminalController
214 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
217 self.BOL = self.term.BOL # BoL from col#79
222 self.BOL = self.term.UP + self.term.BOL
256 self.BOL + self.term.UP + self.term.CLEAR_EOL +
265 sys.stdout.write(self.BOL + self.term.CLEAR_EOL +
/external/swiftshader/third_party/LLVM/lib/Support/
Dregengine.inc97 #define BOL (OUT+1)
98 #define EOL (BOL+1)
99 #define BOLEOL (BOL+2)
100 #define NOTHING (BOL+3)
101 #define BOW (BOL+4)
102 #define EOW (BOL+5)
103 #define CODEMAX (BOL+5) /* highest code used */
709 /* is there an EOL and/or BOL between lastc and c? */
714 flagch = BOL;
719 flagch = (flagch == BOL) ? BOLEOL : EOL;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregengine.inc97 #define BOL (OUT+1)
98 #define EOL (BOL+1)
99 #define BOLEOL (BOL+2)
100 #define NOTHING (BOL+3)
101 #define BOW (BOL+4)
102 #define EOW (BOL+5)
103 #define CODEMAX (BOL+5) /* highest code used */
709 /* is there an EOL and/or BOL between lastc and c? */
714 flagch = BOL;
719 flagch = (flagch == BOL) ? BOLEOL : EOL;
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregengine.inc97 #define BOL (OUT+1)
98 #define EOL (BOL+1)
99 #define BOLEOL (BOL+2)
100 #define NOTHING (BOL+3)
101 #define BOW (BOL+4)
102 #define EOW (BOL+5)
103 #define CODEMAX (BOL+5) /* highest code used */
709 /* is there an EOL and/or BOL between lastc and c? */
714 flagch = BOL;
719 flagch = (flagch == BOL) ? BOLEOL : EOL;
[all …]
/external/llvm/lib/Support/
Dregengine.inc97 #define BOL (OUT+1)
98 #define EOL (BOL+1)
99 #define BOLEOL (BOL+2)
100 #define NOTHING (BOL+3)
101 #define BOW (BOL+4)
102 #define EOW (BOL+5)
103 #define CODEMAX (BOL+5) /* highest code used */
709 /* is there an EOL and/or BOL between lastc and c? */
714 flagch = BOL;
719 flagch = (flagch == BOL) ? BOLEOL : EOL;
[all …]
/external/u-boot/lib/
Dslre.c31 enum {END, BRANCH, ANY, EXACT, ANYOF, ANYBUT, OPEN, CLOSE, BOL, EOL, enumerator
337 emit(r, BOL); in compile()
614 case BOL: in match()
/external/icu/icu4c/source/data/curr/
Dpa.txt97 BOL{
98 "BOL",
960 BOL{
Dja.txt161 BOL{
162 "BOL",
1433 BOL{
Dyue.txt161 BOL{
162 "BOL",
1434 BOL{
Dzh.txt161 BOL{
162 "BOL",
1419 BOL{
Dyue_Hans.txt162 BOL{
163 "BOL",
1435 BOL{
Dzh_Hant.txt162 BOL{
163 "BOL",
1435 BOL{
Dug.txt161 BOL{
162 "BOL",
1367 BOL{
Dth.txt157 BOL{
158 "BOL",
Dko.txt157 BOL{
158 "BOL",
Dlo.txt157 BOL{
158 "BOL",
Did.txt157 BOL{
158 "BOL",
1388 BOL{
Drm.txt161 BOL{
162 "BOL",
/external/libjpeg-turbo/simd/i386/
Djccolext-mmx.asm300 punpcklwd mm1, mm5 ; mm1=BOL
302 psrld mm1, 1 ; mm1=BOL*FIX(0.500)
360 pmaddwd mm0, [GOTOFF(eax,PW_F0114_F0250)] ; mm0=BOL*FIX(0.114)+GOL*FIX(0.250)
362 pmaddwd mm7, [GOTOFF(eax,PW_MF008_MF041)] ; mm7=BOL*-FIX(0.081)+GOL*-FIX(0.418)
Djccolext-sse2.asm329 punpcklwd xmm1, xmm5 ; xmm1=BOL
331 psrld xmm1, 1 ; xmm1=BOL*FIX(0.500)
389 pmaddwd xmm0, [GOTOFF(eax,PW_F0114_F0250)] ; xmm0=BOL*FIX(0.114)+GOL*FIX(0.250)
391 pmaddwd xmm7, [GOTOFF(eax,PW_MF008_MF041)] ; xmm7=BOL*-FIX(0.081)+GOL*-FIX(0.418)
Djccolext-avx2.asm403 vpunpcklwd ymm1, ymm1, ymm5 ; ymm1=BOL
405 vpsrld ymm1, ymm1, 1 ; ymm1=BOL*FIX(0.500)
463 vpmaddwd ymm0, ymm0, [GOTOFF(eax,PW_F0114_F0250)] ; ymm0=BOL*FIX(0.114)+GOL*FIX(0.250)
465 vpmaddwd ymm7, ymm7, [GOTOFF(eax,PW_MF008_MF041)] ; ymm7=BOL*-FIX(0.081)+GOL*-FIX(0.418)
/external/libjpeg-turbo/simd/x86_64/
Djccolext-sse2.asm313 punpcklwd xmm1, xmm5 ; xmm1=BOL
315 psrld xmm1, 1 ; xmm1=BOL*FIX(0.500)
373 pmaddwd xmm0, [rel PW_F0114_F0250] ; xmm0=BOL*FIX(0.114)+GOL*FIX(0.250)
375 pmaddwd xmm7, [rel PW_MF008_MF041] ; xmm7=BOL*-FIX(0.081)+GOL*-FIX(0.418)
Djccolext-avx2.asm387 vpunpcklwd ymm1, ymm1, ymm5 ; ymm1=BOL
389 vpsrld ymm1, ymm1, 1 ; ymm1=BOL*FIX(0.500)
447 vpmaddwd ymm0, ymm0, [rel PW_F0114_F0250] ; ymm0=BOL*FIX(0.114)+GOL*FIX(0.250)
449 vpmaddwd ymm7, ymm7, [rel PW_MF008_MF041] ; ymm7=BOL*-FIX(0.081)+GOL*-FIX(0.418)

123