Searched refs:byte_vec_t (Results 1 – 2 of 2) sorted by relevance
68 typedef unsigned int __attribute__((mode(QI), vector_size(VEC_SIZE))) byte_vec_t; typedef
84 static inline bool _to_bool(byte_vec_t bv) in _to_bool()94 # define to_bool(cmp) _to_bool((byte_vec_t)(cmp))
Completed in 10 milliseconds