Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c160 BITSET_SET_BIT(bs, i); in bitset_set_range()
1174 BITSET_SET_BIT(cc->bs, j); in node_new_cclass_by_codepoint_range()
3788 BITSET_SET_BIT(cc->bs, j); in add_ctype_to_cc_by_range()
3809 BITSET_SET_BIT(cc->bs, j); in add_ctype_to_cc_by_range()
3814 BITSET_SET_BIT(cc->bs, j); in add_ctype_to_cc_by_range()
3869 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc()
3876 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc()
3886 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc()
3892 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc()
3901 if (IS_CODE_SB_WORD(enc, c)) BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc()
[all …]
Dregint.h340 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) macro