Searched refs:strncmpic (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | 2010-06-19-ITBlockCrash.ll | 6 define arm_apcscc i32 @strncmpic(i8* nocapture %s1, i8* nocapture %s2, i32 %n) nounwind {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | 2010-06-19-ITBlockCrash.ll | 6 define arm_apcscc i32 @strncmpic(i8* nocapture %s1, i8* nocapture %s2, i32 %n) nounwind {
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-06-19-ITBlockCrash.ll | 6 define arm_apcscc i32 @strncmpic(i8* nocapture %s1, i8* nocapture %s2, i32 %n) nounwind {
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 3417 strncmpic(const uint8_t *s, const uint8_t *t, int n) in strncmpic() function 3731 if (len == 7 && strncmpic(pp, (const uint8_t *)"default", 7) == 0) in decode_modifiers() 3743 if (len == 7 && strncmpic(pp, (const uint8_t *)"anycrlf", 7) == 0) in decode_modifiers() 3745 else if (len == 7 && strncmpic(pp, (const uint8_t *)"unicode", 7) == 0) in decode_modifiers() 3765 if (strncmpic(pp, (const uint8_t *)convertlist[i].name, len) == 0) in decode_modifiers() 3837 strncmpic(pp, (const uint8_t *)newlines[i], len) == 0) break; in decode_modifiers() 4786 if (strncmpic(argptr, (const uint8_t *)newlines[i], nlen) == 0 && in process_command()
|