Searched refs:REGEX_COB32 (Results 1 – 1 of 1) sorted by relevance
165 # define REGEX_COB64(n) (REGEX_COB32 ((n) >> 31 >> 1) + REGEX_COB32 (n))166 # define REGEX_COB32(n) (REGEX_COB16 ((n) >> 16) + REGEX_COB16 (n)) macro
Completed in 36 milliseconds