Searched refs:asshi (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 177 #define _TRYMAP_ENC_MPLANE(m, assplane, asshi, asslo, val) \ argument 181 (((asshi) = (m)->map[((val) - (m)->bottom)*3 + 1]), 1) && \ 183 #define TRYMAP_ENC_MPLANE(charset, assplane, asshi, asslo, uni) \ argument 185 assplane, asshi, asslo, (uni) & 0xff)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | cjkcodecs.h | 177 #define _TRYMAP_ENC_MPLANE(m, assplane, asshi, asslo, val) \ argument 181 (((asshi) = (m)->map[((val) - (m)->bottom)*3 + 1]), 1) && \ 183 #define TRYMAP_ENC_MPLANE(charset, assplane, asshi, asslo, uni) \ argument 185 assplane, asshi, asslo, (uni) & 0xff)
|