HomeSort by relevance Sort by last modified time
    Searched defs:max_depth (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/mesa3d/src/glsl/
lower_if_to_cond_assign.cpp 53 ir_if_to_cond_assign_visitor(unsigned max_depth)
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)
71 ir_if_to_cond_assign_visitor v(max_depth);
152 if (this->depth <= this->max_depth)
  /external/linux-tools-perf/util/
callchain.h 37 u64 max_depth; member in struct:callchain_root
89 root->max_depth = 0;
  /external/opencv/cv/src/
cvfilter.cpp 104 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 );
    [all...]
cvtemplmatch.cpp 62 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...]
  /external/webp/src/utils/
huffman_encode.c 263 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) {
  /system/core/libcorkscrew/
backtrace.c 68 size_t max_depth; member in struct:__anon44099
83 state->ignore_depth, state->max_depth,
86 return state->returned_frames < state->max_depth ? _URC_NO_REASON : _URC_END_OF_STACK;
89 ssize_t unwind_backtrace(backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) {
97 state.max_depth = max_depth;
123 size_t max_depth; member in struct:__anon44100
134 g_unwind_signal_state.max_depth);
144 size_t ignore_depth, size_t max_depth) {
146 return unwind_backtrace(backtrace, ignore_depth + 1, max_depth);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
extent.c 58 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...]
ext2fs.h 373 int max_depth; member in struct:ext2_extent_info
    [all...]
  /bionic/libc/kernel/common/linux/
blkdev.h 276 int max_depth; member in struct:blk_queue_tag
437 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /external/blktrace/
blkparse.c 58 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];
    [all...]
  /external/kernel-headers/original/linux/
blkdev.h 311 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/opencv/ml/include/
ml.h 708 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),
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)

Completed in 681 milliseconds

1 2 3