Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlevel2.cpp422 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()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlevel2.h47 OSCL_DEFAULT_FREE(iEncTab); in ~Level2PduParcom()
169 int* iEncTab; variable