Lines Matching refs:size_t
5 static char *twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
13 static char *threebyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
22 static char *fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
35 ((a)[(size_t)(b)/(8*sizeof *(a))] op (size_t)1<<((size_t)(b)%(8*sizeof *(a))))
37 static char *twoway_memmem(const unsigned char *h, const unsigned char *z, const unsigned char *n, size_t l)
39 size_t i, ip, jp, k, p, ms, p0, mem, mem0;
40 size_t byteset[32 / sizeof(size_t)] = { 0 };
41 size_t shift[256];
129 void *memmem(const void *h0, size_t k, const void *n0, size_t l)