HomeSort by relevance Sort by last modified time
    Searched refs:tot (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/ssl/
s23_pkt.c 68 int i,num,tot; local
72 tot=s->init_off;
77 i=BIO_write(s->wbio,&(buf[tot]),num);
80 s->init_off=tot;
85 if (i == num) return(tot+i);
88 tot+=i;
s2_pkt.c 420 unsigned int n,tot; local
445 tot=s->s2->wnum;
448 n=(len-tot);
451 i=n_do_ssl_write(s,&(buf[tot]),n);
454 s->s2->wnum=tot;
460 return(tot+i);
464 tot+=i;
  /external/openssl/ssl/
s23_pkt.c 68 int i,num,tot; local
72 tot=s->init_off;
77 i=BIO_write(s->wbio,&(buf[tot]),num);
80 s->init_off=tot;
85 if (i == num) return(tot+i);
88 tot+=i;
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-686.pl 14 $tot="esi";
55 &BF_ENCRYPT($i+1,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
59 &BF_ENCRYPT($i+2,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
75 &BF_ENCRYPT($i,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
78 &BF_ENCRYPT($i-1,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
93 local($i,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3)=@_;
96 &mov( $tot, &DWP(&n2a($i*4),$P,"",0));
102 &xor( $L, $tot);
104 &mov( $tot, &DWP(&n2a($BF_OFF+0x0000),$P,$tmp1,4));
110 &add( $tot, $tmp3)
    [all...]
  /external/openssl/crypto/bf/asm/
bf-686.pl 14 $tot="esi";
55 &BF_ENCRYPT($i+1,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
59 &BF_ENCRYPT($i+2,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
75 &BF_ENCRYPT($i,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
78 &BF_ENCRYPT($i-1,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
93 local($i,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3)=@_;
96 &mov( $tot, &DWP(&n2a($i*4),$P,"",0));
102 &xor( $L, $tot);
104 &mov( $tot, &DWP(&n2a($BF_OFF+0x0000),$P,$tmp1,4));
110 &add( $tot, $tmp3)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
app_rand.c 169 long tot=0; local
184 tot+=egd;
186 tot+=RAND_load_file(n,-1);
189 if (tot > 512)
191 return(tot);
  /external/openssl/apps/
app_rand.c 169 long tot=0; local
184 tot+=egd;
186 tot+=RAND_load_file(n,-1);
189 if (tot > 512)
191 return(tot);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h_x2.cpp 173 Word32 s, y32[L_CODE], max, tot;
177 tot = 5;
194 tot = L_add (tot, L_shr (max, 1));
197 j = sub (norm_l (tot), sf);
245 Word32 tot; local
249 tot = LOG2_OF_32;
271 tot = (tot + (max >> 1));
274 j = sub(norm_l(tot), sf, pOverflow)
    [all...]
cor_h_x.cpp 189 Word32 s, y32[L_CODE], max, tot;
193 tot = 5;
210 tot = L_add (tot, L_shr (max, 1));
213 j = sub (norm_l (tot), sf);
259 Word32 tot; local
266 tot = 5;
302 tot += (max >> 1);
306 j = norm_l(tot) - sf;
  /external/libvpx/libvpx/vp8/common/
treecoder.c 128 const unsigned int tot = c[0] + c[1]; local
131 assert(tot < (1 << 24)); /* no overflow below */
134 if (tot)
136 const unsigned int p = ((c[0] * Pfac) + (rd ? tot >> 1 : 0)) / tot;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
co-586.pl 110 local($tot,$end);
124 $tot=$num+$num-1;
138 for ($i=0; $i<$tot; $i++)
152 $v=2 if (($i+1) == $tot);
201 local($b,$tot,$end,$half);
225 $tot=$num+$num-1;
227 for ($i=0; $i<$tot; $i++)
240 $v=2 if ($i+1) == $tot;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
comba.pl 98 local($tot,$end);
112 $tot=$num+$num-1;
126 for ($i=0; $i<$tot; $i++)
140 $v=2 if (($i+1) == $tot);
189 local($b,$tot,$end,$half);
213 $tot=$num+$num-1;
215 for ($i=0; $i<$tot; $i++)
228 $v=2 if ($i+1) == $tot;
  /external/compiler-rt/lib/tsan/
analyze_libtsan.sh 29 tot=$(wc -l < $file)
41 printf "%10s tot %3d; size %4d; rsp %d; push %d; pop %d; call %d; load %2d; store %2d; sh %3d; mov %3d; lea %3d; cmp %3d\n" \
42 $f $tot $size $rsp $push $pop $call $load $store $sh $mov $lea $cmp;
  /external/openssl/crypto/bn/asm/
co-586.pl 110 local($tot,$end);
124 $tot=$num+$num-1;
138 for ($i=0; $i<$tot; $i++)
152 $v=2 if (($i+1) == $tot);
201 local($b,$tot,$end,$half);
225 $tot=$num+$num-1;
227 for ($i=0; $i<$tot; $i++)
240 $v=2 if ($i+1) == $tot;
  /external/openssl/crypto/bn/asm/x86/
comba.pl 98 local($tot,$end);
112 $tot=$num+$num-1;
126 for ($i=0; $i<$tot; $i++)
140 $v=2 if (($i+1) == $tot);
189 local($b,$tot,$end,$half);
213 $tot=$num+$num-1;
215 for ($i=0; $i<$tot; $i++)
228 $v=2 if ($i+1) == $tot;
  /external/zlib/src/examples/
gzjoin.c 265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out)
269 *tot = 0;
275 the output, and the gzip trailer is written. crc and tot maintains the
278 of gzcopy() to write the gzip header and to initialize crc and tot. */
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot,
410 /* update crc and tot */
412 *tot += (unsigned long)len;
422 put4(*tot, out);
429 unsigned long crc, tot; /* running crc and total uncompressed length */ local
443 gzinit(&crc, &tot, stdout)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des.c 757 int i,j,tot; local
778 tot=0;
782 tot=valid;
802 if ((i+tot+8) > num)
805 j=(num/8*8)-tot-8;
806 memcpy(&(out[tot]),bb,(unsigned int)j);
807 tot+=j;
812 memcpy(&(out[tot]),bb,(unsigned int)i);
813 tot+=i;
815 return(tot);
829 int j,i,n,tot=0; local
    [all...]
  /external/openssl/crypto/des/
des.c 757 int i,j,tot; local
778 tot=0;
782 tot=valid;
802 if ((i+tot+8) > num)
805 j=(num/8*8)-tot-8;
806 memcpy(&(out[tot]),bb,(unsigned int)j);
807 tot+=j;
812 memcpy(&(out[tot]),bb,(unsigned int)i);
813 tot+=i;
815 return(tot);
829 int j,i,n,tot=0; local
    [all...]
  /external/iproute2/misc/
rtacct.c 79 void nread(int fd, char *buf, int tot)
83 while (count < tot) {
84 int n = read(fd, buf+count, tot-count);
336 int tot = 0; local
338 while (tot < sizeof(*kern_db)) {
339 int n = write(fd, ((char*)kern_db) + tot, sizeof(*kern_db)-tot);
345 tot += n;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-token.re 59 size_t tot=0;
66 return tot; /* EOF */
73 strncpy((char *)buf+tot, parser_gas->linepos, n);
83 tot += n;
86 return tot;
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_par.c 115 const unsigned char *p,*ep,*tot,*op,*opp; local
130 tot=p+length;
132 while ((p < tot) && (op < p))
181 r=asn1_parse2(bp,&p,(long)(tot-p),
185 if ((r == 2) || (p >= tot)) break;
  /external/openssl/crypto/asn1/
asn1_par.c 115 const unsigned char *p,*ep,*tot,*op,*opp; local
130 tot=p+length;
132 while ((p < tot) && (op < p))
181 r=asn1_parse2(bp,&p,(long)(tot-p),
185 if ((r == 2) || (p >= tot)) break;
  /external/chromium_org/third_party/openssl/openssl/crypto/comp/
c_zlib.c 587 int tot = outl - zin->avail_out; local
589 if(ret < 0) return (tot > 0) ? tot : ret;
590 return tot;
633 int tot = inl - zout->avail_in; local
635 if(ret < 0) return (tot > 0) ? tot : ret;
636 return tot;
  /external/openssl/crypto/comp/
c_zlib.c 587 int tot = outl - zin->avail_out; local
589 if(ret < 0) return (tot > 0) ? tot : ret;
590 return tot;
633 int tot = inl - zout->avail_in; local
635 if(ret < 0) return (tot > 0) ? tot : ret;
636 return tot;
  /frameworks/webview/chromium/tools/buildbot/
webview_buildbot_functions.sh 20 clank-webview-tot)

Completed in 413 milliseconds

1 2