Searched refs:newflags (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-ptr-cast.ll | 13 %newflags = alloca i64, align 8 17 store i64 -1, i64* %newflags, align 8 25 … $0 \0A", "=*&rm,=*&rm,i,r,r,1,~{cc},~{dirflag},~{fpsr},~{flags}"(i64* %newflags, i8* %0, i64 -2, …
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | inline-asm-ptr-cast.ll | 13 %newflags = alloca i64, align 8 17 store i64 -1, i64* %newflags, align 8 25 … $0 \0A", "=*&rm,=*&rm,i,r,r,1,~{cc},~{dirflag},~{fpsr},~{flags}"(i64* %newflags, i8* %0, i64 -2, …
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | inline-asm-ptr-cast.ll | 13 %newflags = alloca i64, align 8 17 store i64 -1, i64* %newflags, align 8 25 … $0 \0A", "=*&rm,=*&rm,i,r,r,1,~{cc},~{dirflag},~{fpsr},~{flags}"(i64* %newflags, i8* %0, i64 -2, …
|
/external/iperf3/src/ |
D | net.c | 452 int flags, newflags; in setnonblocking() local 460 newflags = flags | (int) O_NONBLOCK; in setnonblocking() 462 newflags = flags & ~((int) O_NONBLOCK); in setnonblocking() 463 if (newflags != flags) in setnonblocking() 464 if (fcntl(fd, F_SETFL, newflags) < 0) { in setnonblocking()
|
/external/strace/ |
D | strace.c | 415 int flags, newflags; in set_cloexec_flag() local 427 newflags = flags | FD_CLOEXEC; in set_cloexec_flag() 428 if (flags == newflags) in set_cloexec_flag() 431 if (fcntl(fd, F_SETFD, newflags)) /* never fails */ in set_cloexec_flag() 432 perror_msg_and_die("fcntl(%d, F_SETFD, %#x)", fd, newflags); in set_cloexec_flag()
|
/external/python/cpython2/Objects/ |
D | memoryobject.c | 597 int newflags = view->readonly in memory_subscript() local 602 if (PyObject_GetBuffer(view->obj, &newview, newflags) == -1) in memory_subscript()
|