Home
last modified time | relevance | path

Searched refs:HB_VECTOR_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb.hh418 #if !defined(HB_VECTOR_SIZE)
419 # define HB_VECTOR_SIZE 0 macro
423 #if !defined(HB_VECTOR_SIZE)
425 # define HB_VECTOR_SIZE 128 macro
427 # define HB_VECTOR_SIZE 0 macro
430 static_assert (0 == (HB_VECTOR_SIZE & (HB_VECTOR_SIZE - 1)), "HB_VECTOR_SIZE is not power of 2.");
431 static_assert (0 == (HB_VECTOR_SIZE % 64), "HB_VECTOR_SIZE is not multiple of 64.");
432 #if HB_VECTOR_SIZE
433 typedef uint64_t hb_vector_size_impl_t __attribute__((vector_size (HB_VECTOR_SIZE / 8)));
Dhb-dsalgs.hh598 #if HB_VECTOR_SIZE in process()
599 if (HB_VECTOR_SIZE && 0 == (byte_size * 8) % HB_VECTOR_SIZE) in process()
617 #if HB_VECTOR_SIZE && 0 in operator ~()
618 if (HB_VECTOR_SIZE && 0 == (byte_size * 8) % HB_VECTOR_SIZE) in operator ~()
632 #if HB_VECTOR_SIZE