Searched defs:timelib_conv_int (Results 1 – 1 of 1) sorted by relevance
47 #define timelib_conv_int(l) (l) macro49 #define timelib_conv_int(l) ((l & 0x000000ff) << 24) + ((l & 0x0000ff00) << 8) + ((l & 0x00ff0000) … macro
Completed in 11 milliseconds