HomeSort by relevance Sort by last modified time
    Searched refs:BitStatusType (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h 285 BitStatusType capture_history;
286 BitStatusType bt_mem_start;
287 BitStatusType bt_mem_end;
288 BitStatusType backrefed_mem;
regint.h 261 typedef unsigned int BitStatusType;
263 #define BIT_STATUS_BITS_NUM (sizeof(BitStatusType) * 8)
265 #define BIT_STATUS_ON_ALL(stats) (stats) = ~((BitStatusType )0)
regcomp.c     [all...]

Completed in 246 milliseconds