OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_depth
(Results
1 - 3
of
3
) sorted by null
/external/ImageMagick/MagickCore/
attribute.c
289
*
current_depth
,
304
current_depth
=(size_t *) AcquireQuantumMemory(number_threads,
305
sizeof(*
current_depth
));
306
if (
current_depth
== (size_t *) NULL)
310
current_depth
[i]=1;
324
while (
current_depth
[id] < MAGICKCORE_QUANTUM_DEPTH)
333
range=GetQuantumRange(
current_depth
[id]);
348
current_depth
[id]++;
351
depth=
current_depth
[0];
353
if (depth <
current_depth
[i]
286
*
current_depth
,
local
[
all
...]
/external/ltrace/
output.c
54
static size_t
current_depth
= 0;
variable
261
if (current_proc->callstack[
current_depth
].return_addr)
505
current_depth
= proc->callstack_depth;
650
||
current_depth
!= proc->callstack_depth)) {
/external/v8/test/cctest/
test-heap-profiler.cc
[
all
...]
Completed in 505 milliseconds