Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c1993 BitSetRef bsr1, bsr2; in and_cclass() local
1997 bsr1 = dest->bs; in and_cclass()
2004 bitset_invert_to(bsr1, bs1); in and_cclass()
2005 bsr1 = bs1; in and_cclass()
2011 bitset_and(bsr1, bsr2); in and_cclass()
2012 if (bsr1 != dest->bs) { in and_cclass()
2013 bitset_copy(dest->bs, bsr1); in and_cclass()
2014 bsr1 = dest->bs; in and_cclass()
2051 BitSetRef bsr1, bsr2; in or_cclass() local
2055 bsr1 = dest->bs; in or_cclass()
[all …]