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

/netbsd-current/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Dvia_drm.h183 unsigned char inUse; /* owned by a client, or free? */ member in struct:_drm_via_tex_region
/netbsd-current/external/bsd/bzip2/dist/
H A Dbzlib_private.h239 Bool inUse[256]; member in struct:__anon5
397 Bool inUse[256]; member in struct:__anon6
H A Dcompress.c113 if (s->inUse[i]) {
502 if (s->inUse[i * 16 + j]) inUse16[i] = True;
512 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0);
H A Dbzlib.c126 for (i = 0; i < 256; i++) s->inUse[i] = False;
225 s->inUse[s->state_in_ch] = True;
240 s->inUse[s->state_in_len-4] = True;
270 zs->inUse[zs->state_in_ch] = True; \
H A Ddecompress.c34 if (s->inUse[i]) {
276 for (i = 0; i < 256; i++) s->inUse[i] = False;
282 if (uc == 1) s->inUse[i * 16 + j] = True;
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib_private.h243 Bool inUse[256]; member in struct:__anon1
401 Bool inUse[256]; member in struct:__anon2
H A Dbzlib.c226 zs->inUse[zs->state_in_ch] = True; \
1120 if (s->inUse[i]) {
1362 for (i = 0; i < 256; i++) s->inUse[i] = False;
1368 if (uc == 1) s->inUse[i * 16 + j] = True;
/netbsd-current/usr.bin/make/
H A Dvar.c204 bool inUse:1; member in struct:Var
403 var->inUse = false;
573 if (v->inUse) {
685 if (v->inUse)
4547 if (v->inUse && VarEvalMode_ShouldEval(emode)) {
4590 v->inUse = true;
4592 v->inUse = false;

Completed in 274 milliseconds