HomeSort by relevance Sort by last modified time
    Searched refs:Aint (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/test/bench/shootout/
fannkuch.c 44 #define Aint int
49 Aint* perm;
50 Aint* perm1;
51 Aint* count;
79 #define XCH(x,y) { Aint t_mp; t_mp=(x); (x)=(y); (y)=t_mp; }
  /prebuilts/go/linux-x86/test/bench/shootout/
fannkuch.c 44 #define Aint int
49 Aint* perm;
50 Aint* perm1;
51 Aint* count;
79 #define XCH(x,y) { Aint t_mp; t_mp=(x); (x)=(y); (y)=t_mp; }

Completed in 330 milliseconds