HomeSort by relevance Sort by last modified time
    Searched full:stepbits (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/memcheck/tests/
pointer-trace.c 33 int ptrbits, stepbits, stepsize, nptrs; local
37 stepbits = 14+1; //bogus
38 stepsize = (1 << stepbits);
39 nptrs = 1 << (ptrbits - stepbits);
43 stepbits = 14;
44 stepsize = (1 << stepbits);
45 nptrs = 1 << (ptrbits - stepbits);
50 ptrs[i] = (char *)((long)i << stepbits);

Completed in 93 milliseconds