Home
last modified time | relevance | path

Searched refs:NS2BSIndx (Results 1 – 4 of 4) sorted by relevance

/src/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h81 Byte NS2BSIndx[256], NS2Indx[260]; member
103 p->NS2BSIndx[Ppmd8_GetContext(p, p->MinContext->Suffix)->NumStats] + \
H A Darchive_ppmd7_private.h59 Byte NS2Indx[256], NS2BSIndx[256], HB2Flag[256]; member
H A Darchive_ppmd7.c23 p->NS2BSIndx[Ppmd7_GetContext(p, p->MinContext->Suffix)->NumStats - 1] + \
100 p->NS2BSIndx[0] = (0 << 1); in Ppmd7_Construct()
101 p->NS2BSIndx[1] = (1 << 1); in Ppmd7_Construct()
102 memset(p->NS2BSIndx + 2, (2 << 1), 9); in Ppmd7_Construct()
103 memset(p->NS2BSIndx + 11, (3 << 1), 256 - 11); in Ppmd7_Construct()
H A Darchive_ppmd8.c77 p->NS2BSIndx[0] = (0 << 1); in Ppmd8_Construct()
78 p->NS2BSIndx[1] = (1 << 1); in Ppmd8_Construct()
79 memset(p->NS2BSIndx + 2, (2 << 1), 9); in Ppmd8_Construct()
80 memset(p->NS2BSIndx + 11, (3 << 1), 256 - 11); in Ppmd8_Construct()