HomeSort by relevance Sort by last modified time
    Searched refs:inp (Results 126 - 150 of 245) sorted by null

1 2 3 4 56 7 8 910

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.h 79 sctp_strreset_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb,
sctp_os_userspace.h 636 #define SCTP_LTRACE_ERR_RET_PKT(m, inp, stcb, net, file, err) \
638 SCTP_PRINTF("mbuf:%p inp:%p stcb:%p net:%p file:%x line:%d error:%d\n", \
639 (void *)m, (void *)inp, (void *)stcb, (void *)net, file, __LINE__, err);
640 #define SCTP_LTRACE_ERR_RET(inp, stcb, net, file, err) \
642 SCTP_PRINTF("inp:%p stcb:%p net:%p file:%x line:%d error:%d\n", \
643 (void *)inp, (void *)stcb, (void *)net, file, __LINE__, err);
645 #define SCTP_LTRACE_ERR_RET_PKT(m, inp, stcb, net, file, err)
646 #define SCTP_LTRACE_ERR_RET(inp, stcb, net, file, err)
973 #define SCTP_GET_HLIM(inp, ro) 128 /* As done for __Windows__ */
977 #define SCTP_IPV6_V6ONLY(inp) (((struct inpcb *)inp)->inp_flags & IN6P_IPV6_V6ONLY
    [all...]
sctp_auth.c 1246 sctp_clear_cachedkeys_ep(struct sctp_inpcb *inp, uint16_t keyid)
1250 if (inp == NULL)
1254 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
1300 sctp_delete_sharedkey_ep(struct sctp_inpcb *inp, uint16_t keyid)
1304 if (inp == NULL)
1308 if (keyid == inp->sctp_ep.default_keyid)
1312 skey = sctp_find_sharedkey(&inp->sctp_ep.shared_keys, keyid);
1323 sctp_clear_cachedkeys_ep(inp, keyid);
1360 sctp_auth_setactivekey_ep(struct sctp_inpcb *inp, uint16_t keyid)
1365 skey = sctp_find_sharedkey(&inp->sctp_ep.shared_keys, keyid)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/util/
utility.h 111 FILE* inp,
  /external/openssl/crypto/modes/asm/
ghashv8-armx.S 62 vld1.64 {q9},[r2],r12 @ load [rotated] inp
75 veor q3,q3,q0 @ inp^=Xi
76 veor q9,q9,q10 @ q9 is rotated inp^Xi
89 vld1.64 {q9},[r2],r12 @ load [rotated] inp
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/
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
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 53 FILE* inp; local
224 if ((inp = fopen(inname,"rb")) == NULL) {
346 if(fread(&auxUW8, sizeof(uint8_t), 1, inp) < 1)
351 if(fread(&auxUW8, sizeof(uint8_t), 1, inp) < 1)
357 if(fread(payload, 1, auxSizet, inp) < auxSizet)
368 endfile = readframe(shortdata, inp, samplesIn10Ms);
570 fclose(inp);
  /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 bne $inp,@X[15],.Loop
  /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...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
swigtype.swg 143 $basetype *inp = 0;
144 int res = SWIG_ConvertPtr($input, %as_voidptrptr(&inp), $descriptor, %convertptr_flags);
147 } else if (inp) {
149 for (; ii < (size_t)$1_dim0; ++ii) $1[ii] = inp[ii];
191 $basetype (*inp)[$1_dim1] = 0;
192 int res = SWIG_ConvertPtr($input, %as_voidptrptr(&inp), $descriptor, %convertptr_flags);
195 } else if (inp) {
198 if (inp[ii]) {
200 for (; jj < (size_t)$1_dim1; ++jj) $1[ii][jj] = inp[ii][jj];
  /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...]

Completed in 1314 milliseconds

1 2 3 4 56 7 8 910