OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptrbits
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/memcheck/tests/
pointer-trace.c
33
int
ptrbits
, stepbits, stepsize, nptrs;
local
36
ptrbits
= 32; //bogus
39
nptrs = 1 << (
ptrbits
- stepbits);
42
ptrbits
= 32;
45
nptrs = 1 << (
ptrbits
- stepbits);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
values.h
36
#define
PTRBITS
_TYPEBITS (char *)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
values.h
36
#define
PTRBITS
_TYPEBITS (char *)
/external/clang/lib/CodeGen/
CGObjCGNU.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 3091 milliseconds