Searched refs:h1 (Results 1 – 1 of 1) sorted by relevance
41 uint32_t h1 = (ne[0] << 16) | ne[1]; in strstr2() local43 for (int c = hs[0]; h1 != h2 && c != 0; c = *++hs) in strstr2()45 return h1 == h2 ? (char *)hs - 2 : NULL; in strstr2()51 uint32_t h1 = ((uint32_t)ne[0] << 24) | (ne[1] << 16) | (ne[2] << 8); in strstr3() local53 for (int c = hs[0]; h1 != h2 && c != 0; c = *++hs) in strstr3()55 return h1 == h2 ? (char *)hs - 3 : NULL; in strstr3()
Completed in 4 milliseconds