HomeSort by: relevance | last modified time | path
    Searched defs:nowrap (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_coalesce.c 1542 isl_bool nowrap; local
1563 nowrap = has_redundant_cuts(info);
1564 if (nowrap < 0)
1568 if (!nowrap) {
1577 if (nowrap)
  /src/sys/net/
zlib.c 3404 int nowrap; /* flag for no wrapper */ member in struct:internal_state
3418 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
3461 /* handle undocumented nowrap option (no zlib header or check) */
3462 z->state->nowrap = 0;
3466 z->state->nowrap = 1;
3479 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
3593 if (z->state->nowrap)

Completed in 23 milliseconds