OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sp3
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/x86/
pushpopseg.c
8
unsigned long
sp3
;
local
21
: "=r" (sp1), "=r" (sp2), "=r" (
sp3
), "=r" (fs2)
27
printf("sp change after pop = %ld\n",
sp3
- sp2);
37
: "=r" (sp1), "=r" (sp2), "=r" (
sp3
), "=r" (fs2)
43
printf("sp change after pop = %ld\n",
sp3
- sp2);
/external/bison/src/
tables.c
379
unsigned int *
sp3
;
local
393
conflict_tos[s] =
sp3
=
394
nondeterministic_parser ? xnmalloc (count, sizeof *
sp3
) : NULL;
403
*
sp3
++ = conflrow[i];
Completed in 303 milliseconds