Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dfastsearch.h374 STRINGLIB_CHAR first_outside = window[len_needle]; in STRINGLIB() local
375 SHIFT_TYPE shift = table[first_outside & TABLE_MASK]; in STRINGLIB()
378 first_outside); in STRINGLIB()
382 LOG("Shifting to line up \"%c\".\n", first_outside); in STRINGLIB()
430 STRINGLIB_CHAR first_outside = window[len_needle]; in STRINGLIB() local
431 SHIFT_TYPE shift = table[first_outside & TABLE_MASK]; in STRINGLIB()
434 first_outside); in STRINGLIB()
438 LOG("Shifting to line up \"%c\".\n", first_outside); in STRINGLIB()