Searched refs:_SPLIT (Results 1 - 2 of 2) sorted by relevance

/external/libnl/lib/
H A Dutils.c410 #define _SPLIT(idx, unit) if ((split[idx] = msec / unit) > 0) msec %= unit macro
411 _SPLIT(0, 86400000); /* days */
412 _SPLIT(1, 3600000); /* hours */
413 _SPLIT(2, 60000); /* minutes */
414 _SPLIT(3, 1000); /* seconds */
415 #undef _SPLIT macro
/external/blktrace/doc/
H A Dblktrace.tex763 BLK\_TA\_SPLIT & BIO split into 2 or more requests. \\ \hline

Completed in 97 milliseconds