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

  /src/bin/sh/
arithmetic.h 38 #define DIGITS(var) (3 + (2 + CHAR_BIT * sizeof((var))) / 3)
  /src/regress/sys/fs/ffs/
Makefile 25 DIGITS=0 1 2 3 4 5 6 7 8 9
127 for f in ${DIGITS}; do \
137 for f in ${DIGITS}; do \
147 for f in ${DIGITS}; do for g in ${DIGITS}; do \
162 for f in ${DIGITS}; do for g in ${DIGITS}; do for h in ${DIGITS}; do \

Completed in 14 milliseconds