Searched refs:cmpval (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.sbin/ldapd/ |
| D | filter.c | 71 const char *cmpval; in ldap_filt_subs_value() local 78 if (ober_scanf_elements(sub, "ts", &class, &type, &cmpval) != 0) in ldap_filt_subs_value() 86 if (strncasecmp(cmpval, vs, strlen(cmpval)) == 0) in ldap_filt_subs_value() 87 vs += strlen(cmpval); in ldap_filt_subs_value() 92 if ((p = strcasestr(vs, cmpval)) != NULL) in ldap_filt_subs_value() 93 vs = p + strlen(cmpval); in ldap_filt_subs_value() 98 if (strlen(vs) < strlen(cmpval)) in ldap_filt_subs_value() 100 end = vs + strlen(vs) - strlen(cmpval); in ldap_filt_subs_value() 101 if (strcasecmp(end, cmpval) == 0) in ldap_filt_subs_value() 102 vs = end + strlen(cmpval); in ldap_filt_subs_value()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVInstrInfoA.td | 266 (ins GPR:$addr, GPR:$cmpval, GPR:$newval, ixlenimm:$ordering), []> { 294 (ins GPR:$addr, GPR:$cmpval, GPR:$newval, GPR:$mask, 304 GPR:$addr, GPR:$cmpval, GPR:$newval, GPR:$mask, timm:$ordering), 306 GPR:$addr, GPR:$cmpval, GPR:$newval, GPR:$mask, timm:$ordering)>; 375 GPR:$addr, GPR:$cmpval, GPR:$newval, GPR:$mask, timm:$ordering), 377 GPR:$addr, GPR:$cmpval, GPR:$newval, GPR:$mask, timm:$ordering)>;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | IntrinsicsLoongArch.td | 48 // ptr addr, grlen cmpval, grlen newval, grlen mask, grlenimm ordering)
|
| D | IntrinsicsRISCV.td | 72 // ptr addr, ixlen cmpval, ixlen newval, ixlen mask, ixlenimm ordering)
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Target/ |
| D | GenericOpcodes.td | 1090 let InOperandList = (ins type2:$addr, type0:$cmpval, type0:$newval); 1100 let InOperandList = (ins ptype1:$addr, type0:$cmpval, type0:$newval);
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIInstructions.td | 3477 // Atomic cmpxchg. $cmpval ad $newval are packed in a single vector
|