Searched refs:SIZE_C (Results 1 – 3 of 3) sorted by relevance
8 SIZE_C=2000029 if [ -n "$SIZE_C" ]; then36 echo Writing $SIZE_C bytes to c37 dd if=/dev/zero of=$TMP bs=$SIZE_C count=1 >& /dev/null42 if [ -n "$SIZE_C" ]; then
38 #define SIZE_C 8 macro40 #define SIZE_Bx (SIZE_C + SIZE_B + 1)97 #define MAXARG_C ((1<<SIZE_C)-1)132 #define GETARG_C(i) check_exp(checkopm(i, iABC), getarg(i, POS_C, SIZE_C))134 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C)
107 #define SIZE_C (5) macro245 USHORT c[SIZE_C] = {0}; in TsdRead()