/external/valgrind/main/none/tests/amd64/ |
D | bug156404-amd64.stdout.exp | 1 depth 0: r = 1 2 depth 1: r = 1 3 depth 2: r = 1 4 depth 3: r = 1 5 depth 4: r = 1 6 depth 5: r = 1 7 depth 6: r = 1 8 depth 7: r = 1 9 depth 8: r = 1 10 depth 9: r = 1 [all …]
|
/external/libvpx/libvpx/vpx_mem/memory_manager/include/ |
D | cavl_impl.h | 356 unsigned depth = 0, unbal_depth = 0; in L_() local 374 unbal_depth = depth; in L_() 388 L_BIT_ARR_1(branch, depth) in L_() 393 L_BIT_ARR_0(branch, depth) in L_() 397 depth++; in L_() 407 depth = unbal_depth; in L_() 413 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_() 414 depth++; in L_() 436 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_() 437 depth++; in L_() [all …]
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | AVLTree.h | 167 Iterator() { depth = ~0U; } in Iterator() 182 depth = ~0U; 203 depth = d; 210 depth = d; 227 depth = ~0U; in start_iter_least() 232 if (depth != ~0U) in start_iter_least() 233 path_h[depth] = h; in start_iter_least() 234 depth++; in start_iter_least() 245 depth = ~0U; in start_iter_greatest() 250 if (depth != ~0U) in start_iter_greatest() [all …]
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | access-binary-trees.js | 16 function bottomUpTree(item,depth){ argument 17 if (depth>0){ 19 bottomUpTree(2*item-1, depth-1) 20 ,bottomUpTree(2*item, depth-1) 39 for (var depth=minDepth; depth<=maxDepth; depth+=2){ 40 var iterations = 1 << (maxDepth - depth + minDepth); 44 check += bottomUpTree(i,depth).itemCheck(); 45 check += bottomUpTree(-i,depth).itemCheck();
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | access-binary-trees.js | 16 function bottomUpTree(item,depth){ argument 17 if (depth>0){ 19 bottomUpTree(2*item-1, depth-1) 20 ,bottomUpTree(2*item, depth-1) 39 for (var depth=minDepth; depth<=maxDepth; depth+=2){ 40 var iterations = 1 << (maxDepth - depth + minDepth); 44 check += bottomUpTree(i,depth).itemCheck(); 45 check += bottomUpTree(-i,depth).itemCheck();
|
/external/qemu-pc-bios/vgabios/ |
D | vbetables-gen.c | 10 int depth; member 104 if (pm->depth == 4) in main() 107 pitch = pm->width * ((pm->depth + 7) / 8); in main() 111 pm->mode, pm->width, pm->height, pm->depth); in main() 112 if (pm->depth == 4) in main() 150 if (pm->depth == 4) { in main() 155 printf("/*Bit8u BitsPerPixel*/ %d,\n", pm->depth); in main() 159 if (pm->depth == 4) in main() 161 else if (pm->depth == 8) in main() 167 if (pm->depth == 4) in main() [all …]
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | intermOut.cpp | 59 void OutputTreeText(TInfoSinkBase& sink, TIntermNode* node, const int depth) in OutputTreeText() argument 65 for (i = 0; i < depth; ++i) in OutputTreeText() 80 OutputTreeText(sink, node, depth); in visitSymbol() 90 OutputTreeText(out, node, depth); in visitBinary() 142 OutputTreeText(out, node, depth); in visitUnary() 211 OutputTreeText(out, node, depth); in visitAggregate() 279 OutputTreeText(out, node, depth); in visitSelection() 284 ++depth; in visitSelection() 286 OutputTreeText(sink, node, depth); in visitSelection() 290 OutputTreeText(sink, node, depth); in visitSelection() [all …]
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 141 static int depth; variable 449 depth = DisplayPlanes(display, screen); in rpng_x_create_window() 458 if (/* depth != 8 && */ depth != 16 && depth != 24 && depth != 32) { in rpng_x_create_window() 461 depth); in rpng_x_create_window() 465 XMatchVisualInfo(display, screen, depth, in rpng_x_create_window() 466 (depth == 8)? PseudoColor : TrueColor, &visual_info); in rpng_x_create_window() 469 if (depth != 16 && depth != 24 && depth != 32) { in rpng_x_create_window() 473 depth)) in rpng_x_create_window() 477 visual_info.depth = 24; in rpng_x_create_window() 483 " 24-bit visuals found\n", depth); in rpng_x_create_window() [all …]
|
/external/proguard/src/proguard/shrink/ |
D | ShortestUsageMark.java | 40 private final int depth; field in ShortestUsageMark 53 this.depth = 0; in ShortestUsageMark() 88 this.depth = previousUsageMark.depth + cost; in ShortestUsageMark() 104 this.depth = otherUsageMark.depth; in ShortestUsageMark() 134 return this.depth < otherUsageMark.depth; in isShorter() 178 return "certain=" + certain + ", depth="+depth+": " + in toString()
|
/external/webkit/Source/WebCore/platform/qt/ |
D | PlatformScreenQt.cpp | 56 return QApplication::desktop()->screen(screenNumber(w))->depth(); in screenDepth() 61 int depth = QApplication::desktop()->screen(0)->depth(); in screenDepthPerComponent() local 68 depth = view->depth(); in screenDepthPerComponent() 77 switch (depth) { in screenDepthPerComponent() 83 return qRound(depth / 3); in screenDepthPerComponent()
|
/external/webkit/Source/WebCore/xml/ |
D | XSLTUnicodeSort.cpp | 87 int depth; in xsltUnicodeSortFunction() local 210 depth = 1; in xsltUnicodeSortFunction() 211 while (depth < nbsorts) { in xsltUnicodeSortFunction() 212 if (sorts[depth] == NULL) in xsltUnicodeSortFunction() 214 comp = static_cast<xsltStylePreComp*>(sorts[depth]->psvi); in xsltUnicodeSortFunction() 224 if (resultsTab[depth] == NULL) in xsltUnicodeSortFunction() 225 resultsTab[depth] = xsltComputeSortResult(ctxt, in xsltUnicodeSortFunction() 226 sorts[depth]); in xsltUnicodeSortFunction() 227 res = resultsTab[depth]; in xsltUnicodeSortFunction() 268 depth++; in xsltUnicodeSortFunction() [all …]
|
/external/javassist/src/main/javassist/runtime/ |
D | Cflow.java | 27 private int depth; field in Cflow.Depth 28 Depth() { depth = 0; } in Depth() 29 int get() { return depth; } in get() 30 void inc() { ++depth; } in inc() 31 void dec() { --depth; } in dec()
|
/external/llvm/lib/Analysis/ |
D | RegionPrinter.cpp | 102 unsigned depth = 0) { in printRegionCluster() 104 O.indent(2 * depth) << "subgraph cluster_" << static_cast<const void*>(R) in printRegionCluster() 106 O.indent(2 * (depth + 1)) << "label = \"\";\n"; in printRegionCluster() 109 O.indent(2 * (depth + 1)) << "style = filled;\n"; in printRegionCluster() 110 O.indent(2 * (depth + 1)) << "color = " in printRegionCluster() 114 O.indent(2 * (depth + 1)) << "style = solid;\n"; in printRegionCluster() 115 O.indent(2 * (depth + 1)) << "color = " in printRegionCluster() 120 printRegionCluster(*RI, GW, depth + 1); in printRegionCluster() 127 O.indent(2 * (depth + 1)) << "Node" in printRegionCluster() 131 O.indent(2 * depth) << "}\n"; in printRegionCluster()
|
/external/elfutils/libdw/ |
D | dwarf_getscopes.c | 70 pc_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in pc_match() argument 98 a->inlined = depth; in pc_match() 107 origin_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in origin_match() argument 118 unsigned int nscopes = a->nscopes + depth; in origin_match() 140 pc_record (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in pc_record() argument 151 a->nscopes = depth + 1 - a->inlined; in pc_record() 173 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined]; in pc_record() 191 if (depth >= a->inlined) in pc_record() 200 return __libdw_visit_scopes (depth, die, &origin_match, NULL, a); in pc_record()
|
D | libdw_visit_scopes.c | 99 __libdw_visit_scopes (depth, root, previsit, postvisit, arg) in __libdw_visit_scopes() argument 100 unsigned int depth; in __libdw_visit_scopes() 102 int (*previsit) (unsigned int depth, struct Dwarf_Die_Chain *, void *); 103 int (*postvisit) (unsigned int depth, struct Dwarf_Die_Chain *, void *); 114 return __libdw_visit_scopes (depth + 1, &child, 124 int result = (*previsit) (depth + 1, &child, arg); 169 int result = (*postvisit) (depth + 1, &child, arg);
|
/external/oprofile/libop/ |
D | op_alloc_counter.c | 126 allocate_counter(counter_arc_head const * ctr_arc, int max_depth, int depth, in allocate_counter() argument 131 if (depth == max_depth) in allocate_counter() 135 if((&ctr_arc[depth].next)->next == &ctr_arc[depth].next) { in allocate_counter() 136 counter_map[depth] = -1; in allocate_counter() 137 if (allocate_counter(ctr_arc, max_depth, depth + 1, in allocate_counter() 142 list_for_each(pos, &ctr_arc[depth].next) { in allocate_counter() 148 counter_map[depth] = arc->counter; in allocate_counter() 150 if (allocate_counter(ctr_arc, max_depth, depth + 1, in allocate_counter()
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
D | Image.java | 314 protected int width, height, depth; field in Image 377 public Image(Format format, int width, int height, int depth, ArrayList<ByteBuffer> data, in Image() argument 390 this.depth = depth; in Image() 441 public Image(Format format, int width, int height, int depth, ArrayList<ByteBuffer> data) { in Image() argument 442 this(format, width, height, depth, data, null); in Image() 590 public void setDepth(int depth) { in setDepth() argument 591 this.depth = depth; in setDepth() 659 return depth; in getDepth() 709 if (depth > 1) in toString() 710 sb.append("x").append(depth); in toString() [all …]
|
/external/grub/stage2/ |
D | fsys_reiserfs.c | 692 read_tree_node (unsigned int blockNr, int depth) in read_tree_node() argument 694 char* cache = CACHE(depth); in read_tree_node() 696 if (depth < num_cached) in read_tree_node() 701 if (blockNr == INFO->blocks[depth]) in read_tree_node() 709 blockNr, depth); in read_tree_node() 714 if (BLOCKHEAD (cache)->blk_level != depth) in read_tree_node() 720 INFO->blocks[depth] = blockNr; in read_tree_node() 730 int depth; in next_key() local 745 depth = DISK_LEAF_NODE_LEVEL; in next_key() 751 if (depth == INFO->tree_depth) in next_key() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.c | 65 unsigned int depth) in vp8_lookahead_init() argument 71 if(depth < 1) in vp8_lookahead_init() 72 depth = 1; in vp8_lookahead_init() 73 else if(depth > MAX_LAG_BUFFERS) in vp8_lookahead_init() 74 depth = MAX_LAG_BUFFERS; in vp8_lookahead_init() 77 depth += 1; in vp8_lookahead_init() 87 ctx->max_sz = depth; in vp8_lookahead_init() 88 ctx->buf = calloc(depth, sizeof(*ctx->buf)); in vp8_lookahead_init() 91 for(i=0; i<depth; i++) in vp8_lookahead_init()
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
D | DOMSerializer.java | 143 private void write(Node node, Writer writer, int depth) throws IOException { in write() argument 149 writeElement((Element) node, writer, depth); in write() local 160 for (int i = 0; i < depth; ++i) { writer.append(' '); } in write() 166 for (int i = 0; i < depth; ++i) { writer.append(' '); } in write() 173 writeDocumentType((DocumentType) node, writer, depth); in write() local 195 …private void writeDocumentType(DocumentType docType, Writer writer, int depth) throws IOException { in writeDocumentType() argument 199 for (int i = 0; i < depth; ++i) { writer.append(' '); } in writeDocumentType() 213 private void writeElement(Element element, Writer writer, int depth) throws IOException { in writeElement() argument 214 for (int i = 0; i < depth; ++i) { writer.append(' '); } in writeElement() 231 write(n, writer, depth + indent); in writeElement() [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
D | ListStack`1.cs | 45 public T Peek(int depth) in Peek() argument 48 if (!TryPeek(depth, out item)) in Peek() 59 public bool TryPeek(int depth, out T item) in TryPeek() argument 61 if (depth >= Count) in TryPeek() 67 item = this[Count - depth - 1]; in TryPeek()
|
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/ |
D | Bump.glsllib | 12 // depth 14 // best depth 26 if (bd < 0.005) // if no depth found yet 27 if (d <= h) bd = depth; // best depth 34 bd = depth;
|
/external/skia/bench/ |
D | AAClipBench.cpp | 128 int depth, in recurse() argument 134 fSizes[depth].fX, fSizes[depth].fY); in recurse() 142 0 == depth ? SkRegion::kReplace_Op : in recurse() 146 if (kNestingDepth == depth) { in recurse() 153 this->recurse(canvas, depth+1, childOffset); in recurse() 155 childOffset += fSizes[depth+1]; in recurse() 156 this->recurse(canvas, depth+1, childOffset); in recurse() 158 childOffset.fX = offset.fX + fSizes[depth+1].fX; in recurse() 160 this->recurse(canvas, depth+1, childOffset); in recurse() 163 childOffset.fY = offset.fY + fSizes[depth+1].fY; in recurse() [all …]
|
/external/clang/test/SemaCXX/ |
D | constexpr-depth.cpp | 5 constexpr int depth(int n) { return n > 1 ? depth(n-1) : 0; } // expected-note {{exceeded maximum d… in depth() function 7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expressi… 8 constexpr int kGood = depth(MAX);
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLContextAttributes.cpp | 70 bool WebGLContextAttributes::depth() const in depth() function in WebCore::WebGLContextAttributes 72 return m_attrs.depth; in depth() 75 void WebGLContextAttributes::setDepth(bool depth) in setDepth() argument 77 m_attrs.depth = depth; in setDepth()
|