HomeSort by relevance Sort by last modified time
    Searched refs:inUse (Results 1 - 25 of 59) 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/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/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...]
  /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/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket2_manager_win.h 79 virtual inline int32_t GetSize(uint32_t* inUse = 0)
  /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...]
  /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/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() {
  /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];
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;
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 356 * |inUse|:
367 * |inUse|, |usedCount|, |lastAccessTime| and |lastModifiedTime| can be missing,
377 * inUse: {?boolean},
437 ['inUse', 'Origin is in use?'],
  /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...]
  /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 

Completed in 1203 milliseconds

1 2 3