Searched refs:HB_VECTOR_SIZE (Results 1 – 2 of 2) sorted by relevance
418 #if !defined(HB_VECTOR_SIZE)419 # define HB_VECTOR_SIZE 0 macro423 #if !defined(HB_VECTOR_SIZE)425 # define HB_VECTOR_SIZE 128 macro427 # define HB_VECTOR_SIZE 0 macro430 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_SIZE433 typedef uint64_t hb_vector_size_impl_t __attribute__((vector_size (HB_VECTOR_SIZE / 8)));
598 #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