Home
last modified time | relevance | path

Searched refs:n_l (Results 1 – 2 of 2) sorted by relevance

/benchtests/
A Dbench-strstr.c74 #define AVAILABLE(h, h_l, j, n_l) \ argument
75 (((j) + (n_l) <= (h_l)) \
76 || ((h_l) += __strnlen ((void*)((h) + (h_l)), (n_l) + 512), \
77 (j) + (n_l) <= (h_l)))
A Dbench-memmem.c55 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) argument

Completed in 4 milliseconds