/external/selinux/libselinux/utils/ |
D | avcstat.c | 97 struct avc_cache_stats tot, rel, last; in main() local 179 memset(&tot, 0, sizeof(tot)); in main() 194 tot.lookups += tmp.lookups; in main() 195 tot.hits += tmp.hits; in main() 196 tot.misses += tmp.misses; in main() 197 tot.allocations += tmp.allocations; in main() 198 tot.reclaims += tmp.reclaims; in main() 199 tot.frees += tmp.frees; in main() 208 tot.lookups, tot.hits, tot.misses, in main() 209 tot.allocations, tot.reclaims, tot.frees); in main() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | treecoder.c | 128 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/boringssl/src/crypto/bn/asm/ |
D | 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/zlib/src/examples/ |
D | gzjoin.c | 265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit() argument 269 *tot = 0; in gzinit() 279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() argument 412 *tot += (unsigned long)len; in gzcopy() 422 put4(*tot, out); in gzcopy() 429 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local 443 gzinit(&crc, &tot, stdout); in main() 445 gzcopy(*argv++, argc, &crc, &tot, stdout); in main()
|
D | gzappend.c | 263 unsigned long crc, tot; in gzscan() local 345 tot = strm->total_out; in gzscan() 346 if ((tot & 0xffffffffUL) != read4(&gz)) in gzscan() 372 strm->total_in = tot; in gzscan()
|
/external/iproute2/misc/ |
D | rtacct.c | 79 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/boringssl/src/crypto/asn1/ |
D | asn1_par.c | 114 const unsigned char *p,*ep,*tot,*op,*opp; in asn1_parse2() local 129 tot=p+length; in asn1_parse2() 131 while ((p < tot) && (op < p)) in asn1_parse2() 180 r=asn1_parse2(bp,&p,(long)(tot-p), in asn1_parse2() 184 if ((r == 2) || (p >= tot)) break; in asn1_parse2()
|
/external/compiler-rt/lib/tsan/ |
D | analyze_libtsan.sh | 29 tot=$(wc -l < $file) 42 $f $tot $size $rsp $push $pop $call $load $store $sh $mov $lea $cmp;
|
/external/boringssl/src/ssl/ |
D | s3_pkt.c | 409 unsigned int tot, n, nw; in ssl3_write_bytes() local 414 tot = s->s3->wnum; in ssl3_write_bytes() 435 if (len < 0 || (size_t)len < tot) { in ssl3_write_bytes() 441 n = (len - tot); in ssl3_write_bytes() 462 i = do_ssl3_write(s, type, &buf[tot], nw, fragment); in ssl3_write_bytes() 464 s->s3->wnum = tot; in ssl3_write_bytes() 470 return tot + i; in ssl3_write_bytes() 474 tot += i; in ssl3_write_bytes()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.c | 189 const unsigned int tot = ct[0] + ct[1]; in calc_prob() local 191 if (tot) in calc_prob() 193 const vp8_prob x = ((ct[0] * 255) / tot) & -2; in calc_prob()
|
/external/libvorbis/lib/ |
D | psytune.c | 235 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/libvpx/ |
D | update_libvpx.sh | 53 git checkout -b tot $GIT_BRANCH
|
/external/llvm/test/DebugInfo/X86/ |
D | inline-seldag-test.ll | 5 ; clang-tot -c -S -emit-llvm -g inline-seldag-test.c
|
D | nodebug_with_debug_loc.ll | 17 ; $ clang-tot -cc1 -triple i386 -emit-obj -g -O3 repro.cpp
|
/external/libvncserver/x11vnc/ |
D | xevents.c | 1610 int i, tot = XEventsQueued(dpy, QueuedAlready); in check_xevents() 1612 if (reminder == 0 || (tot && now > reminder + freq)) { in check_xevents() 1618 if (tot) { in check_xevents() 1620 tot); in check_xevents()
|
D | connections.c | 2837 int n, tot, t, dt = 100, cnt = 0; in reverse_connect() local 2952 tot = sleep_min + ((n-1) * t) / (n_max-1); in reverse_connect() 2955 tot /= 3; in reverse_connect() 2956 if (tot < dt) { in reverse_connect() 2957 tot = dt; in reverse_connect() 2959 tot = 0; /* too agressive??? */ in reverse_connect() 2963 tot = atoi(getenv("X11VNC_REVERSE_SLEEP_MAX")); in reverse_connect() 2967 while (t < tot) { in reverse_connect() 2977 if (t >= tot) { in reverse_connect()
|
D | screen.c | 949 int stuck = 0, tot = 0, j = 0; in settle_clients() local 974 tot++; in settle_clients() 979 rfbLog("clients stuck: %d/%d sleep(%d)\n", stuck, tot, i); in settle_clients()
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 351 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/lldb/docs/testsuite/ |
D | best-practices.txt | 2 when building new test cases in the tot/test directory. Everyone is welcomed to
|
/external/libexif/po/ |
D | nl.po | 2513 "<GPSVersionID>-label wordt uitgedrukt in bytes, in tegenstelling tot het " 2566 "weergegeven tot twee decimale posities, dan is de opmaak dd/1,mmmm/100,0/1" 2596 "weergegeven tot twee decimale posities, dan is de opmaak dd/1,mmmm/100,0/1" 2615 "dit in tegenstelling tot andere referentielabels." 2780 "gebruikt. Als de onderzoeksgegevens zich beperken tot Japan, dan is de " 2814 "bijvoorbeeld, delen van minuten worden weergegeven tot in twee decimale " 2875 msgstr "Referentie voor afstand tot bestemming" 2883 "Geeft de eenheid waarin de afstand tot de bestemming wordt uitgedrukt. 'K', " 2888 msgstr "Afstand tot bestemming" 2892 msgstr "Geeft de afstand tot de bestemming." [all …]
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 3171 FT_UInt tot = 0; in tt_cmap14_def_char_count() local 3177 tot += 1 + p[0]; in tt_cmap14_def_char_count() 3181 return tot; in tt_cmap14_def_char_count()
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 3313 FT_UInt tot = 0; in tt_cmap14_def_char_count() local 3319 tot += 1 + p[0]; in tt_cmap14_def_char_count() 3323 return tot; in tt_cmap14_def_char_count()
|
/external/jemalloc/bin/ |
D | jeprof.in | 2664 my $tot = shift; 2665 if ($tot != 0) { 2666 return sprintf("%.1f%%", $num * 100.0 / $tot);
|
/external/llvm/test/DebugInfo/ |
D | incorrect-variable-debugloc.ll | 12 ; Generated with clang-tot -cc1 -g -O2 -w -std=c++11 -fsanitize=address,use-after-return -fcxx-exc…
|
/external/e2fsprogs/po/ |
D | nl.po | 2211 "Hernoemen tot %s" 2802 " Als u doorgaat **ZAL** dit tot **ZWARE** beschadigingen leiden.\n" 3024 msgstr "U dient %s-toegang tot het bestandssyteem te hebben, of root te zijn.\n" 3362 msgstr "Controleren van blokken %lu tot %lu\n" 3384 msgstr "Van blok %lu tot %lu\n" 4066 "Blokken %u tot en met %u moeten goed zijn\n" 4638 "Dit kan zeer slechte prestaties tot gevolg hebben;\n" 6040 msgstr "Poging tot schrijven naar bestandssysteem dat geopend is voor alleen-lezen" 6100 msgstr "Poging tot lezen van blok uit bestandssysteem las te weinig" 6104 msgstr "Poging tot schrijven van blok naar bestandssysteem schreef te weinig" [all …]
|