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

  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
zlib.d 127 uint comm_max; /* space at comment (only when reading header) */
1053 comment is not Z_NULL, then up to comm_max characters are written there,
1054 terminated with a zero unless the length is greater than comm_max. When any
  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 122 uInt comm_max; /* space at comment (only when reading header) */ member in struct:gz_header_s
838 comment is not Z_NULL, then up to comm_max characters are written there,
839 terminated with a zero unless the length is greater than comm_max. When
inflate.c 744 state->length < state->head->comm_max)
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 61 comm_max: Integer; (* space at comment (only when reading header) *)
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibpas.pas 61 comm_max: Integer; (* space at comment (only when reading header) *)
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibpas.pas 61 comm_max: Integer; (* space at comment (only when reading header) *)
  /src/common/dist/zlib/test/
infcover.c 308 head.comm_max = len;
  /src/common/dist/zlib/
zlib.h 127 uInt comm_max; /* space at comment (only when reading header) */ member in struct:gz_header_s
1058 comment is not Z_NULL, then up to comm_max characters are written there,
1059 terminated with a zero unless the length is greater than comm_max. When any
inflate.c 788 state->length < state->head->comm_max)
  /src/external/gpl3/binutils/dist/zlib/test/
infcover.c 308 head.comm_max = len;
  /src/external/gpl3/binutils/dist/zlib/
zlib.h 125 uInt comm_max; /* space at comment (only when reading header) */ member in struct:gz_header_s
1056 comment is not Z_NULL, then up to comm_max characters are written there,
1057 terminated with a zero unless the length is greater than comm_max. When any
inflate.c 779 state->length < state->head->comm_max)
  /src/external/gpl3/binutils.old/dist/zlib/test/
infcover.c 308 head.comm_max = len;
  /src/external/gpl3/binutils.old/dist/zlib/
zlib.h 125 uInt comm_max; /* space at comment (only when reading header) */ member in struct:gz_header_s
1053 comment is not Z_NULL, then up to comm_max characters are written there,
1054 terminated with a zero unless the length is greater than comm_max. When any
inflate.c 814 state->length < state->head->comm_max)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
perf_event.d 686 assert(v <= comm_max, "Value is greater than the maximum value of bitfield 'comm'");
693 enum ulong comm_max = cast(ulong) 1U;

Completed in 64 milliseconds