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

1 2 3 4

  /external/ImageMagick/coders/
plasma.c 141 max_depth;
202 for (max_depth=0; i != 0; max_depth++)
209 max_depth);
139 max_depth; local
  /external/v8/src/base/debug/
stack_trace_android.cc 23 StackCrawlState(uintptr_t* frames, size_t max_depth)
26 max_depth(max_depth),
31 size_t max_depth; member in struct:__anon35754::StackCrawlState
46 if (state->frame_count >= state->max_depth)
  /external/brotli/enc/
bit_cost_inc.h 73 size_t max_depth = 1; local
87 if (depth > max_depth) {
88 max_depth = depth;
120 bits += (double)(18 + 2 * max_depth);
  /external/fio/engines/
solarisaio.c 19 unsigned int max_depth; member in struct:solarisaio_data
136 if (sd->nr == sd->max_depth)
189 unsigned int max_depth; local
191 max_depth = td->o.iodepth;
192 if (max_depth > MAXASYNCHIO) {
193 max_depth = MAXASYNCHIO;
195 max_depth);
199 sd->aio_events = malloc(max_depth * sizeof(struct io_u *));
200 memset(sd->aio_events, 0, max_depth * sizeof(struct io_u *));
201 sd->max_depth = max_depth
    [all...]
  /external/libmojo/base/debug/
stack_trace_android.cc 25 StackCrawlState(uintptr_t* frames, size_t max_depth)
28 max_depth(max_depth),
33 size_t max_depth; member in struct:__anon23659::StackCrawlState
48 if (state->frame_count >= state->max_depth)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 43 backtrace_frame_t *backtrace, uptr ignore_depth, uptr max_depth);
104 u32 max_depth; member in struct:__sanitizer::UnwindTraceArg
109 CHECK_LT(arg->stack->size, arg->max_depth);
117 if (arg->stack->size == arg->max_depth) return UNWIND_STOP;
121 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) {
122 CHECK_GE(max_depth, 2);
124 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)};
141 u32 max_depth) {
142 CHECK_GE(max_depth, 2);
144 SlowUnwindStack(pc, max_depth);
    [all...]
  /external/mesa3d/src/compiler/glsl/
lower_if_to_cond_assign.cpp 30 * (controlled by max_depth)
65 unsigned max_depth,
70 this->max_depth = max_depth;
96 unsigned max_depth; member in class:__anon27350::ir_if_to_cond_assign_visitor
106 unsigned max_depth, unsigned min_branch_cost)
108 if (max_depth == UINT_MAX)
111 ir_if_to_cond_assign_visitor v(stage, max_depth, min_branch_cost);
230 bool must_lower = this->depth-- > this->max_depth;
  /external/f2fs-tools/fsck/
dir.c 158 unsigned int max_depth; local
161 max_depth = le32_to_cpu(dir->i.i_current_depth);
162 for (level = 0; level < max_depth; level ++) {
  /external/fio/
blktrace.c 429 int this_depth[DDIR_RWDIR_CNT], depth[DDIR_RWDIR_CNT], max_depth; local
521 max_depth = 0;
527 max_depth = max(depth[i], max_depth);
562 td->o.iodepth = td->o.iodepth_low = max_depth;
  /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_utils.c 245 int max_depth = bit_depths[0]; local
247 if (max_depth < bit_depths[j]) {
248 max_depth = bit_depths[j];
251 if (max_depth <= tree_depth_limit) {
  /hardware/qcom/msm8998/json-c/
json_tokener.h 82 int max_depth, depth, is_double, st_pos, char_offset; member in struct:json_tokener
  /external/ltp/testcases/kernel/fs/inode/
inode02.c 85 int max_depth, max_breadth, file_length; variable
140 max_depth = 6;
147 ("\tinode02 max_depth max_breadth file_length #children\n\tdefault: inode02 6 5 8 5\n");
151 if (sscanf(argv[i++], "%d", &max_depth) != 1)
223 "Bad argument - %s - could not parse as number.\n\tinode02 [max_depth] [max_breadth] [file_length] [#children]\n\tdefault: inode02 6 5 8 5\n",
428 } else if (level < max_depth) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.h 77 float max_depth; member in struct:lp_jit_viewport
lp_setup.c 774 float max_depth; local
776 &min_depth, &max_depth);
779 setup->viewports[i].max_depth != max_depth) {
781 setup->viewports[i].max_depth = max_depth;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_test_dma.c 220 unsigned bpp, max_width, max_height, max_depth, j, num; local
310 max_depth = MIN2(tsrc.array_size, tdst.array_size);
324 depth = max_depth;
329 depth = (rand() % max_depth) + 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 349 def max_depth(b, d): function in function:PyFlowGraph.computeStackDepth
356 return max([max_depth(c, d) for c in children])
359 return max_depth(self.exit, d)
363 self.stacksize = max_depth(self.entry, 0)
  /external/e2fsprogs/lib/ext2fs/
extent.c 62 int max_depth; member in struct:ext2_extent_handle
273 handle->max_depth = ext2fs_le16_to_cpu(eh->eh_depth);
276 handle->max_paths = handle->max_depth + 1;
329 if (handle->level < handle->max_depth) {
360 if (handle->level < handle->max_depth) {
390 if ((handle->level < handle->max_depth) &&
435 if (handle->level < handle->max_depth)
457 if (!path->curr ||(handle->level >= handle->max_depth))
514 if (handle->level < handle->max_depth)
519 handle->level, handle->max_depth,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 164 unsigned max_depth; member in struct:tgsi_shader_info
  /external/python/cpython2/Lib/compiler/
pyassem.py 349 def max_depth(b, d): function in function:PyFlowGraph.computeStackDepth
356 return max([max_depth(c, d) for c in children])
359 return max_depth(self.exit, d)
363 self.stacksize = max_depth(self.entry, 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 349 def max_depth(b, d): function in function:PyFlowGraph.computeStackDepth
356 return max([max_depth(c, d) for c in children])
359 return max_depth(self.exit, d)
363 self.stacksize = max_depth(self.entry, 0)
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 349 def max_depth(b, d): function in function:PyFlowGraph.computeStackDepth
356 return max([max_depth(c, d) for c in children])
359 return max_depth(self.exit, d)
363 self.stacksize = max_depth(self.entry, 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 349 def max_depth(b, d): function in function:PyFlowGraph.computeStackDepth
356 return max([max_depth(c, d) for c in children])
359 return max_depth(self.exit, d)
363 self.stacksize = max_depth(self.entry, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 349 def max_depth(b, d): function in function:PyFlowGraph.computeStackDepth
356 return max([max_depth(c, d) for c in children])
359 return max_depth(self.exit, d)
363 self.stacksize = max_depth(self.entry, 0)

Completed in 618 milliseconds

1 2 3 4