Searched refs:stepbits (Results 1 – 1 of 1) sorted by relevance
33 int ptrbits, stepbits, stepsize, nptrs; in main() local37 stepbits = 14+1; //bogus in main()38 stepsize = (1 << stepbits); in main()39 nptrs = 1 << (ptrbits - stepbits); in main()43 stepbits = 14; in main()44 stepsize = (1 << stepbits); in main()45 nptrs = 1 << (ptrbits - stepbits); in main()50 ptrs[i] = (char *)((long)i << stepbits); in main()