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

  /src/external/bsd/bc/dist/
const.h 54 # undef BC_DIM_MAX
64 #define BC_DIM_MAX 16777215 /* this should be NODE_SIZE^NODE_DEPTH-1 */
storage.c 599 if (idx < 0 || idx > BC_DIM_MAX ||
677 if (idx < 0 || idx > BC_DIM_MAX ||
758 if (idx < 0 || idx > BC_DIM_MAX ||
839 if (idx < 0 || idx > BC_DIM_MAX ||
util.c 639 printf ("BC_DIM_MAX = %ld\n", (long) BC_DIM_MAX);
  /src/sys/sys/
syslimits.h 64 #define BC_DIM_MAX 65535 /* max array elements in bc(1) */
  /src/lib/libc/gen/
sysctl.c 143 _INT("bc_dim_max", USER_BC_DIM_MAX, BC_DIM_MAX,

Completed in 48 milliseconds