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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 284 #define DIGITVAL(code) ((code) - '0')
285 #define ODIGITVAL(code) DIGITVAL(code)
287 (ONIGENC_IS_CODE_DIGIT(enc,code) ? DIGITVAL(code) \
regparse.c     [all...]

Completed in 7075 milliseconds