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

  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.h 36 Do64 = (1 << 0),
testfilerunner.m 186 if (sizeof(long) == 4 && options & Do64) {
260 item = [self lineForOptions:options|Do64];
264 item = [self lineForOptions:options|Do64|DoCPP];
351 [pa addPointer: (options & Do64) ? "x86_64" : "i386"];
377 strcat(path, (options & Do64) ? "64" : "32");

Completed in 51 milliseconds