Searched refs:SYS_STATE_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
102 #define SYS_STATE_BUFSIZE (1024) macro705 _hsl->pSystemState->ssize = SYS_STATE_BUFSIZE; in initBufferMemory()709 _hsl->pSystemState->sbufEnd = virtualAddress + SYS_STATE_BUFSIZE - 1; in initBufferMemory()712 _hsl->pSystemState->bufSize = size - SYS_STATE_BUFSIZE; in initBufferMemory()713 _hsl->pSystemState->bufStart = virtualAddress + SYS_STATE_BUFSIZE; in initBufferMemory()
160 #define SYS_STATE_BUFSIZE (1024) macro