OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:static_array
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
285
Type
static_array
[StaticSize];
member in struct:hb_prealloced_array_t
295
array =
static_array
;
296
allocated = ARRAY_LENGTH (
static_array
);
305
if (array ==
static_array
) {
383
if (array !=
static_array
)
/external/harfbuzz_ng/src/
hb-private.hh
282
Type
static_array
[StaticSize];
member in struct:hb_prealloced_array_t
292
array =
static_array
;
293
allocated = ARRAY_LENGTH (
static_array
);
302
if (array ==
static_array
) {
372
if (array !=
static_array
)
Completed in 122 milliseconds