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

  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd8_private.h 81 Byte NS2BSIndx[256], NS2Indx[260];
103 p->NS2BSIndx[Ppmd8_GetContext(p, p->MinContext->Suffix)->NumStats] + \
archive_ppmd7_private.h 59 Byte NS2Indx[256], NS2BSIndx[256], HB2Flag[256];
archive_ppmd7.c 23 p->NS2BSIndx[Ppmd7_GetContext(p, p->MinContext->Suffix)->NumStats - 1] + \
100 p->NS2BSIndx[0] = (0 << 1);
101 p->NS2BSIndx[1] = (1 << 1);
102 memset(p->NS2BSIndx + 2, (2 << 1), 9);
103 memset(p->NS2BSIndx + 11, (3 << 1), 256 - 11);
archive_ppmd8.c 77 p->NS2BSIndx[0] = (0 << 1);
78 p->NS2BSIndx[1] = (1 << 1);
79 memset(p->NS2BSIndx + 2, (2 << 1), 9);
80 memset(p->NS2BSIndx + 11, (3 << 1), 256 - 11);

Completed in 17 milliseconds