Searched refs:TFR (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/BlocksRuntime/tests/
H A Dmakefile14 TFR = ~public/bin/testfilerunner macro
20 grep CONFIG *.[cmCM] | $(TFR) $(CCDIR) --
23 grep CONFIG *.[cmCM] | $(TFR) $(CCDIR) -open --
26 grep CONFIG *.[cmCM] | $(TFR) -fast $(CCDIR) --
29 grep CONFIG *.[cmCM] | $(TFR) --
32 grep CONFIG *.[cmCM] | $(TFR) -clang -fast --
35 grep CONFIG *.[cmCM] | $(TFR) -fast --
69 grep CONFIG *.[cmCM] | $(TFR) -dyld $(LibsystemRootPath) -- # FIXME: figure out if I can "call" the std target instead of duplicating it
/external/qemu/
H A Dos-posix.c309 TFR(fd = qemu_open("/dev/null", O_RDWR));
H A Dsysemu.h222 #define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR) macro
H A Dnet-android.c1276 TFR(fd = open("/dev/tap", O_RDWR));
1320 TFR(ip_fd = open("/dev/udp", O_RDWR, 0));
1326 TFR(tap_fd = open("/dev/tap", O_RDWR, 0));
1340 TFR(if_fd = open("/dev/tap", O_RDWR, 0));
1373 TFR(arp_fd = open ("/dev/tap", O_RDWR, 0));
1436 TFR(fd = open("/dev/net/tun", O_RDWR));
1515 TFR(fd = tap_open(ifname, sizeof(ifname)));
H A Dnet.c1148 TFR(fd = open("/dev/tap", O_RDWR));
1192 TFR(ip_fd = open("/dev/udp", O_RDWR, 0));
1198 TFR(tap_fd = open("/dev/tap", O_RDWR, 0));
1212 TFR(if_fd = open("/dev/tap", O_RDWR, 0));
1245 TFR(arp_fd = open ("/dev/tap", O_RDWR, 0));
1308 TFR(fd = open("/dev/net/tun", O_RDWR));
1387 TFR(fd = tap_open(ifname, sizeof(ifname)));
H A Dqemu-char.c699 TFR(fd_out = qemu_open(qemu_opt_get(opts, "path"),
719 TFR(fd_in = qemu_open(filename_in, O_RDWR | O_BINARY));
720 TFR(fd_out = qemu_open(filename_out, O_RDWR | O_BINARY));
726 TFR(fd_in = fd_out = open(filename, O_RDWR | O_BINARY));
1288 TFR(fd = open(filename, O_RDWR | O_NONBLOCK));
1426 TFR(fd = open(filename, O_RDWR));
H A Dqemu-timer.c962 TFR(rtc_fd = open("/dev/rtc", O_RDONLY));
H A Dvl-android.c414 #define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR) macro
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp318 BuildMI(MBB, I, DL, get(Hexagon::TFR), DestReg).addReg(SrcReg);
339 BuildMI(MBB, I, DL, get(Hexagon::TFR), (RI.getSubReg(DestReg,
1022 case Hexagon::TFR:

Completed in 101 milliseconds