HomeSort by: relevance | last modified time | path
    Searched refs:a_depth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/bc/dist/
storage.c 393 a_var->a_depth = 0;
400 while (ix > 0 || log < a_var->a_depth)
408 while (log > a_var->a_depth)
411 if (a_var->a_depth != 0)
423 a_var->a_depth++;
943 a_temp->a_value->a_depth);
983 res->a_depth = ary->a_depth;
984 res->a_tree = copy_tree (ary->a_tree, ary->a_depth);
bcdefs.h 148 short a_depth; member in struct:bc_array

Completed in 28 milliseconds