Lines Matching full:size_t
74 size_t len, const void *key,
79 size_t l = 0;
87 if (16%sizeof(size_t) == 0) do { /* always true actually */
94 if (((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0)
99 for (; n<16; n+=sizeof(size_t)) {
100 *(size_t*)(out+n) =
101 *(size_t*)(ivec+n) ^= *(size_t*)(in+n);
131 if (16%sizeof(size_t) == 0) do { /* always true actually */
139 if (((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0)
144 for (; n<16; n+=sizeof(size_t)) {
145 size_t t = *(size_t*)(in+n);
146 *(size_t*)(out+n) = *(size_t*)(ivec+n) ^ t;
147 *(size_t*)(ivec+n) = t;
217 size_t bits, const void *key,
221 size_t n;
237 size_t length, const void *key,
241 size_t n;