Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c149 #define WRAP(a,b,m) ((a) = ((a) < 0 ) ? ((b)--, (a) + (m)) : (a)) macro
557 WRAP (v_tm_sec, v_tm_min, 60); in gmtime64_r()
558 WRAP (v_tm_min, v_tm_hour, 60); in gmtime64_r()
559 WRAP (v_tm_hour, v_tm_tday, 24); in gmtime64_r()