Searched refs:inUse (Results 1 - 25 of 34) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/audio/mme/
H A DSDL_mmeaudio.c32 static BOOL inUse[NUM_BUFFERS]; variable
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/
H A Dyaffsfs.c44 __u8 inUse:1; // this handle is in use member in struct:__anon16063
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)
1078 int inUse; local
[all...]
/external/valgrind/main/coregrind/
H A Dm_sparsewa.c59 UChar inUse[256/8]; member in struct:__anon13675
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 */
H A Dm_transtab.c1387 Bool inUse; member in struct:__anon13784
1395 /* Slots in _tt can come into use and out again (.inUse).
1419 unredir_tt[i].inUse = False;
1431 if (unredir_tt[i].inUse)
1462 if (!unredir_tt[i].inUse)
1476 vg_assert(unredir_tt[i].inUse == False);
1488 unredir_tt[i].inUse = True;
1504 if (!unredir_tt[i].inUse)
1521 if (unredir_tt[i].inUse
1523 unredir_tt[i].inUse
[all...]
/external/valgrind/main/helgrind/
H A Dhg_wordset.c70 UWord inUse; /* 0 .. dynMax inclusive */ member in struct:__anon13931
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...]
H A Dlibhb_core.c463 Bool inUse; member in struct:__anon13939
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildMachineManager.java84 if (!inUse(machines[i])) {
124 private boolean inUse(String machineName) { method in class:BuildMachineManager
/external/quake/quake/src/WinQuake/
H A Dnet_ipx.cpp85 byte inUse; member in struct:ECBStructure
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/
H A DMessageProcessor.java325 public abstract boolean inUse(); method in class:MessageProcessor
H A DTCPMessageProcessor.java274 public boolean inUse() { method in class:TCPMessageProcessor
H A DUDPMessageProcessor.java344 public boolean inUse() { method in class:UDPMessageProcessor
H A DTLSMessageProcessor.java290 public boolean inUse() { method in class:TLSMessageProcessor
/external/bzip2/
H A Dbzlib_private.h237 Bool inUse[256]; member in struct:__anon1464
395 Bool inUse[256]; member in struct:__anon1465
H A Dcompress.c111 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);
H A Dbzlib.c124 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; \
H A Ddecompress.c32 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/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c293 Bool inUse; member in struct:__anon13518
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/valgrind/main/mpi/
H A Dlibmpiwrap.c1167 Bool inUse; member in struct:__anon14145
1224 if (sReqs[i].inUse && eq_MPI_Request(sReqs[i].key,request)) {
1241 if (sReqs[i].inUse && eq_MPI_Request(sReqs[i].key,request)) {
1242 sReqs[i].inUse = False;
1267 if (sReqs[i].inUse && eq_MPI_Request(sReqs[i].key,request)) {
1277 if (!sReqs[i].inUse) {
1295 sReqs[ix].inUse = True;
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c603 Bool inUse[256]; member in struct:__anon13455
761 Bool inUse[256]; member in struct:__anon13456
1367 if (s->inUse[i]) {
1624 for (i = 0; i < 256; i++) s->inUse[i] = False;
1630 if (uc == 1) s->inUse[i * 16 + j] = True;
3514 if (s->inUse[i]) {
3903 if (s->inUse[i * 16 + j]) inUse16[i] = True;
3913 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0);
4475 for (i = 0; i < 256; i++) s->inUse[i] = False;
4574 s->inUse[
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c626 Bool inUse[256]; member in struct:__anon13909
784 Bool inUse[256]; member in struct:__anon13910
1391 if (s->inUse[i]) {
1648 for (i = 0; i < 256; i++) s->inUse[i] = False;
1654 if (uc == 1) s->inUse[i * 16 + j] = True;
3538 if (s->inUse[i]) {
3927 if (s->inUse[i * 16 + j]) inUse16[i] = True;
3937 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0);
4499 for (i = 0; i < 256; i++) s->inUse[i] = False;
4598 s->inUse[
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c619 Bool inUse[256]; member in struct:__anon14102
777 Bool inUse[256]; member in struct:__anon14103
1382 if (s->inUse[i]) {
1639 for (i = 0; i < 256; i++) s->inUse[i] = False;
1645 if (uc == 1) s->inUse[i * 16 + j] = True;
3529 if (s->inUse[i]) {
3918 if (s->inUse[i * 16 + j]) inUse16[i] = True;
3928 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0);
4490 for (i = 0; i < 256; i++) s->inUse[i] = False;
4589 s->inUse[
[all...]
H A Dvarinfo6.c657 Bool inUse[256]; member in struct:__anon14132
815 Bool inUse[256]; member in struct:__anon14133
1420 if (s->inUse[i]) {
1677 for (i = 0; i < 256; i++) s->inUse[i] = False;
1683 if (uc == 1) s->inUse[i * 16 + j] = True;
3566 if (s->inUse[i]) {
3955 if (s->inUse[i * 16 + j]) inUse16[i] = True;
3965 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0);
4528 for (i = 0; i < 256; i++) s->inUse[i] = False;
4627 s->inUse[
[all...]
/external/valgrind/main/perf/
H A Dbz2.c619 Bool inUse[256]; member in struct:__anon14220
777 Bool inUse[256]; member in struct:__anon14221
1382 if (s->inUse[i]) {
1639 for (i = 0; i < 256; i++) s->inUse[i] = False;
1645 if (uc == 1) s->inUse[i * 16 + j] = True;
3529 if (s->inUse[i]) {
3918 if (s->inUse[i * 16 + j]) inUse16[i] = True;
3928 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0);
4490 for (i = 0; i < 256; i++) s->inUse[i] = False;
4589 s->inUse[
[all...]
H A Dtest_input_for_tinycc.c1047 Bool inUse[256]; member in struct:__anon14233
1145 Bool inUse[256]; member in struct:__anon14234
1408 if (s->inUse[i]) {
1596 for (i = 0; i < 256; i++) s->inUse[i] = ((Bool)0);
1602 if (uc == 1) s->inUse[i * 16 + j] = ((Bool)1);
2924 if (s->inUse[i]) {
3280 if (s->inUse[i * 16 + j]) inUse16[i] = ((Bool)1);
3290 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0);
3612 for (i = 0; i < 256; i++) s->inUse[i] = ((Bool)0);
3711 s->inUse[
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h445 __u32 inUse; member in struct:yaffs_ObjectStruct

Completed in 446 milliseconds

12