Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.h164 # define REGEX_COB128(n) (REGEX_COB64 ((n) >> 31 >> 31 >> 2) + REGEX_COB64 (n))
165 # define REGEX_COB64(n) (REGEX_COB32 ((n) >> 31 >> 1) + REGEX_COB32 (n)) macro

Completed in 7 milliseconds