HomeSort by relevance Sort by last modified time
    Searched refs:LB (Results 1 - 15 of 15) sorted by null

  /external/openssl/crypto/rc4/asm/
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))
    [all...]
  /external/openssl/crypto/des/asm/
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) );
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/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4def.h 47 /* You don't want to use ((x>UB)?UB:(x<LB)?LB:x) for the clipping */
50 #define CLIP_THE_RANGE(x,LB,UB) if (x<LB) x = LB; else if (x>UB) x = UB
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 47 /* You don't want to use ((x>UB)?UB:(x<LB)?LB:x) for the clipping */
50 #define CLIP_THE_RANGE(x,LB,UB) if (x<LB) x = LB; else if (x>UB) x = UB
  /external/openssl/crypto/perlasm/
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"));
x86unix.pl 27 %lb=( 'eax', '%al',
86 sub main'LB
88 (defined($lb{$_[0]})) || die "$_[0] does not have a 'low byte'\n";
89 return($lb{$_[0]});
245 &main'exch(main'HB(@_),main'LB(@_));
247 &main'exch(main'HB(@_),main'LB(@_));
  /external/v8/src/mips/
constants-mips.cc 303 case LB:
constants-mips.h 198 LB = ((4 << 3) + 0) << kOpcodeShift,
simulator-mips.cc     [all...]
assembler-mips.cc 775 void Assembler::lb(Register rd, const MemOperand& rs) { function in class:v8::internal::Assembler
776 GenInstrImmediate(LB, rs.rm(), rd, rs.offset_);
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigest1Test.java 259 public void test_isEqualLB$LB$() {
  /external/openssl/crypto/aes/asm/
aes-586.pl     [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java     [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin 480 p(? ?XpS ??t????[83)?0+??JD?/?? ??h??pNC?M?????$?W3???3t?$?!???~g:n?K??@?/ d?? ????\lB???Ay*???s>??? E?@+?W???
    [all...]

Completed in 1661 milliseconds