Searched defs:BIT_OF (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_strftime.c65 #define BIT_OF(n) (1U<<(n)) macro
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dstrftime.c179 #define BIT_OF(n) (1U<<(n)) macro
803 case BIT_OF(UPPER): function
808 case BIT_OF(LOWER): function
[all...]

Completed in 129 milliseconds