Home
last modified time | relevance | path

Searched refs:MAX_DEPTH (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dstacktrace_instrument-inl.h62 #define MAX_DEPTH (30) macro
67 void* frame[MAX_DEPTH];
80 if ( stack_depth >= MAX_DEPTH ) { in __cyg_profile_func_enter()
95 if ( stack_depth >= MAX_DEPTH ) { in __cyg_profile_func_exit()
105 if ( stack_depth >= MAX_DEPTH ) { in cyg_backtrace()
106 stack_depth = MAX_DEPTH; in cyg_backtrace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dstacktrace_instrument-inl.h62 #define MAX_DEPTH (30) macro
67 void* frame[MAX_DEPTH];
80 if ( stack_depth >= MAX_DEPTH ) { in __cyg_profile_func_enter()
95 if ( stack_depth >= MAX_DEPTH ) { in __cyg_profile_func_exit()
105 if ( stack_depth >= MAX_DEPTH ) { in cyg_backtrace()
106 stack_depth = MAX_DEPTH; in cyg_backtrace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dstacktrace_instrument-inl.h62 #define MAX_DEPTH (30) macro
67 void* frame[MAX_DEPTH];
80 if ( stack_depth >= MAX_DEPTH ) { in __cyg_profile_func_enter()
95 if ( stack_depth >= MAX_DEPTH ) { in __cyg_profile_func_exit()
105 if ( stack_depth >= MAX_DEPTH ) { in cyg_backtrace()
106 stack_depth = MAX_DEPTH; in cyg_backtrace()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dstacktrace_instrument-inl.h62 #define MAX_DEPTH (30) macro
67 void* frame[MAX_DEPTH];
80 if ( stack_depth >= MAX_DEPTH ) { in __cyg_profile_func_enter()
95 if ( stack_depth >= MAX_DEPTH ) { in __cyg_profile_func_exit()
105 if ( stack_depth >= MAX_DEPTH ) { in cyg_backtrace()
106 stack_depth = MAX_DEPTH; in cyg_backtrace()
/dports/games/zangband/zangband/src/
H A Dobj_kind.c107 s16b num[MAX_DEPTH]; in init_object_alloc()
108 s16b aux[MAX_DEPTH]; in init_object_alloc()
114 (void)C_WIPE(aux, MAX_DEPTH, s16b); in init_object_alloc()
117 (void)C_WIPE(num, MAX_DEPTH, s16b); in init_object_alloc()
149 for (i = 1; i < MAX_DEPTH; i++) in init_object_alloc()
203 (void)C_WIPE(aux, MAX_DEPTH, s16b); in init_object_alloc()
204 (void)C_WIPE(num, MAX_DEPTH, s16b); in init_object_alloc()
237 for (i = 1; i < MAX_DEPTH; i++) in init_object_alloc()
H A Dwizard2.c158 for (i = 0; i < MAX_DEPTH; i++) in get_obj_dist()
205 if (level < MAX_DEPTH) in get_obj_dist()
211 if (level - MAX_DEPTH / i >= 0 && level - MAX_DEPTH / i < MAX_DEPTH) in get_obj_dist()
220 for (i = 0; i < MAX_DEPTH; i++) in get_obj_dist()
239 u32b rarity[MAX_DEPTH]; in prt_alloc()
240 u32b total[MAX_DEPTH]; in prt_alloc()
261 for (i = 0; i < MAX_DEPTH; i++) in prt_alloc()
275 for (i = 0; i < MAX_DEPTH; i++) in prt_alloc()
281 for (i = 0; i < MAX_DEPTH; i++) in prt_alloc()
308 for (j = i * MAX_DEPTH / 20; j < (i + 1) * MAX_DEPTH / 20; j++) in prt_alloc()
[all …]
/dports/mail/libpst/libpst-0.6.76/src/
H A Ddebug.c11 #define MAX_DEPTH 32 macro
16 static char indent[MAX_DEPTH*4+1];
48 memset(indent, ' ', MAX_DEPTH*4); in pst_debug_init()
49 indent[MAX_DEPTH*4] = '\0'; in pst_debug_init()
87 int le = (func_depth > MAX_DEPTH) ? MAX_DEPTH : func_depth; in pst_debug_info()
120 int le = (func_depth > MAX_DEPTH) ? MAX_DEPTH : func_depth; in pst_debug_hexdumper()
/dports/devel/p5-Data-TreeDumper/Data-TreeDumper-0.40/
H A Dusage.pl58 print Data::TreeDumper::DumpTree($s, "Using package data with override", MAX_DEPTH => 1, DISPLAY_NU…
74 [$s, "DumpTrees1", MAX_DEPTH => 1]
75 , [$s, "DumpTrees2", MAX_DEPTH => 2]
81 [$s, "DumpMany1", MAX_DEPTH => 1]
82 , [$s, "DumpMany2", MAX_DEPTH => 2, USE_ASCII => 0]
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dvariable.c103 byte level_up_y[MAX_DEPTH]; /* Where do players start if coming up? */
104 byte level_up_x[MAX_DEPTH];
105 byte level_down_y[MAX_DEPTH]; /* Where do players start if going down? */
106 byte level_down_x[MAX_DEPTH];
107 byte level_rand_y[MAX_DEPTH]; /* Where do players start if they tele level? */
108 byte level_rand_x[MAX_DEPTH];
110 s16b players_on_world[MAX_DEPTH + MAX_WILD];
441 cave_type **world[MAX_DEPTH+MAX_WILD];
449 hturn turn_worldgen[MAX_DEPTH+MAX_WILD];
/dports/lang/snobol4/snobol4-2.2.2/lib/
H A Dendex.c25 #define MAX_DEPTH 50000 macro
27 int tdepth[MAX_DEPTH];
28 int returns[MAX_DEPTH];
49 for (i = 0; i < MAX_DEPTH; i++) in endex()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_layers.h20 extern Boolean active_layers[MAX_DEPTH +1];
21 extern int object_depths[MAX_DEPTH +1], saved_depths[MAX_DEPTH +1];
23 extern Boolean save_layers[MAX_DEPTH+1];
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/system/core/include/utils/
H A DCallStack.h34 MAX_DEPTH = 31
39 int32_t maxDepth=MAX_DEPTH);
56 void update(int32_t ignoreDepth=1, int32_t maxDepth=MAX_DEPTH);
68 backtrace_frame_t mStack[MAX_DEPTH];
/dports/games/openssn/openssn/src/
H A Dmap.cpp61 return MAX_DEPTH; in Get_Ocean_Depth()
162 index = Thermals_Between(MIN_DEPTH, MAX_DEPTH); in Test_Map()
163 printf("Thermals between %d and %d: %d\n", MIN_DEPTH, MAX_DEPTH, index); in Test_Map()
164 index = Thermals_Between(MAX_DEPTH, MIN_DEPTH); in Test_Map()
165 printf("Thermals between %d and %d: %d\n", MAX_DEPTH, MIN_DEPTH, index); in Test_Map()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/err/
H A Dbacktrace.c79 #define MAX_DEPTH 256 macro
81 #define SIZEOF_CB_BUF (MAX_DEPTH * sizeof(void *))
96 static void *cb_buf[MAX_DEPTH]; in lock_cb_buf()
154 depth = backtrace(cb_buf, MAX_DEPTH); in log_backtrace_impl()
190 depth = backtrace(cb_buf, MAX_DEPTH); in crash_handler()
219 depth = backtrace(cb_buf, MAX_DEPTH); in dump_stack_symbols_to_error_fds()
260 size_t depth = backtrace(cb_buf, MAX_DEPTH); in install_bt_handler()
/dports/security/tor/tor-0.4.6.8/src/lib/err/
H A Dbacktrace.c79 #define MAX_DEPTH 256 macro
81 #define SIZEOF_CB_BUF (MAX_DEPTH * sizeof(void *))
96 static void *cb_buf[MAX_DEPTH]; in lock_cb_buf()
154 depth = backtrace(cb_buf, MAX_DEPTH); in log_backtrace_impl()
190 depth = backtrace(cb_buf, MAX_DEPTH); in crash_handler()
219 depth = backtrace(cb_buf, MAX_DEPTH); in dump_stack_symbols_to_error_fds()
260 size_t depth = backtrace(cb_buf, MAX_DEPTH); in install_bt_handler()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/vm/runtime/
H A DMonitorCacheMaybeExpand_DeadLock.java88 static final int MAX_DEPTH = 800; field in MonitorCacheMaybeExpand_DeadLock.LotsaMonitors
124 new LotsaMonitors(1, LotsaMonitors.MAX_DEPTH).start(); in main()
125 new LotsaMonitors(2, LotsaMonitors.MAX_DEPTH).start(); in main()
129 new LotsaMonitors(i+3, LotsaMonitors.MAX_DEPTH).start(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/vm/runtime/
H A DMonitorCacheMaybeExpand_DeadLock.java88 static final int MAX_DEPTH = 800; field in MonitorCacheMaybeExpand_DeadLock.LotsaMonitors
124 new LotsaMonitors(1, LotsaMonitors.MAX_DEPTH).start(); in main()
125 new LotsaMonitors(2, LotsaMonitors.MAX_DEPTH).start(); in main()
129 new LotsaMonitors(i+3, LotsaMonitors.MAX_DEPTH).start(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/vm/runtime/
H A DMonitorCacheMaybeExpand_DeadLock.java88 static final int MAX_DEPTH = 800; field in MonitorCacheMaybeExpand_DeadLock.LotsaMonitors
124 new LotsaMonitors(1, LotsaMonitors.MAX_DEPTH).start(); in main()
125 new LotsaMonitors(2, LotsaMonitors.MAX_DEPTH).start(); in main()
129 new LotsaMonitors(i+3, LotsaMonitors.MAX_DEPTH).start(); in main()
/dports/math/stp/stp-2.3.3/tests/generated-tests/generators2/
H A DArrayGenerator.java18 static int MAX_DEPTH; field in ArrayGenerator
35 MAX_DEPTH = r.nextInt(15) +1; in main()
78 if (depth > MAX_DEPTH) in generateArray()
103 if (depth > MAX_DEPTH) in generateBit()
133 if (depth > MAX_DEPTH) in generateProp()
/dports/math/eukleides/eukleides-1.5.4/src/common/
H A Dlexer.l36 #define MAX_DEPTH 20 macro
39 YY_BUFFER_STATE buffer[MAX_DEPTH];
40 char* name[MAX_DEPTH];
41 int lineno[MAX_DEPTH];
62 if (mstack.index == MAX_DEPTH) in load_module()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/profiling/
H A DTestFullStackTrace.java50 private final static int MAX_DEPTH = 64; // currently hardcoded in jvm field in TestFullStackTrace
55 int depth = MAX_DEPTH - 1 + i; in main()
134 …Asserts.assertEquals(Math.min(MAX_DEPTH, expectedDepth), frames.size(), "Wrong stacktrace depth. E… in checkEvent()
146 boolean isTruncateExpected = expectedDepth > MAX_DEPTH; in checkEvent()
166 if (depth > MAX_DEPTH) { in getExpectedMethods()
167 methods = methods.subList(0, MAX_DEPTH); in getExpectedMethods()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/event/profiling/
H A DTestFullStackTrace.java50 private final static int MAX_DEPTH = 64; // currently hardcoded in jvm field in TestFullStackTrace
55 int depth = MAX_DEPTH - 1 + i; in main()
134 …Asserts.assertEquals(Math.min(MAX_DEPTH, expectedDepth), frames.size(), "Wrong stacktrace depth. E… in checkEvent()
146 boolean isTruncateExpected = expectedDepth > MAX_DEPTH; in checkEvent()
166 if (depth > MAX_DEPTH) { in getExpectedMethods()
167 methods = methods.subList(0, MAX_DEPTH); in getExpectedMethods()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/event/profiling/
H A DTestFullStackTrace.java50 private final static int MAX_DEPTH = 64; // currently hardcoded in jvm field in TestFullStackTrace
55 int depth = MAX_DEPTH - 1 + i; in main()
134 …Asserts.assertEquals(Math.min(MAX_DEPTH, expectedDepth), frames.size(), "Wrong stacktrace depth. E… in checkEvent()
146 boolean isTruncateExpected = expectedDepth > MAX_DEPTH; in checkEvent()
166 if (depth > MAX_DEPTH) { in getExpectedMethods()
167 methods = methods.subList(0, MAX_DEPTH); in getExpectedMethods()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/event/profiling/
H A DTestFullStackTrace.java50 private final static int MAX_DEPTH = 64; // currently hardcoded in jvm field in TestFullStackTrace
55 int depth = MAX_DEPTH - 1 + i; in main()
134 …Asserts.assertEquals(Math.min(MAX_DEPTH, expectedDepth), frames.size(), "Wrong stacktrace depth. E… in checkEvent()
146 boolean isTruncateExpected = expectedDepth > MAX_DEPTH; in checkEvent()
166 if (depth > MAX_DEPTH) { in getExpectedMethods()
167 methods = methods.subList(0, MAX_DEPTH); in getExpectedMethods()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/api/consumer/
H A DTestRecordedFullStackTrace.java53 private final static int MAX_DEPTH = 64; // currently hardcoded in jvm field in TestRecordedFullStackTrace
59 int depth = MAX_DEPTH - 1 + i; in main()
142 …Asserts.assertEquals(Math.min(MAX_DEPTH, expectedDepth), frames.size(), "Wrong stacktrace depth. E… in checkEvent()
153 boolean isTruncateExpected = expectedDepth > MAX_DEPTH; in checkEvent()
173 if (depth > MAX_DEPTH) { in getExpectedMethods()
174 methods = methods.subList(0, MAX_DEPTH); in getExpectedMethods()

12345678910>>...34