OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlignInt
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
pickle.cc
33
header_size_(
AlignInt
(header_size, sizeof(uint32))),
48
DCHECK(header_size_ ==
AlignInt
(header_size_, sizeof(uint32)));
292
size_t offset =
AlignInt
(header_->payload_size, sizeof(uint32));
392
new_capacity =
AlignInt
(new_capacity, kPayloadUnit);
408
DCHECK(header_size ==
AlignInt
(header_size, sizeof(uint32)));
pickle.h
211
static size_t
AlignInt
(size_t i, int alignment) {
219
*iter = static_cast<char*>(*iter) +
AlignInt
(bytes, sizeof(uint32));
Completed in 204 milliseconds