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

  /external/qemu/
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)
iolooper.h 23 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags);
console.h 233 int linesize, PixelFormat pf, int newflags);
console.c     [all...]
  /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/aac/libSBRdec/src/
env_calc.cpp 239 int newflags = 0; local
268 newflags |= mask; /* Set flag */
279 *harmFlagsPrev++ = newflags;
281 newflags = 0;
    [all...]
  /external/strace/
strace.c 229 int flags, newflags; local
238 newflags = flags | FD_CLOEXEC;
239 if (flags == newflags)
242 if (fcntl(fd, F_SETFD, newflags) < 0)
    [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 100 milliseconds