Searched refs:max_depth (Results 1 - 25 of 29) sorted by relevance

12

/external/mesa3d/src/glsl/
H A Dlower_if_to_cond_assign.cpp53 ir_if_to_cond_assign_visitor(unsigned max_depth) argument
56 this->max_depth = max_depth;
64 unsigned max_depth; member in class:ir_if_to_cond_assign_visitor
69 lower_if_to_cond_assign(exec_list *instructions, unsigned max_depth) argument
71 ir_if_to_cond_assign_visitor v(max_depth);
152 if (this->depth <= this->max_depth)
H A Dir_optimization.h56 bool lower_if_to_cond_assign(exec_list *instructions, unsigned max_depth = 0);
/external/oprofile/libop/
H A Dop_alloc_counter.c102 * @param max_depth number of entry in array ctr_arc == depth of tree
126 allocate_counter(counter_arc_head const * ctr_arc, int max_depth, int depth, argument
131 if (depth == max_depth)
137 if (allocate_counter(ctr_arc, max_depth, depth + 1,
150 if (allocate_counter(ctr_arc, max_depth, depth + 1,
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c58 int max_depth; member in struct:ext2_extent_handle
171 for (i=1; i <= handle->max_depth; i++) {
246 handle->max_depth = ext2fs_le16_to_cpu(eh->eh_depth);
249 retval = ext2fs_get_mem(((handle->max_depth+1) *
253 (handle->max_depth+1) * sizeof(struct extent_path));
303 if (handle->level < handle->max_depth) {
334 if (handle->level < handle->max_depth) {
364 if ((handle->level < handle->max_depth) &&
407 if (handle->level < handle->max_depth)
429 if (!path->curr ||(handle->level >= handle->max_depth))
[all...]
/external/linux-tools-perf/util/
H A Dcallchain.h37 u64 max_depth; member in struct:callchain_root
89 root->max_depth = 0;
H A Dcallchain.c390 if (cursor->nr > root->max_depth)
391 root->max_depth = cursor->nr;
/external/opencv/cv/src/
H A Dcvtemplmatch.cpp62 int depth, templ_depth, corr_depth, max_depth = CV_32F, local
97 max_depth = MAX( max_depth, templ_depth );
98 max_depth = MAX( max_depth, depth );
99 max_depth = MAX( max_depth, corr_depth );
101 max_depth = CV_64F;
132 CV_CALL( dft_templ = cvCreateMat( dftsize.height*templ_cn, dftsize.width, max_depth ));
137 CV_CALL( dft_img[k] = cvCreateMat( dftsize.height, dftsize.width, max_depth ));
[all...]
H A Dcvfilter.cpp104 int max_depth = MAX(CV_MAT_DEPTH(src_type), CV_MAT_DEPTH(dst_type)); local
106 max_depth = MAX( max_depth, min_depth );
107 work_type = CV_MAKETYPE( max_depth, max_cn );
/external/webp/src/utils/
H A Dhuffman_encode.c263 int max_depth = bit_depths[0]; local
265 if (max_depth < bit_depths[j]) {
266 max_depth = bit_depths[j];
269 if (max_depth <= tree_depth_limit) {
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h792 // max_depth - the maximum number of stack frames to be included
795 // against max_depth.
796 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
811 virtual String CurrentStackTrace(int max_depth, int skip_count);
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h409 // max_depth - the maximum number of stack frames to be included
412 // against max_depth.
413 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
428 virtual String CurrentStackTrace(int max_depth, int skip_count);
/external/gtest/src/
H A Dgtest-internal-inl.h416 // max_depth - the maximum number of stack frames to be included
419 // against max_depth.
420 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
435 virtual String CurrentStackTrace(int max_depth, int skip_count);
/external/kernel-headers/original/linux/
H A Dblkdev.h311 int max_depth; /* what we will send to device */ member in struct:blk_queue_tag
739 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h415 // max_depth - the maximum number of stack frames to be included
418 // against max_depth.
419 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
434 virtual String CurrentStackTrace(int max_depth, int skip_count);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h655 // max_depth - the maximum number of stack frames to be included
658 // against max_depth.
659 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
674 virtual String CurrentStackTrace(int max_depth, int skip_count);
/external/flac/include/FLAC/
H A Dmetadata.h222 * \param max_depth The maximum color depth in bits-per-pixel desired.
236 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors);
/external/opencv/ml/include/
H A Dml.h708 int max_depth; member in struct:CvDTreeParams
717 CvDTreeParams() : max_categories(10), max_depth(INT_MAX), min_sample_count(10),
727 max_categories(_max_categories), max_depth(_max_depth),
1027 int max_depth, bool use_surrogates, const float* priors );
/external/blktrace/
H A Dblkparse.c58 unsigned int max_depth[2]; member in struct:per_dev_info
1502 if (pdi->cur_depth[w] > pdi->max_depth[w])
1503 pdi->max_depth[w] = pdi->cur_depth[w];
1564 if (pdi->cur_depth[w] > pdi->max_depth[w])
1565 pdi->max_depth[w] = pdi->cur_depth[w];
1666 fprintf(ofp, " Read depth: %'8u%8c\t", pdi->max_depth[0], ' ');
1667 fprintf(ofp, " Write depth: %'8u\n", pdi->max_depth[1]);
/external/opencv/ml/src/
H A Dmlboost.cpp60 max_depth = 1;
73 max_depth = _max_depth;
1495 params.max_depth = data->params.max_depth;
H A Dmltree.cpp93 if( params.max_depth < 0 )
94 CV_ERROR( CV_StsOutOfRange, "params.max_depth should be >= 0" );
95 params.max_depth = MIN( params.max_depth, 25 );
1028 cvWriteInt( fs, "max_depth", params.max_depth );
1096 params.max_depth = cvReadIntByName( fs, tparams_node, "max_depth" );
1344 node->depth >= data->params.max_depth )
2546 split_input_data = node->depth + 1 < data->params.max_depth
[all...]
H A Dmlrtrees.cpp245 CvDTreeParams tree_params( params.max_depth, params.min_sample_count,
/external/v8/src/
H A Dprofile-generator.h585 const char* prefix, const char* edge_name, int max_depth, int indent);
672 void Print(int max_depth);
H A Dprofile-generator.cc1017 const char* prefix, const char* edge_name, int max_depth, int indent) {
1035 if (--max_depth == 0) return;
1072 edge.to()->Print(edge_prefix, edge_name, max_depth, indent + 2);
1290 void HeapSnapshot::Print(int max_depth) { argument
1291 root()->Print("", "", max_depth, 0);
1016 Print( const char* prefix, const char* edge_name, int max_depth, int indent) argument
/external/e2fsprogs/e2fsck/
H A Dpass1.c189 (info.max_depth != 0))
1842 if (info.max_depth >= MAX_EXTENT_DEPTH_COUNT)
1843 info.max_depth = MAX_EXTENT_DEPTH_COUNT-1;
1844 ctx->extent_depth_count[info.max_depth]++;
/external/e2fsprogs/debugfs/
H A Ddebugfs.c624 info.curr_level, info.max_depth,
646 info.curr_level, info.max_depth,

Completed in 3284 milliseconds

12