Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7.h57 Byte NS2Indx[256], NS2BSIndx[256], HB2Flag[256]; member
90 p->NS2BSIndx[Ppmd7_GetContext(p, p->MinContext->Suffix)->NumStats - 1] + \
DPpmd7.c73 p->NS2BSIndx[0] = (0 << 1); in Ppmd7_Construct()
74 p->NS2BSIndx[1] = (1 << 1); in Ppmd7_Construct()
75 memset(p->NS2BSIndx + 2, (2 << 1), 9); in Ppmd7_Construct()
76 memset(p->NS2BSIndx + 11, (3 << 1), 256 - 11); in Ppmd7_Construct()