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

  /src/usr.bin/gzip/
unlz.c 410 int bm_match[LZ_STATES][POS_STATES]; local in function:lz_decode_member
418 LZ_BM_INIT2(bm_match);
440 if (lz_rd_decode_bit(rd, &bm_match[state][pos_state]) == 0) {

Completed in 11 milliseconds