| /freebsd-12.1/contrib/bearssl/T0/ |
| H A D | T0Comp.cs | 1464 string ccode; in GetCCode() 1465 allCCode.TryGetValue(name, out ccode); in GetCCode() 1466 return ccode; in GetCCode() 1580 string ccode = GetCCode(w.Name); in Generate() 1581 if (ccode == null) { in Generate() 1590 if (ccodeUni.ContainsKey(ccode)) { in Generate() 1591 sn = ccodeUni[ccode]; in Generate() 1595 ccodeUni[ccode] = sn; in Generate()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.exp.c | 523 tcsh_number_t ccode; in exp6() local 549 ccode = exp0(vp, ignore); in exp6() 550 etraci("exp6 () ccode", ccode, vp); in exp6() 554 return (putn(ccode)); in exp6()
|
| /freebsd-12.1/contrib/bsnmp/gensnmptree/ |
| H A D | gensnmptree.c | 1445 gen_enum_funcs(FILE *fp, const struct type *t, int ccode) in gen_enum_funcs() argument 1449 if (!ccode) in gen_enum_funcs() 1468 if (!ccode) in gen_enum_funcs() 1480 if (!ccode) in gen_enum_funcs() 1573 gen_all_enum_funcs(FILE *fp, int ccode) in gen_all_enum_funcs() argument 1579 gen_enum_funcs(fp, t, ccode); in gen_all_enum_funcs()
|
| /freebsd-12.1/sys/dev/bhnd/nvram/ |
| H A D | nvram_map | 193 char ccode[2] { 1888 0x076: char ccode[2] { +0x1, +0x0 } 1964 0x076: char ccode[2] { +0x1, +0x0 } 1984 0x052: char ccode[2] { +0x1, +0x0 } 2154 0x044: char ccode[2] { +0x1, +0x0 } 2334 0x092: char ccode[2] { +0x1, +0x0 } 2598 0x092: char ccode[2] { +0x1, +0x0 } 2858 0x096: char ccode[2] { +0x1, +0x0 }
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_sys.c | 1117 wlan_config_set_country(struct wlan_iface *wif, char *ccode, int rdomain) in wlan_config_set_country() argument 1144 regdomain->rd.isocc[0] = ccode[0]; in wlan_config_set_country() 1145 regdomain->rd.isocc[1] = ccode[1]; in wlan_config_set_country() 1146 regdomain->rd.location = ccode[2]; in wlan_config_set_country()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 11515 const char *ccode; in output_cbranch() local 11559 ccode = "ne"; break; in output_cbranch() 11561 ccode = "eq"; break; in output_cbranch() 11563 ccode = "ge"; break; in output_cbranch() 11565 ccode = "gt"; break; in output_cbranch() 11567 ccode = "le"; break; in output_cbranch() 11569 ccode = "lt"; break; in output_cbranch() 11572 case UNGE: ccode = "nl"; break; in output_cbranch() 11573 case UNLE: ccode = "ng"; break; in output_cbranch() 11606 s += sprintf (s, "{b%sr|b%slr%s} ", ccode, ccode, pred); in output_cbranch() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 1416 def ccode : Operand<i32> { 1441 class BranchCond : I<(outs), (ins ccode:$cond, am_brcond:$target), 2617 : I<(outs), (ins regtype:$Rn, immtype:$imm, imm32_0_15:$nzcv, ccode:$cond), 2643 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond), 2688 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond), 2720 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond), 4787 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond), 4835 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
|
| H A D | AArch64InstrInfo.td | 3211 (ins FPR128:$Rn, FPR128:$Rm, ccode:$cond),
|