Searched refs:bbuf1 (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regparse.c | 1827 #define SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2) do {\ argument 1831 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \ 1835 or_code_range_buf(OnigEncoding enc, BBuf* bbuf1, int not1, in or_code_range_buf() argument 1843 if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) { in or_code_range_buf() 1851 SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2); in or_code_range_buf() 1853 if (IS_NULL(bbuf1)) { in or_code_range_buf() 1868 SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2); in or_code_range_buf() 1870 data1 = (OnigCodePoint* )(bbuf1->p); in or_code_range_buf() 1932 and_code_range_buf(BBuf* bbuf1, int not1, BBuf* bbuf2, int not2, BBuf** pbuf) in and_code_range_buf() argument 1939 if (IS_NULL(bbuf1)) { in and_code_range_buf() [all …]
|