/external/mesa3d/src/glsl/ |
D | lower_if_to_cond_assign.cpp | 53 ir_if_to_cond_assign_visitor(unsigned max_depth) in ir_if_to_cond_assign_visitor() argument 56 this->max_depth = max_depth; in ir_if_to_cond_assign_visitor() 64 unsigned max_depth; member in ir_if_to_cond_assign_visitor 69 lower_if_to_cond_assign(exec_list *instructions, unsigned max_depth) in lower_if_to_cond_assign() argument 71 ir_if_to_cond_assign_visitor v(max_depth); in lower_if_to_cond_assign() 152 if (this->depth <= this->max_depth) in visit_leave()
|
D | ir_optimization.h | 56 bool lower_if_to_cond_assign(exec_list *instructions, unsigned max_depth = 0);
|
/external/opencv/cv/src/ |
D | cvtemplmatch.cpp | 62 int depth, templ_depth, corr_depth, max_depth = CV_32F, in icvCrossCorr() local 97 max_depth = MAX( max_depth, templ_depth ); in icvCrossCorr() 98 max_depth = MAX( max_depth, depth ); in icvCrossCorr() 99 max_depth = MAX( max_depth, corr_depth ); in icvCrossCorr() 101 max_depth = CV_64F; in icvCrossCorr() 132 CV_CALL( dft_templ = cvCreateMat( dftsize.height*templ_cn, dftsize.width, max_depth )); in icvCrossCorr() 137 CV_CALL( dft_img[k] = cvCreateMat( dftsize.height, dftsize.width, max_depth )); in icvCrossCorr() 139 if( templ_cn > 1 && templ_depth != max_depth ) in icvCrossCorr() 142 if( cn > 1 && depth != max_depth ) in icvCrossCorr() 146 if( (corr_cn > 1 || cn > 1) && corr_depth != max_depth ) in icvCrossCorr() [all …]
|
D | cvfilter.cpp | 104 int max_depth = MAX(CV_MAT_DEPTH(src_type), CV_MAT_DEPTH(dst_type)); in get_work_params() local 106 max_depth = MAX( max_depth, min_depth ); in get_work_params() 107 work_type = CV_MAKETYPE( max_depth, max_cn ); in get_work_params()
|
/external/e2fsprogs/lib/ext2fs/ |
D | extent.c | 58 int max_depth; member 171 for (i=1; i <= handle->max_depth; i++) { in ext2fs_extent_free() 246 handle->max_depth = ext2fs_le16_to_cpu(eh->eh_depth); in ext2fs_extent_open2() 249 retval = ext2fs_get_mem(((handle->max_depth+1) * in ext2fs_extent_open2() 253 (handle->max_depth+1) * sizeof(struct extent_path)); in ext2fs_extent_open2() 303 if (handle->level < handle->max_depth) { in ext2fs_extent_get() 334 if (handle->level < handle->max_depth) { in ext2fs_extent_get() 364 if ((handle->level < handle->max_depth) && in ext2fs_extent_get() 407 if (handle->level < handle->max_depth) in ext2fs_extent_get() 429 if (!path->curr ||(handle->level >= handle->max_depth)) in ext2fs_extent_get() [all …]
|
D | ext2fs.h | 363 int max_depth; member
|
/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() 137 if (allocate_counter(ctr_arc, max_depth, depth + 1, in allocate_counter() 150 if (allocate_counter(ctr_arc, max_depth, depth + 1, in allocate_counter()
|
/external/bluetooth/glib/glib/ |
D | gnode.h | 216 gint max_depth,
|
/external/chromium/testing/gtest/src/ |
D | gtest-internal-inl.h | 413 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0; 428 virtual String CurrentStackTrace(int max_depth, int skip_count);
|
/external/kernel-headers/original/linux/ |
D | blkdev.h | 311 int max_depth; /* what we will send to device */ member 739 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|
/external/chromium/sdch/open-vcdiff/src/gtest/src/ |
D | gtest-internal-inl.h | 796 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0; 811 virtual String CurrentStackTrace(int max_depth, int skip_count);
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal-inl.h | 488 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0; 503 virtual String CurrentStackTrace(int max_depth, int skip_count);
|
/external/blktrace/ |
D | blkparse.c | 58 unsigned int max_depth[2]; member 1502 if (pdi->cur_depth[w] > pdi->max_depth[w]) in dump_trace_pc() 1503 pdi->max_depth[w] = pdi->cur_depth[w]; in dump_trace_pc() 1564 if (pdi->cur_depth[w] > pdi->max_depth[w]) in dump_trace_fs() 1565 pdi->max_depth[w] = pdi->cur_depth[w]; in dump_trace_fs() 1666 fprintf(ofp, " Read depth: %'8u%8c\t", pdi->max_depth[0], ' '); in dump_io_stats() 1667 fprintf(ofp, " Write depth: %'8u\n", pdi->max_depth[1]); in dump_io_stats()
|
/external/gtest/src/ |
D | gtest-internal-inl.h | 874 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0; 889 virtual String CurrentStackTrace(int max_depth, int skip_count);
|
/external/protobuf/gtest/src/ |
D | gtest-internal-inl.h | 659 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0; 674 virtual String CurrentStackTrace(int max_depth, int skip_count);
|
/external/opencv/ml/include/ |
D | ml.h | 708 int max_depth; member 717 CvDTreeParams() : max_categories(10), max_depth(INT_MAX), min_sample_count(10), in CvDTreeParams() 727 max_categories(_max_categories), max_depth(_max_depth), in CvDTreeParams() 1027 int max_depth, bool use_surrogates, const float* priors );
|
/external/opencv/ml/src/ |
D | mlboost.cpp | 60 max_depth = 1; in CvBoostParams() 73 max_depth = _max_depth; in CvBoostParams() 1495 params.max_depth = data->params.max_depth; in read_params()
|
D | mltree.cpp | 93 if( params.max_depth < 0 ) in set_params() 95 params.max_depth = MIN( params.max_depth, 25 ); in set_params() 1028 cvWriteInt( fs, "max_depth", params.max_depth ); in write_params() 1096 params.max_depth = cvReadIntByName( fs, tparams_node, "max_depth" ); in read_params() 1344 node->depth >= data->params.max_depth ) in try_split_node() 2546 split_input_data = node->depth + 1 < data->params.max_depth && in split_node_data()
|
D | mlrtrees.cpp | 245 CvDTreeParams tree_params( params.max_depth, params.min_sample_count, in train()
|
/external/flac/include/FLAC/ |
D | metadata.h | 236 …C__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_co…
|
/external/v8/src/ |
D | profile-generator.h | 586 void Print(int max_depth, int indent); 678 void Print(int max_depth);
|
D | profile-generator.cc | 1020 void HeapEntry::Print(int max_depth, int indent) { in Print() argument 1036 if (--max_depth == 0) return; in Print() 1062 edge.to()->Print(max_depth, indent + 2); in Print() 1324 void HeapSnapshot::Print(int max_depth) { in Print() argument 1325 root()->Print(max_depth, 0); in Print()
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 189 (info.max_depth != 0)) in e2fsck_pass1_check_symlink() 1837 if (info.max_depth >= MAX_EXTENT_DEPTH_COUNT) in check_blocks_extents() 1838 info.max_depth = MAX_EXTENT_DEPTH_COUNT-1; in check_blocks_extents() 1839 ctx->extent_depth_count[info.max_depth]++; in check_blocks_extents()
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 621 info.curr_level, info.max_depth, in dump_extents() 646 info.curr_level, info.max_depth, in dump_extents()
|
/external/libxml2/ |
D | xpath.c | 14062 int max_depth, min_depth; in xmlXPathRunStreamEval() local 14073 max_depth = xmlPatternMaxDepth(comp); in xmlXPathRunStreamEval() 14074 if (max_depth == -1) in xmlXPathRunStreamEval() 14076 if (max_depth == -2) in xmlXPathRunStreamEval() 14077 max_depth = 10000; in xmlXPathRunStreamEval() 14085 printf("stream eval: depth %d from root %d\n", max_depth, from_root); in xmlXPathRunStreamEval() 14113 if (max_depth == 0) { in xmlXPathRunStreamEval() 14200 if ((cur->children == NULL) || (depth >= max_depth)) { in xmlXPathRunStreamEval() 14214 if ((cur->children != NULL) && (depth < max_depth)) { in xmlXPathRunStreamEval()
|