HomeSort by: relevance | last modified time | path
    Searched refs:inUse (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
via_drm.h 183 unsigned char inUse; /* owned by a client, or free? */
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bzlib_private.h 243 Bool inUse[256];
401 Bool inUse[256];
bzlib.c 226 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;
  /src/external/bsd/bzip2/dist/
bzlib_private.h 239 Bool inUse[256];
397 Bool inUse[256];
compress.c 113 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);
bzlib.c 126 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; \
decompress.c 34 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;
  /src/usr.bin/make/
var.c 202 bool inUse:1;
438 var->inUse = false;
608 if (v->inUse) {
720 if (v->inUse)
4658 if (v->inUse && VarEvalMode_ShouldEval(emode)) {
4702 v->inUse = true;
4704 v->inUse = false;
  /src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c 1641 range_t const inUse = ZSTDMT_getInputDataInUse(mtctx);
1659 if (ZSTDMT_isOverlapped(buffer, inUse)) {
1671 if (ZSTDMT_isOverlapped(buffer, inUse)) {
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 538 int inUse;
9682 int inUse; /* Used to share a ScriptObj. Currently
9700 if (--script->inUse != 0)
10052 script->inUse = 1;
10098 cmdPtr->inUse++;
10103 if (--cmdPtr->inUse == 0) {
10331 cmdPtr->inUse = 1;
10499 cmdPtr->inUse = 1;
10668 && objPtr->internalRep.cmdValue.cmdPtr->inUse) {
14752 int inUse;
    [all...]

Completed in 33 milliseconds