OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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