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

1 2 3

  /system/core/libcorkscrew/
backtrace-arch.h 36 backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth);
39 backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth);
backtrace-helper.c 25 size_t ignore_depth, size_t max_depth,
31 if (*returned_frames >= max_depth) {
backtrace-helper.h 36 size_t ignore_depth, size_t max_depth,
backtrace.c 43 size_t max_depth; member in struct:__anon36485
58 state->ignore_depth, state->max_depth,
61 return state->returned_frames < state->max_depth ? _URC_NO_REASON : _URC_END_OF_STACK;
64 ssize_t unwind_backtrace(backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) {
72 state.max_depth = max_depth;
98 size_t max_depth; member in struct:__anon36486
109 g_unwind_signal_state.max_depth);
121 size_t ignore_depth, size_t max_depth) {
123 return unwind_backtrace(backtrace, ignore_depth + 1, max_depth);
    [all...]
  /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)
ir_optimization.h 56 bool lower_if_to_cond_assign(exec_list *instructions, unsigned max_depth = 0);
  /system/core/include/corkscrew/
backtrace.h 58 ssize_t unwind_backtrace(backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth);
68 size_t ignore_depth, size_t max_depth);
76 backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth);
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 84 size_t ignore_depth, size_t max_depth) {
88 for (size_t index = 0; state->ebp && returned_frames < max_depth; index++) {
91 backtrace, ignore_depth, max_depth,
113 backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) {
124 &state, backtrace, ignore_depth, max_depth);
128 backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) {
142 &state, backtrace, ignore_depth, max_depth);
  /external/oprofile/libop/
op_alloc_counter.c 102 * @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,
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,
  /system/core/libcorkscrew/arch-arm/
backtrace-arm.c 491 size_t ignore_depth, size_t max_depth) {
495 for (size_t index = 0; returned_frames < max_depth; index++) {
499 backtrace, ignore_depth, max_depth, &ignored_frames, &returned_frames);
545 if (returned_frames < max_depth
552 backtrace, ignore_depth, max_depth, &ignored_frames, &returned_frames);
559 backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) {
570 backtrace, ignore_depth, max_depth);
574 backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) {
588 backtrace, ignore_depth, max_depth);
  /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...]
  /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/
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/bluetooth/glib/glib/
gnode.h 216 gint 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)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r5/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/android-ndk-r6/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 1036 milliseconds

1 2 3