/external/autotest/ |
D | suite_scheduler.ini | 15 # TODO(beeps) Figure out a better frequency for tot nightly suites 31 branch_specs: ==tot 38 branch_specs: ==tot 45 branch_specs: ==tot 52 branch_specs: >=tot-1 60 branch_specs: >=tot-1 67 branch_specs: >=tot-2 76 branch_specs: ==tot 84 branch_specs: <=tot-1 92 branch_specs: >=tot-1 [all …]
|
/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 static 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() 335 int tot = 0; in send_db() local 337 while (tot < sizeof(*kern_db)) { in send_db() 338 int n = write(fd, ((char*)kern_db) + tot, sizeof(*kern_db)-tot); in send_db() 344 tot += n; in send_db()
|
/external/autotest/site_utils/autoupdate/ |
D | import_common.py | 25 tot = external_packages.find_top_of_autotest_tree() 26 install_dir = os.path.join(tot, build_externals.INSTALL_DIR)
|
/external/boringssl/src/ssl/ |
D | s3_pkt.c | 193 unsigned int tot, n, nw; in ssl3_write_bytes() local 198 tot = ssl->s3->wnum; in ssl3_write_bytes() 219 if (len < 0 || (size_t)len < tot) { in ssl3_write_bytes() 224 n = (len - tot); in ssl3_write_bytes() 235 i = do_ssl3_write(ssl, type, &buf[tot], nw); in ssl3_write_bytes() 237 ssl->s3->wnum = tot; in ssl3_write_bytes() 243 return tot + i; in ssl3_write_bytes() 247 tot += i; in ssl3_write_bytes()
|
/external/boringssl/src/crypto/asn1/ |
D | asn1_par.c | 116 const unsigned char *p,*ep,*tot,*op,*opp; in asn1_parse2() local 138 tot=p+length; in asn1_parse2() 140 while ((p < tot) && (op < p)) in asn1_parse2() 189 r=asn1_parse2(bp,&p,(long)(tot-p), in asn1_parse2() 193 if ((r == 2) || (p >= tot)) break; in asn1_parse2()
|
/external/compiler-rt/lib/tsan/ |
D | analyze_libtsan.sh | 40 tot=$(wc -l < $file) 53 $f $tot $size $rsp $push $pop $call $load $store $sh $mov $lea $cmp;
|
/external/skia/src/effects/ |
D | GrCircleBlurFragmentProcessor.cpp | 137 float tot = 0.0f; in make_half_kernel() local 145 tot += 2.0f * kernel[y*kernelWH+x]; in make_half_kernel() 152 kernel[y*kernelWH+x] /= tot; in make_half_kernel()
|
/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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBodyHelpers.cpp | 716 const int tot=rx*ry; in CreatePatch() local 717 btVector3* x=new btVector3[tot]; in CreatePatch() 718 btScalar* m=new btScalar[tot]; in CreatePatch() 733 btSoftBody* psb=new btSoftBody(&worldInfo,tot,x,m); in CreatePatch() 863 const int tot=rx*ry; in CreatePatchUV() local 864 btVector3* x=new btVector3[tot]; in CreatePatchUV() 865 btScalar* m=new btScalar[tot]; in CreatePatchUV() 881 btSoftBody* psb=new btSoftBody(&worldInfo,tot,x,m); in CreatePatchUV()
|
/external/autotest/client/deps/webgl_mpd/src/resources/ |
D | J3DI.js | 582 var tot = 0; 584 tot += this.framerates[i]; 586 var framerate = tot / this.framerates.length;
|
/external/autotest/site_utils/suite_scheduler/ |
D | task.py | 84 self.tot = self._tot_milestone() 113 tot_mstone = self.tot
|
/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/lldb/docs/testsuite/ |
D | best-practices.txt | 2 when building new test cases in the tot/test directory. Everyone is welcomed to
|
/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/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/pdfium/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 3297 FT_UInt tot = 0; in tt_cmap14_def_char_count() local 3303 tot += 1 + p[0]; in tt_cmap14_def_char_count() 3307 return tot; in tt_cmap14_def_char_count()
|