OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RoundDown
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
zone.cc
161
ASSERT(size ==
RoundDown
(size, kAlignment));
utils.h
117
static inline T
RoundDown
(T x, int m) {
126
return
RoundDown
(x + m - 1, m);
spaces.cc
491
return static_cast<int>((
RoundDown
(start + size, Page::kPageSize)
600
Address high =
RoundDown
(chunk_start + chunk_size, Page::kPageSize);
708
Address high =
RoundDown
(chunk_start + chunk_size, Page::kPageSize);
802
max_capacity_ = (
RoundDown
(max_capacity, Page::kPageSize) / Page::kPageSize)
[
all
...]
Completed in 36 milliseconds