Searched refs:NS2BSIndx (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd8_private.h | 81 Byte NS2BSIndx[256], NS2Indx[260]; member 103 p->NS2BSIndx[Ppmd8_GetContext(p, p->MinContext->Suffix)->NumStats] + \
|
| H A D | archive_ppmd7_private.h | 59 Byte NS2Indx[256], NS2BSIndx[256], HB2Flag[256]; member
|
| H A D | archive_ppmd7.c | 23 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 D | archive_ppmd8.c | 77 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()
|