Lines Matching refs:size_t
16 typedef size_t size_t_aX __attribute((__aligned__(1)));
18 typedef size_t size_t_aX;
42 size_t *data, c, d, n;
45 if (IS_LITTLE_ENDIAN || ((size_t)counter % sizeof(size_t)) != 0) {
50 data = (size_t *)counter;
52 n = 16 / sizeof(size_t);
57 c = ((d - c) & ~d) >> (sizeof(size_t) * 8 - 1);
74 size_t len, const void *key,
80 size_t l = 0;
85 if (16 % sizeof(size_t) == 0) { /* always true actually */
94 if (((size_t)in | (size_t)out | (size_t)ecount_buf)
95 % sizeof(size_t) != 0)
101 for (n = 0; n < 16; n += sizeof(size_t))
151 size_t len, const void *key,
168 size_t blocks = len / 16;
174 if (sizeof(size_t) > sizeof(unsigned int) && blocks > (1U << 28))