HomeSort by relevance Sort by last modified time
    Searched refs:newflags (Results 1 - 10 of 10) sorted by null

  /external/bison/lib/
cloexec.c 47 int newflags = (value ? flags | FD_CLOEXEC : flags & ~FD_CLOEXEC); local
49 if (flags == newflags
50 || fcntl (desc, F_SETFD, newflags) != -1)
  /external/qemu/android/
iolooper-select.c 61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags )
66 int changed = oldflags ^ newflags;
69 if ((newflags & IOLOOPER_READ) != 0)
75 if ((newflags & IOLOOPER_WRITE) != 0)
  /external/qemu/include/android/
iolooper.h 23 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags);
  /sdk/emulator/opengl/tests/event_injector/
iolooper.h 42 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags);
iolooper-select.c 79 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags )
84 int changed = oldflags ^ newflags;
87 if ((newflags & IOLOOPER_READ) != 0)
93 if ((newflags & IOLOOPER_WRITE) != 0)
  /external/strace/
strace.c 410 int flags, newflags; local
422 newflags = flags | FD_CLOEXEC;
423 if (flags == newflags)
426 fcntl(fd, F_SETFD, newflags); /* never fails */
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 239 int newflags = 0; local
268 newflags |= mask; /* Set flag */
279 *harmFlagsPrev++ = newflags;
281 newflags = 0;
    [all...]
  /external/qemu/include/ui/
console.h 233 int linesize, PixelFormat pf, int newflags);
  /external/qemu/ui/
console.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 341 milliseconds