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

  /external/valgrind/main/none/tests/amd64/
rcl-amd64.c 9 #define TRY64(C) \
40 TRY64(0); TRY64(1); TRY64(2); TRY64(3); TRY64(4); TRY64(5);
41 TRY64(6); TRY64(7); TRY64(8); TRY64(9); TRY64(10); TRY64(11)
    [all...]
  /ndk/build/tools/
prebuilt-common.sh 275 TRY64=no
276 do_try64_option () { TRY64=yes; }
555 if [ "$TRY64" = "yes" ]; then
569 if [ "$TRY64" != "yes" ]; then
604 if [ "$HOST_OS" = "linux" -a -z "$CC" -a "$MINGW" != "yes" -a "$TRY64" != "yes" ]; then
652 if [ "$TRY64" != "yes" ]; then
666 if [ "$TRY64" != "yes" ]; then
813 if [ "$TRY64" = "no" ]; then
818 if [ "$TRY64" = "no" ]; then

Completed in 639 milliseconds