OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_UNLIKELY
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz/src/
harfbuzz-stream.c
91
if (
HB_UNLIKELY
(stream->pos + count > stream->size ||
harfbuzz-impl.h
66
#define
HB_UNLIKELY
(cond) (cond)
harfbuzz-buffer.c
379
if (
HB_UNLIKELY
(buffer->max_ligID == 0))
/external/harfbuzz_ng/src/hb-old/
harfbuzz-stream.c
91
if (
HB_UNLIKELY
(stream->pos + count > stream->size ||
harfbuzz-impl.h
70
#define
HB_UNLIKELY
(cond) (cond)
harfbuzz-buffer.c
379
if (
HB_UNLIKELY
(buffer->max_ligID == 0))
Completed in 105 milliseconds