OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fooble
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/cachegrind/tests/x86/
fpu-28-108.S
10
fooble
:
label
19
fstsw
fooble
20
fsave
fooble
21
frstor
fooble
22
fstenv
fooble
23
fldenv
fooble
/external/valgrind/none/tests/
discard.c
8
int
fooble
( void )
function
24
printf("
fooble
-1() = %d\n",
fooble
() );
25
VALGRIND_DISCARD_TRANSLATIONS( (char*)(&
fooble
),
26
((char*)(&someother)) - ((char*)(&
fooble
)) );
27
printf("
fooble
-2() = %d\n",
fooble
() );
Completed in 308 milliseconds