OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XCH
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/test/bench/shootout/
fannkuch.c
79
#define
XCH
(x,y) { Aint t_mp; t_mp=(x); (x)=(y); (y)=t_mp; }
90
XCH
(perm[i], perm[j])
95
*
XCH
(k, perm[k]) does NOT work!
/prebuilts/go/linux-x86/test/bench/shootout/
fannkuch.c
79
#define
XCH
(x,y) { Aint t_mp; t_mp=(x); (x)=(y); (y)=t_mp; }
90
XCH
(perm[i], perm[j])
95
*
XCH
(k, perm[k]) does NOT work!
Completed in 71 milliseconds