Home | History | Annotate | Download | only in modes

Lines Matching full:size_t

91 	size_t *data,c,n;
99 data = (size_t *)counter;
100 n = 16/sizeof(size_t);
125 size_t len, const void *key,
130 size_t l=0;
138 if (16%sizeof(size_t) == 0) do { /* always true actually */
146 if (((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0)
152 for (; n<16; n+=sizeof(size_t))
153 *(size_t *)(out+n) =
154 *(size_t *)(in+n) ^ *(size_t *)(ecount_buf+n);