Home
last modified time | relevance | path

Searched refs:tot (Results 1 – 25 of 31) sorted by relevance

12

/external/openssl/crypto/bf/asm/
Dbf-686.pl14 $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/ssl/
Ds23_pkt.c68 int i,num,tot; in ssl23_write_bytes() local
72 tot=s->init_off; in ssl23_write_bytes()
77 i=BIO_write(s->wbio,&(buf[tot]),num); in ssl23_write_bytes()
80 s->init_off=tot; in ssl23_write_bytes()
85 if (i == num) return(tot+i); in ssl23_write_bytes()
88 tot+=i; in ssl23_write_bytes()
Ds2_pkt.c421 unsigned int n,tot; in ssl2_write() local
446 tot=s->s2->wnum; in ssl2_write()
449 n=(len-tot); in ssl2_write()
452 i=n_do_ssl_write(s,&(buf[tot]),n); in ssl2_write()
455 s->s2->wnum=tot; in ssl2_write()
461 return(tot+i); in ssl2_write()
465 tot+=i; in ssl2_write()
Ds3_pkt.c600 unsigned int tot,n,nw; in ssl3_write_bytes() local
605 tot=s->s3->wnum; in ssl3_write_bytes()
619 n=(len-tot); in ssl3_write_bytes()
632 i=do_ssl3_write(s, type, &(buf[tot]), nw, 0); in ssl3_write_bytes()
635 s->s3->wnum=tot; in ssl3_write_bytes()
647 return tot+i; in ssl3_write_bytes()
651 tot+=i; in ssl3_write_bytes()
/external/openssl/apps/
Dapp_rand.c169 long tot=0; in app_RAND_load_files() local
184 tot+=egd; in app_RAND_load_files()
186 tot+=RAND_load_file(n,-1); in app_RAND_load_files()
189 if (tot > 512) in app_RAND_load_files()
191 return(tot); in app_RAND_load_files()
/external/libvpx/vp8/common/
Dtreecoder.c128 const unsigned int tot = c[0] + c[1]; in vp8_tree_probs_from_distribution() local
131 assert(tot < (1 << 24)); /* no overflow below */ in vp8_tree_probs_from_distribution()
134 if (tot) in vp8_tree_probs_from_distribution()
136 const unsigned int p = ((c[0] * Pfac) + (rd ? tot >> 1 : 0)) / tot; in vp8_tree_probs_from_distribution()
/external/openssl/crypto/bn/asm/
Dco-586.pl110 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/
Dcomba.pl98 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/
Dgzjoin.c264 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit() argument
268 *tot = 0; in gzinit()
278 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() argument
411 *tot += (unsigned long)len; in gzcopy()
421 put4(*tot, out); in gzcopy()
428 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local
442 gzinit(&crc, &tot, stdout); in main()
444 gzcopy(*argv++, argc, &crc, &tot, stdout); in main()
Dgzappend.c261 unsigned long crc, tot; in gzscan() local
343 tot = strm->total_out; in gzscan()
344 if ((tot & 0xffffffffUL) != read4(&gz)) in gzscan()
370 strm->total_in = tot; in gzscan()
/external/openssl/crypto/des/
Ddes.c757 int i,j,tot; in uufread() local
778 tot=0; in uufread()
782 tot=valid; in uufread()
802 if ((i+tot+8) > num) in uufread()
805 j=(num/8*8)-tot-8; in uufread()
806 memcpy(&(out[tot]),bb,(unsigned int)j); in uufread()
807 tot+=j; in uufread()
812 memcpy(&(out[tot]),bb,(unsigned int)i); in uufread()
813 tot+=i; in uufread()
815 return(tot); in uufread()
[all …]
/external/iproute2/misc/
Drtacct.c79 void nread(int fd, char *buf, int tot) in nread() argument
83 while (count < tot) { in nread()
84 int n = read(fd, buf+count, tot-count); in nread()
336 int tot = 0; in send_db() local
338 while (tot < sizeof(*kern_db)) { in send_db()
339 int n = write(fd, ((char*)kern_db) + tot, sizeof(*kern_db)-tot); in send_db()
345 tot += n; in send_db()
/external/openssl/crypto/asn1/
Dasn1_par.c115 const unsigned char *p,*ep,*tot,*op,*opp; in asn1_parse2() local
130 tot=p+length; in asn1_parse2()
132 while ((p < tot) && (op < p)) in asn1_parse2()
181 r=asn1_parse2(bp,&p,(long)(tot-p), in asn1_parse2()
185 if ((r == 2) || (p >= tot)) break; in asn1_parse2()
/external/compiler-rt/lib/tsan/
Danalyze_libtsan.sh29 tot=$(wc -l < $file)
42 $f $tot $size $rsp $push $pop $call $load $store $sh $mov $lea $cmp;
/external/openssl/crypto/comp/
Dc_zlib.c587 int tot = outl - zin->avail_out; in bio_zlib_read() local
589 if(ret < 0) return (tot > 0) ? tot : ret; in bio_zlib_read()
590 return tot; in bio_zlib_read()
633 int tot = inl - zout->avail_in; in bio_zlib_write() local
635 if(ret < 0) return (tot > 0) ? tot : ret; in bio_zlib_write()
636 return tot; in bio_zlib_write()
/external/libvpx/vp8/encoder/
Dencodemv.c218 const unsigned int tot = ct[0] + ct[1]; in calc_prob() local
220 if (tot) in calc_prob()
222 const vp8_prob x = ((ct[0] * 255) / tot) & -2; in calc_prob()
/external/libvorbis/lib/
Dpsytune.c235 float tot=0.f; in main() local
519 fprintf(stderr,"average raw bits of entropy: %.03g/sample\n",acc/tot); in main()
520 fprintf(stderr,"average nonzero samples: %.03g/%d\n",nonz/tot*framesize/2, in main()
/external/openssl/crypto/txt_db/
Dtxt_db.c257 long i,j,n,nn,l,tot=0; in TXT_DB_write() local
295 tot+=j; in TXT_DB_write()
297 ret=tot; in TXT_DB_write()
/external/qemu/tcg/
Dtcg.c2218 int64_t tot; in tcg_dump_info() local
2220 tot = s->interm_time + s->code_time; in tcg_dump_info()
2222 tot, tot / 2.4e9); in tcg_dump_info()
2238 s->op_count ? (double)tot / s->op_count : 0); in tcg_dump_info()
2240 s->code_in_len ? (double)tot / s->code_in_len : 0); in tcg_dump_info()
2242 s->code_out_len ? (double)tot / s->code_out_len : 0); in tcg_dump_info()
2243 if (tot == 0) in tcg_dump_info()
2244 tot = 1; in tcg_dump_info()
2246 (double)s->interm_time / tot * 100.0); in tcg_dump_info()
2248 (double)s->code_time / tot * 100.0); in tcg_dump_info()
/external/openssl/patches/
Dsmall_records.patch177 unsigned int tot,n,nw;
182 tot=s->s3->wnum;
184 n=(len-tot);
/external/blktrace/btreplay/doc/
Dbtreplay.tex351 sdab:0: 580661 pkts (tot), 126030 pkts (replay), 89809 bunches, 1.4 pkts/bunch
352 sdab:1: 2559775 pkts (tot), 430172 pkts (replay), 293029 bunches, 1.5 pkts/bunch
353 sdab:2: 653559 pkts (tot), 136522 pkts (replay), 102288 bunches, 1.3 pkts/bunch
354 sdab:3: 474773 pkts (tot), 117849 pkts (replay), 69572 bunches, 1.7 pkts/bunch
/external/freetype/src/sfnt/
Dttcmap.c3094 FT_UInt tot = 0; in tt_cmap14_def_char_count() local
3100 tot += 1 + p[0]; in tt_cmap14_def_char_count()
3104 return tot; in tt_cmap14_def_char_count()
/external/webkit/Source/WebCore/rendering/
DRenderTableSection.cpp568 int tot = m_rowPos[totalRows]; in setCellLogicalWidths() local
573 add += dh * (m_rowPos[r + 1] - prev) / tot; in setCellLogicalWidths()
/external/icu4c/data/lang/
Dnl.txt735 1606NICT{"Laat Middelfrans tot 1606"}
/external/e2fsprogs/po/
Dnl.po2131 "Hernoemen tot %s"
2592 " Als u doorgaat **ZAL** dit tot **ZWARE** beschadigingen leiden.\a\a\a\n"
2793 msgstr "U dient %s-toegang tot het bestandssyteem te hebben, of root te zijn.\n"
3141 msgstr "Controleren van blokken %lu tot %lu\n"
3163 msgstr "Van blok %lu tot %lu\n"
3822 "Blokken %u tot en met %u moeten goed zijn\n"
4304 "Dit kan zeer slechte prestaties tot gevolg hebben;\n"
4370 msgstr "Aanroepen van BLKDISCARD van %llu tot %llu "

12