HomeSort by relevance Sort by last modified time
    Searched defs:current_depth (Results 1 - 2 of 2) 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)) {

Completed in 130 milliseconds