Searched refs:CANON_ELEMENT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstr-two-way.h34 CANON_ELEMENT(c) A macro that canonicalizes an element right after
74 #ifndef CANON_ELEMENT
75 # define CANON_ELEMENT(c) c macro
141 a = CANON_ELEMENT (needle[j + k]);
142 b = CANON_ELEMENT (needle[max_suffix + k]);
176 a = CANON_ELEMENT (needle[j + k]);
177 b = CANON_ELEMENT (needle[max_suffix_rev + k]);
261 while (i < needle_len && (CANON_ELEMENT (needle[i])
262 == CANON_ELEMENT (haystack[i + j])))
268 while (memory < i + 1 && (CANON_ELEMENT (needl
449 #undef CANON_ELEMENT macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstr-two-way.h34 CANON_ELEMENT(c) A macro that canonicalizes an element right after
74 #ifndef CANON_ELEMENT
75 # define CANON_ELEMENT(c) c macro
141 a = CANON_ELEMENT (needle[j + k]);
142 b = CANON_ELEMENT (needle[max_suffix + k]);
176 a = CANON_ELEMENT (needle[j + k]);
177 b = CANON_ELEMENT (needle[max_suffix_rev + k]);
261 while (i < needle_len && (CANON_ELEMENT (needle[i])
262 == CANON_ELEMENT (haystack[i + j])))
268 while (memory < i + 1 && (CANON_ELEMENT (needl
449 #undef CANON_ELEMENT macro
[all...]

Completed in 615 milliseconds