Searched refs:LB (Results 1 – 25 of 77) sorted by relevance
1234
/external/openssl/crypto/rc4/asm/ |
D | rc4-586.pl | 70 &add( &LB($y), &LB($tx)); 77 &inc( &LB($x)); # NEXT ROUND 88 &movb( &BP($n,"esp","",0), &LB($ty)); 95 &xorb(&LB($ty), &HB($ty)); 97 &movb(&BP($n,$out,"",0),&LB($ty)); 125 &movb( &LB($x), &BP(0,$d,"",1)); 126 &movb( &LB($y), &BP(4,$d,"",1)); 129 &inc( &LB($x)); 207 &add (&LB($y),&LB($tx)); 209 &movb (&BP(0,$d,$y),&LB($tx)); [all …]
|
/external/icu4c/data/brkitr/ |
D | line.txt | 25 # It is used in the implementation of the incredibly annoying rule LB 10 53 # See rule LB 19 for an example. 192 # Rule LB 4, 5 Mandatory (Hard) breaks. 199 # LB 6 Do not break before hard line breaks. 201 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks. 205 # LB 7 x SP 212 # LB 8 Break after zero width space 218 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N… 226 # LB 11 Do not break before or after WORD JOINER & related characters. 236 # LB 12 Do not break before or after NBSP and related characters. [all …]
|
/external/openssl/crypto/des/asm/ |
D | crypt586.pl | 106 &movb( &LB($tmp1), &LB($u) ); 107 &movb( &LB($tmp2), &HB($u) ); 111 &movb( &LB($tmp1), &LB($t) ); 113 &movb( &LB($tmp2), &HB($t) ); 116 &movb( &LB($tmp1), &HB($u) ); 119 &movb( &LB($tmp2), &HB($t) );
|
D | des-586.pl | 152 &movb( &LB($tmp1), &LB($u) ); 153 &movb( &LB($tmp2), &HB($u) ); 156 &movb( &LB($tmp1), &LB($t) ); 158 &movb( &LB($tmp2), &HB($t) ); 161 &movb( &LB($tmp1), &HB($u) ); 164 &movb( &LB($tmp2), &HB($t) );
|
/external/openssl/crypto/perlasm/ |
D | cbc.pl | 167 &movb(&LB("edx"), &BP(4,$in,"",0)); 178 &movb(&LB("ecx"), &BP(0,$in,"",0)); 286 &movb(&BP(6,$out,"",0), &LB("edx")); 291 &movb(&BP(4,$out,"",0), &LB("edx")); 297 &movb(&BP(2,$out,"",0), &LB("ecx")); 302 &movb(&BP(0,$in,"",0), &LB("ecx"));
|
D | x86unix.pl | 86 sub main'LB 245 &main'exch(main'HB(@_),main'LB(@_)); 247 &main'exch(main'HB(@_),main'LB(@_));
|
D | readme | 26 &LB(reg); Low byte for a register
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | mp4def.h | 50 #define CLIP_THE_RANGE(x,LB,UB) if (x<LB) x = LB; else if (x>UB) x = UB argument
|
/external/libpng/contrib/pngminus/ |
D | makefile.tc3 | 6 LB=tlib
|
/external/icu4c/data/locales/ |
D | ps.txt | 52 LB{"لبنان"}
|
D | hy.txt | 111 LB{"Լիբանան"}
|
D | ka.txt | 106 LB{"ლიბანი"}
|
D | ta.txt | 107 LB{"லெபனான்"}
|
D | am.txt | 84 LB{"ሊባኖስ"}
|
D | eu.txt | 73 LB{"Libano"}
|
D | km.txt | 109 LB{"លីបង់"}
|
D | bn.txt | 120 LB{"লেবানন"}
|
D | so.txt | 62 LB{"Lubnaan"}
|
D | hi.txt | 109 LB{"लेबनान"}
|
D | fo.txt | 80 LB{"Libanon"}
|
D | af.txt | 88 LB{"Libanon"}
|
D | be.txt | 162 LB{"Ліван"}
|
/external/icu4c/data/translit/ |
D | Latin_ConjoiningJamo.txt | 60 $LB = ᆲ; 185 $jamoMedial {lb} <> $LB; $jamoMedial {lg} <> $LG;
|
/external/icu4c/test/testdata/ |
D | rbbitst.txt | 402 <data>• \u0029•</data> # LB 8 × CL 403 # <data>• • \u0301•</data> # LB 7a Treat SP CM* as if it were ID #TODO: SP CM 404 <data>• \u0021•</data> # LB 8 × EX 405 #<data>• \u00A0•</data> # LB 11b × GL TODO: fix. 409 <data>• \u002C•</data> # LB 8 × IS 420 <data>• \u002F•</data> # LB 8 × SY
|
/external/openssl/crypto/aes/asm/ |
D | aes-586.pl | 1216 &movz ("esi",&LB("edx")); # rk[i]>>0 1225 &movz ("esi",&LB("edx")); # rk[i]>>16 1395 &movz ("esi",&LB("edx")); # rk[11]>>0 1404 &movz ("esi",&LB("edx")); # rk[11]>>16
|
1234