Home | History | Annotate | Download | only in src

Lines Matching full:static_cast

106   srandom(static_cast<unsigned int>(seed));
139 time_t tv = static_cast<time_t>(floor(time/msPerSecond));
150 return static_cast<double>(t->tm_gmtoff * msPerSecond -
212 unsigned int ms = static_cast<unsigned int>(milliseconds);
401 ASSERT(IsAligned(alignment, static_cast<intptr_t>(OS::AllocateAlignment())));
403 static_cast<intptr_t>(OS::AllocateAlignment()));
412 Address base = static_cast<Address>(reservation);
418 size_t prefix_size = static_cast<size_t>(aligned_base - base);
434 address_ = static_cast<void*>(aligned_base);
567 pthread_attr_setstacksize(&attr, static_cast<size_t>(stack_size_));
585 return static_cast<LocalStorageKey>(key);
590 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);
598 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);
604 pthread_key_t pthread_key = static_cast<pthread_key_t>(key);