Home
last modified time | relevance | path

Searched refs:TFR (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/BlocksRuntime/tests/
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" t…
/external/qemu/
Dsysemu.h222 #define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR) macro
Dnet-android.c1276 TFR(fd = open("/dev/tap", O_RDWR)); in tap_open()
1320 TFR(ip_fd = open("/dev/udp", O_RDWR, 0)); in tap_alloc()
1326 TFR(tap_fd = open("/dev/tap", O_RDWR, 0)); in tap_alloc()
1340 TFR(if_fd = open("/dev/tap", O_RDWR, 0)); in tap_alloc()
1373 TFR(arp_fd = open ("/dev/tap", O_RDWR, 0)); in tap_alloc()
1436 TFR(fd = open("/dev/net/tun", O_RDWR)); in tap_open()
1515 TFR(fd = tap_open(ifname, sizeof(ifname))); in net_tap_init()
Dnet.c1148 TFR(fd = open("/dev/tap", O_RDWR)); in tap_open()
1192 TFR(ip_fd = open("/dev/udp", O_RDWR, 0)); in tap_alloc()
1198 TFR(tap_fd = open("/dev/tap", O_RDWR, 0)); in tap_alloc()
1212 TFR(if_fd = open("/dev/tap", O_RDWR, 0)); in tap_alloc()
1245 TFR(arp_fd = open ("/dev/tap", O_RDWR, 0)); in tap_alloc()
1308 TFR(fd = open("/dev/net/tun", O_RDWR)); in tap_open()
1387 TFR(fd = tap_open(ifname, sizeof(ifname))); in net_tap_init()
Dos-posix.c309 TFR(fd = qemu_open("/dev/null", O_RDWR)); in os_setup_post()
Dqemu-char.c699 TFR(fd_out = qemu_open(qemu_opt_get(opts, "path"), in qemu_chr_open_file_out()
719 TFR(fd_in = qemu_open(filename_in, O_RDWR | O_BINARY)); in qemu_chr_open_pipe()
720 TFR(fd_out = qemu_open(filename_out, O_RDWR | O_BINARY)); in qemu_chr_open_pipe()
726 TFR(fd_in = fd_out = open(filename, O_RDWR | O_BINARY)); in qemu_chr_open_pipe()
1288 TFR(fd = open(filename, O_RDWR | O_NONBLOCK)); in qemu_chr_open_tty()
1426 TFR(fd = open(filename, O_RDWR)); in qemu_chr_open_pp()
Dqemu-timer.c962 TFR(rtc_fd = open("/dev/rtc", O_RDONLY)); in rtc_start_timer()
Dvl-android.c414 #define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR) macro
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp318 BuildMI(MBB, I, DL, get(Hexagon::TFR), DestReg).addReg(SrcReg); in copyPhysReg()
339 BuildMI(MBB, I, DL, get(Hexagon::TFR), (RI.getSubReg(DestReg, in copyPhysReg()
1022 case Hexagon::TFR: in getMatchingCondBranchOpcode()
DHexagonInstrInfo.td224 def TFR : ALU32_ri<(outs IntRegs:$dst), (ins IntRegs:$src1),
3018 (TFR IntRegs:$src1)>;