HomeSort by relevance Sort by last modified time
    Searched refs:class_bitmap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/zlib/
deflate.c 285 s->class_bitmap = NULL;
374 TRY_FREE(strm, s->class_bitmap);
375 s->class_bitmap = NULL;
826 if (strm->clas && s->class_bitmap == NULL) {
829 s->class_bitmap = (Bytef*) ZALLOC(strm, s->w_size/4, sizeof(Byte));
830 zmemzero(s->class_bitmap, s->w_size/4);
    [all...]
deflate.h 145 Bytef *class_bitmap; /* bitmap of class for each byte in window */ member in struct:internal_state

Completed in 30 milliseconds