Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
D2010-06-19-ITBlockCrash.ll6 define arm_apcscc i32 @strncmpic(i8* nocapture %s1, i8* nocapture %s2, i32 %n) nounwind {
/external/llvm/test/CodeGen/Thumb2/
D2010-06-19-ITBlockCrash.ll6 define arm_apcscc i32 @strncmpic(i8* nocapture %s1, i8* nocapture %s2, i32 %n) nounwind {
/external/pcre/dist2/src/
Dpcre2test.c3070 strncmpic(const uint8_t *s, const uint8_t *t, int n) in strncmpic() function
3373 if (len == 7 && strncmpic(pp, (const uint8_t *)"default", 7) == 0) in decode_modifiers()
3385 if (len == 7 && strncmpic(pp, (const uint8_t *)"anycrlf", 7) == 0) in decode_modifiers()
3387 else if (len == 7 && strncmpic(pp, (const uint8_t *)"unicode", 7) == 0) in decode_modifiers()
3453 strncmpic(pp, (const uint8_t *)newlines[i], len) == 0) break; in decode_modifiers()
4299 if (strncmpic(argptr, (const uint8_t *)newlines[i], nlen) == 0 && in process_command()