HomeSort by relevance Sort by last modified time
    Searched refs:inp (Results 101 - 125 of 191) sorted by null

1 2 3 45 6 7 8

  /external/openssl/crypto/sha/asm/
sha1-parisc.pl 49 $inp="%r25"; # arg1
179 extru $inp,31,2,$t0 ; t0=inp&3;
186 andcm $inp,$t0,$t0 ; 64-bit neutral
191 cmpb,*= $inp,$t0,L\$aligned
233 ldo 64($inp),$inp
sha512-s390x.pl 52 $inp="%r3";
108 $LD $T1,`$i*$SZ`($inp) ### $i
251 lgr %r2,$inp
261 la $len,0($len,$inp)
290 la $inp,`16*$SZ`($inp)
307 cl${g} $inp,`$frame+4*$SIZE_T`($sp)
sha512-armv4.pl 45 $inp="r1";
231 add $len,$inp,$len,lsl#7 @ len to point at the end of inp
274 ldrb $Tlo,[$inp,#7]
275 ldrb $t0, [$inp,#6]
276 ldrb $t1, [$inp,#5]
277 ldrb $t2, [$inp,#4]
278 ldrb $Thi,[$inp,#3]
279 ldrb $t3, [$inp,#2]
281 ldrb $t0, [$inp,#1
    [all...]
sha1-mips.pl 82 $inp=$a1;
109 lwl @X[$j],$j*4+$MSB($inp)
112 lwr @X[$j],$j*4+$LSB($inp)
276 $PTR_ADD $num,$inp
287 lwl @X[0],$MSB($inp)
289 lwr @X[0],$LSB($inp)
310 $PTR_ADD $inp,64
324 bne $inp,$num,.Loop
sha512-mips.pl 115 $inp=$a1;
123 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
124 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
302 $PTR_ADD @X[15],$inp # pointer to the end of input
308 ${LD}l @X[0],$MSB($inp)
309 ${LD}r @X[0],$LSB($inp)
331 $PTR_ADD $inp,16*$SZ
354 bnel $inp,@X[15],.Loop
sha512-x86_64.pl 85 $inp="%rsi"; # 2nd arg
189 lea ($inp,%rdx,$SZ),%rdx # inp+num*16*$SZ
192 mov $inp,$_inp # save inp, 2nd arh
214 $code.=" mov $SZ*$i($inp),$T1\n";
236 lea 16*$SZ($inp),$inp
247 cmp $_end,$inp
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-parisc.pl 55 $inp="%r24";
111 addl $inp,$len,$len
366 addl $inp,$len,$len
385 ldb 15($inp),$nhi
397 ldb 14($inp),$byte
424 ldbx $cnt($inp),$byte
471 ldo 16($inp),$inp
473 cmpb,*<> $inp,$len,L\$outer_ghash_pa2
489 ldb 15($inp),$byt
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-armv4.pl 45 $inp="r1";
231 add $len,$inp,$len,lsl#7 @ len to point at the end of inp
274 ldrb $Tlo,[$inp,#7]
275 ldrb $t0, [$inp,#6]
276 ldrb $t1, [$inp,#5]
277 ldrb $t2, [$inp,#4]
278 ldrb $Thi,[$inp,#3]
279 ldrb $t3, [$inp,#2]
281 ldrb $t0, [$inp,#1
    [all...]
sha1-mips.pl 82 $inp=$a1;
109 lwl @X[$j],$j*4+$MSB($inp)
112 lwr @X[$j],$j*4+$LSB($inp)
276 $PTR_ADD $num,$inp
287 lwl @X[0],$MSB($inp)
289 lwr @X[0],$LSB($inp)
310 $PTR_ADD $inp,64
324 bne $inp,$num,.Loop
sha512-mips.pl 115 $inp=$a1;
123 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
124 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
302 $PTR_ADD @X[15],$inp # pointer to the end of input
308 ${LD}l @X[0],$MSB($inp)
309 ${LD}r @X[0],$LSB($inp)
331 $PTR_ADD $inp,16*$SZ
354 bnel $inp,@X[15],.Loop
sha512-x86_64.pl 85 $inp="%rsi"; # 2nd arg
189 lea ($inp,%rdx,$SZ),%rdx # inp+num*16*$SZ
192 mov $inp,$_inp # save inp, 2nd arh
214 $code.=" mov $SZ*$i($inp),$T1\n";
236 lea 16*$SZ($inp),$inp
247 cmp $_end,$inp
  /external/openssl/crypto/modes/asm/
ghash-parisc.pl 55 $inp="%r24";
111 addl $inp,$len,$len
366 addl $inp,$len,$len
385 ldb 15($inp),$nhi
397 ldb 14($inp),$byte
424 ldbx $cnt($inp),$byte
471 ldo 16($inp),$inp
473 cmpb,*<> $inp,$len,L\$outer_ghash_pa2
489 ldb 15($inp),$byt
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 347 inp = S2H(99, 88)
348 s2h = dll.ret_2h_func(inp)
378 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)
379 s8i = dll.ret_8i_func(inp)
396 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)
397 s8i = windll.s_ret_8i_func(inp)
test_as_parameter.py 171 inp = S2H(99, 88)
172 s2h = dll.ret_2h_func(self.wrap(inp))
191 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)
192 s8i = dll.ret_8i_func(self.wrap(inp))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 347 inp = S2H(99, 88)
348 s2h = dll.ret_2h_func(inp)
378 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)
379 s8i = dll.ret_8i_func(inp)
396 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)
397 s8i = windll.s_ret_8i_func(inp)
test_as_parameter.py 171 inp = S2H(99, 88)
172 s2h = dll.ret_2h_func(self.wrap(inp))
191 inp = S8I(9, 8, 7, 6, 5, 4, 3, 2)
192 s8i = dll.ret_8i_func(self.wrap(inp))
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-x86_64.pl 55 $inp="%r8";
91 { my $t3="%r8d"; # zaps $inp!
151 { my $t3="%r8d"; # zaps $inp!
551 lea 128($sbox),$inp # size optimization
552 mov 0-128($inp),$acc1 # prefetch Te4
553 mov 32-128($inp),$acc2
554 mov 64-128($inp),$t0
555 mov 96-128($inp),$t1
556 mov 128-128($inp),$acc1
557 mov 160-128($inp),$acc
    [all...]
  /external/openssl/crypto/aes/asm/
aes-x86_64.pl 55 $inp="%r8";
91 { my $t3="%r8d"; # zaps $inp!
151 { my $t3="%r8d"; # zaps $inp!
551 lea 128($sbox),$inp # size optimization
552 mov 0-128($inp),$acc1 # prefetch Te4
553 mov 32-128($inp),$acc2
554 mov 64-128($inp),$t0
555 mov 96-128($inp),$t1
556 mov 128-128($inp),$acc1
557 mov 160-128($inp),$acc
    [all...]
  /system/core/sh/
exec.c 217 char *inp; local
228 inp = parsenextc + 2;
231 while (--n >= 0 && (*inp == ' ' || *inp == '\t'))
232 inp++;
235 if ((c = *inp++) == '\n')
242 } while (--n >= 0 && (c = *inp++) != ' ' && c != '\t' && c != '\n');
244 n++, inp--;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c 29 int readframe(WebRtc_Word16 *data, FILE *inp, int length) {
33 rlen = fread(data, sizeof(WebRtc_Word16), length, inp);
97 FILE *inp, *outp, *f_bn, *outbits; local
430 if ((inp = fopen(inname,"rb")) == NULL) {
560 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
562 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
844 fclose(inp);
  /external/ppp/pppd/
lcp.c 502 lcp_extcode(f, code, id, inp, len)
505 u_char *inp;
512 lcp_rprotrej(f, inp, len);
518 magp = inp;
520 fsm_sdata(f, ECHOREP, id, inp, len);
524 lcp_received_echo_reply(f, id, inp, len);
543 lcp_rprotrej(f, inp, len)
545 u_char *inp;
557 GETSHORT(prot, inp);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 250 def binhex(inp, out):
252 finfo = getfileinfo(inp)
255 ifp = open(inp, 'rb')
264 ifp = openrsrc(inp, 'rb')
472 def hexbin(inp, out):
474 ifp = HexBin(inp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 250 def binhex(inp, out):
252 finfo = getfileinfo(inp)
255 ifp = open(inp, 'rb')
264 ifp = openrsrc(inp, 'rb')
472 def hexbin(inp, out):
474 ifp = HexBin(inp)
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.cc 51 int inet_aton(const char* cp, struct in_addr* inp) {
52 inp->s_addr = inet_addr(cp);
53 return (inp->s_addr == INADDR_NONE &&
  /external/chromium_org/third_party/openssl/openssl/apps/
dgst.c 110 BIO *in=NULL,*inp; local
489 inp=BIO_push(bmd,in);
501 err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf,
530 r=do_fp(out,buf,inp,separator,out_bin,sigkey,sigbuf,

Completed in 1373 milliseconds

1 2 3 45 6 7 8