Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c1679 #define BBUF_WRITE_CODE_POINT(bbuf,pos,code) \ macro
1700 BBUF_WRITE_CODE_POINT(bbuf, 0, n); in new_code_range()
1771 BBUF_WRITE_CODE_POINT(bbuf, pos, from); in add_code_range_to_buf()
1772 BBUF_WRITE_CODE_POINT(bbuf, pos + SIZE_CODE_POINT, to); in add_code_range_to_buf()
1774 BBUF_WRITE_CODE_POINT(bbuf, 0, n); in add_code_range_to_buf()