Home
last modified time | relevance | path

Searched defs:AVAILABLE (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/string/
Dstrcasestr.c77 # define AVAILABLE(h, h_l, j, n_l) \ macro
Dmemmem.c98 # define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) macro
Dstrstr.c109 # define AVAILABLE(h, h_l, j, n_l) (((j) <= (h_l) - (n_l)) \ macro