/external/llvm/utils/lit/lit/ |
D | ProgressBar.py | 47 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/ |
D | ProgressBar.py | 47 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/ |
D | ProgressBar.py | 43 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/ |
D | regengine.inc | 97 #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/ |
D | regengine.inc | 97 #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/ |
D | regengine.inc | 97 #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/ |
D | regengine.inc | 97 #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/ |
D | slre.c | 31 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/ |
D | pa.txt | 97 BOL{ 98 "BOL", 960 BOL{
|
D | ja.txt | 161 BOL{ 162 "BOL", 1433 BOL{
|
D | yue.txt | 161 BOL{ 162 "BOL", 1434 BOL{
|
D | zh.txt | 161 BOL{ 162 "BOL", 1419 BOL{
|
D | yue_Hans.txt | 162 BOL{ 163 "BOL", 1435 BOL{
|
D | zh_Hant.txt | 162 BOL{ 163 "BOL", 1435 BOL{
|
D | ug.txt | 161 BOL{ 162 "BOL", 1367 BOL{
|
D | th.txt | 157 BOL{ 158 "BOL",
|
D | ko.txt | 157 BOL{ 158 "BOL",
|
D | lo.txt | 157 BOL{ 158 "BOL",
|
D | id.txt | 157 BOL{ 158 "BOL", 1388 BOL{
|
D | rm.txt | 161 BOL{ 162 "BOL",
|
/external/libjpeg-turbo/simd/i386/ |
D | jccolext-mmx.asm | 300 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)
|
D | jccolext-sse2.asm | 329 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)
|
D | jccolext-avx2.asm | 403 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/ |
D | jccolext-sse2.asm | 313 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)
|
D | jccolext-avx2.asm | 387 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)
|