Searched refs:zi_dotprod (Results 1 – 2 of 2) sorted by relevance
/third_party/musl/src/time/ |
D | __tz.c | 115 static size_t zi_dotprod(const unsigned char *z, const unsigned char *v, size_t n) in zi_dotprod() function 201 size_t skip = zi_dotprod(zi+20, VEC(1,1,8,5,6,1), 6); in do_tzset()
|
/third_party/musl/porting/linux/user/src/time/ |
D | __tz.c | 144 static size_t zi_dotprod(const unsigned char *z, const unsigned char *v, size_t n) in zi_dotprod() function 286 size_t skip = zi_dotprod(zi+20, VEC(1, 1, 8, 5, 6, 1), 6); in do_tzset()
|