Searched refs:TFR (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/BlocksRuntime/tests/ |
D | makefile | 14 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/ |
D | sysemu.h | 222 #define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR) macro
|
D | net-android.c | 1276 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()
|
D | net.c | 1148 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()
|
D | os-posix.c | 309 TFR(fd = qemu_open("/dev/null", O_RDWR)); in os_setup_post()
|
D | qemu-char.c | 699 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()
|
D | qemu-timer.c | 962 TFR(rtc_fd = open("/dev/rtc", O_RDONLY)); in rtc_start_timer()
|
D | vl-android.c | 414 #define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR) macro
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 318 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()
|
D | HexagonInstrInfo.td | 224 def TFR : ALU32_ri<(outs IntRegs:$dst), (ins IntRegs:$src1), 3018 (TFR IntRegs:$src1)>;
|