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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/
whalDefrag.c 56 if ((pWhalDefrag->endpntMngr[i].inUse == TRUE) &&
67 if (pWhalDefrag->endpntMngr[i].inUse == FALSE)
69 pWhalDefrag->endpntMngr[i].inUse = TRUE;
194 pWhalDefrag->endpntMngr[index].inUse = FALSE;
whalDefrag_api.h 51 BOOL inUse;
  /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] ) {
  /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...]
  /dalvik/vm/compiler/codegen/arm/
RallocUtil.c 75 cUnit->regPool->coreTemps[i].inUse = false;
78 cUnit->regPool->FPTemps[i].inUse = false;
88 regs[i].inUse = false;
102 p[i].reg, p[i].inUse, p[i].pair, p[i].partner, p[i].live,
228 if (!p[next].inUse && !p[next].live) {
230 p[next].inUse = true;
241 if (!p[next].inUse) {
243 p[next].inUse = true;
271 if ((!p[next].inUse && !p[next].live) &&
272 (!p[next+1].inUse && !p[next+1].live))
    [all...]
ArmLIR.h 104 bool inUse; // Has it been allocated?
    [all...]
  /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/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 325 public abstract boolean inUse();
TCPMessageProcessor.java 274 public boolean inUse() {
UDPMessageProcessor.java 344 public boolean inUse() {
TLSMessageProcessor.java 290 public boolean inUse() {
  /external/bzip2/
bzlib_private.h 237 Bool inUse[256];
395 Bool inUse[256];
compress.c 111 if (s->inUse[i]) {
500 if (s->inUse[i * 16 + j]) inUse16[i] = True;
510 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0);
bzlib.c 124 for (i = 0; i < 256; i++) s->inUse[i] = False;
223 s->inUse[s->state_in_ch] = True;
238 s->inUse[s->state_in_len-4] = True;
268 zs->inUse[zs->state_in_ch] = True; \
    [all...]
decompress.c 32 if (s->inUse[i]) {
274 for (i = 0; i < 256; i++) s->inUse[i] = False;
280 if (uc == 1) s->inUse[i * 16 + j] = True;
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /external/yaffs2/yaffs2/
yaffs_guts.h 445 __u32 inUse;
yaffs_guts.c     [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...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 323 milliseconds