HomeSort by relevance Sort by last modified time
    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 816 milliseconds