Searched defs:cf_t (Results 1 – 2 of 2) sorted by relevance
228 struct cf_t { struct229 uint8_t element_id;230 uint8_t length;231 uint8_t count;232 uint8_t period;233 uint16_t max_duration;234 uint16_t dur_remaining;
191 using cf_t = decltype(&ops_t::combine); in binary_kernel_reduce() local