Home
last modified time | relevance | path

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

/xnu-8796.101.5/libkern/c++/
H A DOSKext.cpp10953 const size_t max_secs_string_size = 5 * sizeof(clock_sec_t) / 2; local
10954 const size_t max_timestamp_string_size = max_secs_string_size + 1 + 6;