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

1 2 3

  /external/qemu/distrib/sdl-1.2.15/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)
m_transtab.c 149 enum { InUse, Deleted, Empty } status;
319 /* The count of tt entries with state InUse. */
448 vg_assert(tte->status == InUse);
707 vg_assert(sec->tt[tteNo].status == InUse);
882 vg_assert(here_tte->status == InUse);
    [all...]
  /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 464 Bool inUse;
492 Currently-unused LineF's have their .inUse bit set to zero.
495 the number of .linesF[] that have .inUse == True.
500 * F reps that are in use (.inUse == True)
504 F rep: .inUse==True -> .inUse==False -- rcdec_LineF
505 F rep: .inUse==False -> .inUse==True -- rcinc_LineF
741 tl_assert(lineF->inUse);
748 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...]
  /bionic/libc/kernel/uapi/drm/
via_drm.h 159 unsigned char inUse;
  /external/kernel-headers/original/uapi/drm/
via_drm.h 180 unsigned char inUse; /* owned by a client, or free? */
  /external/valgrind/main/mpi/
libmpiwrap.c     [all...]
  /hardware/intel/img/libdrm/shared-core/
via_drm.h 183 unsigned char inUse; /* owned by a client, or free? */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
via_drm.h 178 unsigned char inUse; /* owned by a client, or free? */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
via_drm.h 178 unsigned char inUse; /* owned by a client, or free? */
  /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.
411 if (!segnames[i].inUse)
420 if (!segnames[i].inUse)
434 segnames[i].inUse = True;
510 && segnames[seg->fnIdx].inUse
607 if (!segnames[i].inUse)
628 if (i < 0 || i >= segnames_used || !segnames[i].inUse)
726 && segnames[s->fnIdx].inUse))
846 aspacem_assert(segnames[j].inUse);
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 445 __u32 inUse;
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /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...]

Completed in 772 milliseconds

1 2 3