OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Round4
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/ots/src/
ots.cc
331
total_sfnt_size += ots::
Round4
(table.uncompressed_length);
347
if (tables[first_index].offset != ots::
Round4
(file.offset())) {
357
uint64_t block_end = ots::
Round4
(
367
block_end = ots::
Round4
(static_cast<uint64_t>(meta_offset) +
377
block_end = ots::
Round4
(static_cast<uint64_t>(priv_offset) +
383
if (block_end != ots::
Round4
(length)) {
474
end_byte = ots::
Round4
(end_byte);
ots.h
169
template<typename T> T
Round4
(T value) {
woff2.cc
913
src_offset = ots::
Round4
(src_offset);
919
dst_offset = ots::
Round4
(dst_offset);
[
all
...]
Completed in 53 milliseconds