Searched refs:newflags (Results 1 – 8 of 8) sorted by relevance
/external/bison/lib/ |
D | cloexec.c | 47 int newflags = (value ? flags | FD_CLOEXEC : flags & ~FD_CLOEXEC); in set_cloexec_flag() local 49 if (flags == newflags in set_cloexec_flag() 50 || fcntl (desc, F_SETFD, newflags) != -1) in set_cloexec_flag()
|
/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/qemu/ |
D | iolooper-select.c | 61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags ) in iolooper_modify() argument 66 int changed = oldflags ^ newflags; in iolooper_modify() 69 if ((newflags & IOLOOPER_READ) != 0) in iolooper_modify() 75 if ((newflags & IOLOOPER_WRITE) != 0) in iolooper_modify()
|
D | iolooper.h | 23 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags);
|
D | console.h | 233 int linesize, PixelFormat pf, int newflags);
|
D | console.c | 1339 int linesize, PixelFormat pf, int newflags) in qemu_alloc_display() argument 1353 surface->flags = newflags | QEMU_ALLOCATED_FLAG; in qemu_alloc_display()
|
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 239 int newflags = 0; in mapSineFlags() local 268 newflags |= mask; /* Set flag */ in mapSineFlags() 279 *harmFlagsPrev++ = newflags; in mapSineFlags() 281 newflags = 0; in mapSineFlags()
|
/external/strace/ |
D | strace.c | 226 int flags, newflags; in set_cloexec_flag() local 235 newflags = flags | FD_CLOEXEC; in set_cloexec_flag() 236 if (flags == newflags) in set_cloexec_flag() 239 if (fcntl(fd, F_SETFD, newflags) < 0) in set_cloexec_flag()
|