Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h285 BitStatusType capture_history;
286 BitStatusType bt_mem_start;
287 BitStatusType bt_mem_end;
288 BitStatusType backrefed_mem;
Dregint.h261 typedef unsigned int BitStatusType; typedef
263 #define BIT_STATUS_BITS_NUM (sizeof(BitStatusType) * 8)
265 #define BIT_STATUS_ON_ALL(stats) (stats) = ~((BitStatusType )0)
Dregcomp.c1909 BitStatusType loc; in disable_noname_group_capture()