OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GROWABLE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/data/
font_data.cc
62
(data->bound_length_ ==
GROWABLE_SIZE
)
63
?
GROWABLE_SIZE
: data->bound_length_ - offset);
71
bound_length_ =
GROWABLE_SIZE
;
font_data.h
122
static const int32_t
GROWABLE_SIZE
= INT_MAX;
Completed in 41 milliseconds