HomeSort by relevance Sort by last modified time
    Searched defs:inUse (Results 1 - 14 of 14) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/audio/mme/
SDL_mmeaudio.c 32 static BOOL inUse[NUM_BUFFERS];
115 inUse[wp->dwUser] = FALSE;
192 inUse[i] = FALSE;
200 while ( inUse[next_buffer] ) {
210 inUse[next_buffer] = TRUE;
229 while ( inUse[i] ) {
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/
whalDefrag_api.h 51 BOOL inUse;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 325 public abstract boolean inUse();
TCPMessageProcessor.java 274 public boolean inUse() {
TLSMessageProcessor.java 290 public boolean inUse() {
UDPMessageProcessor.java 344 public boolean inUse() {
  /external/quake/quake/src/WinQuake/
net_ipx.cpp 85 byte inUse;
208 if (lma->socketbuffer[s][n].ecb.inUse == 0)
224 lma->socketbuffer[s][n].ecb.inUse = 0xff;
274 lma->socketbuffer[s][n].ecb.inUse = 0xff;
379 lma->socketbuffer[handle][n].ecb.inUse = 0;
398 if (lma->socketbuffer[handle][0].ecb.inUse != 0)
440 if (lma->socketbuffer[net_acceptsocket][n].ecb.inUse == 0)
514 while (lma->socketbuffer[handle][0].ecb.inUse != 0)
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 44 __u8 inUse:1; // this handle is in use
63 yaffsfs_handle[i].inUse = 0;
83 if(h && h->inUse)
108 if(!h->inUse)
111 h->inUse=1;
127 h->inUse = 0;
383 yaffsfs_handle[i].inUse &&
445 h->inUse = 1;
451 obj->inUse++;
486 if(h && h->inUse)
    [all...]
  /external/bzip2/
bzlib_private.h 237 Bool inUse[256];
395 Bool inUse[256];
  /external/yaffs2/yaffs2/
yaffs_guts.h 445 __u32 inUse;
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 104 bool inUse; // Has it been allocated?
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 414 Bool inUse;
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 549 milliseconds