HomeSort by relevance Sort by last modified time
    Searched refs:TRY64 (Results 1 - 4 of 4) 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; }
556 if [ "$TRY64" = "yes" ]; then
570 if [ "$TRY64" != "yes" ]; then
605 if [ "$HOST_OS" = "linux" -a -z "$CC" -a "$MINGW" != "yes" -a "$TRY64" != "yes" ]; then
654 if [ "$TRY64" != "yes" ]; then
668 if [ "$TRY64" != "yes" ]; then
809 if [ "$TRY64" = "no" ]; then
814 if [ "$TRY64" = "no" ]; then
rebuild-all-prebuilt.sh 90 if [ "$TRY64" = "yes" ]; then
build-host-prebuilts.sh 110 if [ "$TRY64" = "yes" ]; then
111 FLAGS=$FLAGS" --try64"

Completed in 276 milliseconds