Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/SimplifyLibCalls/
DStrStr.ll57 ; CHECK: [[NCMP:%[a-z]+]] = call {{i[0-9]+}} @strncmp(i8* %P, i8* %Q, {{i[0-9]+}} [[LEN]])
58 ; CHECK: icmp eq {{i[0-9]+}} [[NCMP]], 0
/external/openssh/
Dsftp.c685 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sdirent_comp() macro
689 return (rmul * NCMP(a->a.mtime, b->a.mtime)); in sdirent_comp()
691 return (rmul * NCMP(a->a.size, b->a.size)); in sdirent_comp()