Home | History | Annotate | Download | only in Misc

Lines Matching full:mask

994                 uint32_t mask = 1 << (script % 32);
995 IDNScriptWhiteList[index] |= mask;
1042 uint32_t mask = 1 << (script % 32);
1043 if (!(IDNScriptWhiteList[index] & mask)) {