Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h341 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos)) macro
Dregparse.c5001 BITSET_CLEAR_BIT(bs, *to); in i_apply_case_fold()