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

1 2

  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildMachineManager.java 84 if (!inUse(machines[i])) {
124 private boolean inUse(String machineName) {
  /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/valgrind/main/coregrind/
m_sparsewa.c 59 UChar inUse[256/8];
204 if (swa_bitarray_read(level0->inUse, curr_ix) == 1) {
304 if (swa_bitarray_read(level0->inUse, ix) == 0) return False;
355 if (swa_bitarray_read_then_set(level0->inUse, ix) == 0) {
403 if (swa_bitarray_read_then_clear(level0->inUse, ix) == 0)
451 UWord x = level0->inUse[i+0]; /* assume zero-extend */
452 UWord y = level0->inUse[i+1]; /* assume zero-extend */
m_transtab.c 110 enum { InUse, Deleted, Empty } status;
174 /* The count of tt entries with state InUse. */
487 if (tte->status != InUse)
488 BAD("tteno points to non-inuse tte");
530 vg_assert(tte->status == InUse);
557 case InUse: VG_(printf)("InUse\n"); break;
817 if (sec->tt[i].status == InUse) {
    [all...]
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 65 bool inUse; // Has it been allocated?
  /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/valgrind/main/helgrind/
hg_wordset.c 70 UWord inUse; /* 0 .. dynMax inclusive */
79 (_zzcache).inUse = 0; \
90 tl_assert(_cache->inUse >= 0); \
91 tl_assert(_cache->inUse <= _cache->dynMax); \
92 if (_cache->inUse > 0) { \
96 for (_i = 1; _i < _cache->inUse; _i++) { \
117 tl_assert(_cache->inUse >= 0); \
118 tl_assert(_cache->inUse <= _cache->dynMax); \
119 if (_cache->inUse < _cache->dynMax) \
120 _cache->inUse++;
    [all...]
libhb_core.c 463 Bool inUse;
491 Currently-unused LineF's have their .inUse bit set to zero.
494 the number of .linesF[] that have .inUse == True.
499 * F reps that are in use (.inUse == True)
503 F rep: .inUse==True -> .inUse==False -- rcdec_LineF
504 F rep: .inUse==False -> .inUse==True -- rcinc_LineF
740 tl_assert(lineF->inUse);
747 tl_assert(lineF->inUse);
    [all...]
  /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/valgrind/main/mpi/
libmpiwrap.c     [all...]
  /external/bzip2/
bzlib_private.h 237 Bool inUse[256];
395 Bool inUse[256];
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 293 Bool inUse;
300 valid if its index >= 0, < _used, and its .inUse field == True.
398 if (!segnames[i].inUse)
407 if (!segnames[i].inUse)
421 segnames[i].inUse = True;
497 && segnames[seg->fnIdx].inUse
594 if (!segnames[i].inUse)
615 if (i < 0 || i >= segnames_used || !segnames[i].inUse)
713 && segnames[s->fnIdx].inUse))
833 aspacem_assert(segnames[j].inUse);
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 445 __u32 inUse;
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 104 bool inUse; // Has it been allocated?
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 603 Bool inUse[256];
761 Bool inUse[256];
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 626 Bool inUse[256];
784 Bool inUse[256];
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 619 Bool inUse[256];
777 Bool inUse[256];
    [all...]
varinfo6.c 657 Bool inUse[256];
815 Bool inUse[256];
    [all...]
  /external/valgrind/main/perf/
bz2.c 619 Bool inUse[256];
777 Bool inUse[256];
    [all...]
test_input_for_tinycc.c 1047 Bool inUse[256];
1145 Bool inUse[256];
1408 if (s->inUse[i]) {
    [all...]

Completed in 782 milliseconds

1 2