Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/diblib/
H A DDibLib.h25 extern const BYTE ajShift4[2];
55 #define _CALCSHIFT_4(pShift, x) (void)(*(pShift) = ajShift4[(x) & 1])
H A DDibLib.c26 const BYTE ajShift4[2] = {4, 0}; variable