Searched refs:iEncTab (Results 1 – 2 of 2) sorted by relevance
422 iEncTab(NULL), in Level2PduParcom()485 iEncTab = (int*)OSCL_DEFAULT_MALLOC(sizeof(enc_tab)); in Construct()486 oscl_memcpy(iEncTab, enc_tab, sizeof(enc_tab)); in Construct()526 int code = iEncTab[mux_code]; in GetStuffing()582 code = iEncTab[code];//GolayEnc(code); in CompletePdu()
47 OSCL_DEFAULT_FREE(iEncTab); in ~Level2PduParcom()169 int* iEncTab; variable