HomeSort by: relevance | last modified time | path
    Searched refs:LONG_NEEDLE_THRESHOLD (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
memmem.c 57 if (needle_len < LONG_NEEDLE_THRESHOLD)
71 #undef LONG_NEEDLE_THRESHOLD
strstr.c 70 if (needle_len < LONG_NEEDLE_THRESHOLD)
78 #undef LONG_NEEDLE_THRESHOLD
str-two-way.h 40 LONG_NEEDLE_THRESHOLD.
65 # define LONG_NEEDLE_THRESHOLD 32U
67 # define LONG_NEEDLE_THRESHOLD SIZE_MAX
226 method is optimized for NEEDLE_LEN < LONG_NEEDLE_THRESHOLD.
318 method is optimized for LONG_NEEDLE_THRESHOLD <= NEEDLE_LEN.
  /src/external/gpl3/gdb.old/dist/gnulib/import/
memmem.c 57 if (needle_len < LONG_NEEDLE_THRESHOLD)
71 #undef LONG_NEEDLE_THRESHOLD
strstr.c 70 if (needle_len < LONG_NEEDLE_THRESHOLD)
78 #undef LONG_NEEDLE_THRESHOLD
str-two-way.h 40 LONG_NEEDLE_THRESHOLD.
65 # define LONG_NEEDLE_THRESHOLD 32U
67 # define LONG_NEEDLE_THRESHOLD SIZE_MAX
226 method is optimized for NEEDLE_LEN < LONG_NEEDLE_THRESHOLD.
318 method is optimized for LONG_NEEDLE_THRESHOLD <= NEEDLE_LEN.

Completed in 25 milliseconds