/freebsd/libexec/getty/ |
H A D | subr.c | 227 #define CLR(t, f) (t) &= ~(f) macro 272 CLR(cflag, CSIZE|PARENB); in set_flags() 274 CLR(iflag, ISTRIP|INPCK|IGNPAR); in set_flags() 276 CLR(cflag, CSIZE); in set_flags() 283 CLR(iflag, INPCK); in set_flags() 286 CLR(cflag, PARODD); in set_flags() 288 CLR(iflag, INPCK); in set_flags() 290 CLR(iflag, INPCK|IGNPAR); in set_flags() 291 CLR(cflag, PARODD); in set_flags() 303 CLR(cflag, HUPCL); in set_flags() [all …]
|
/freebsd/sys/dev/uart/ |
H A D | uart_dev_imx.h | 206 #define CLR(_bas, _r, _b) \ macro 214 #define DIS(_bas, _r, _b) CLR((_bas), REG(_r), FLD(_r, _b))
|
/freebsd/sys/kern/ |
H A D | kern_ubsan.c | 89 #define CLR(t, f) ((t) &= ~(f)) macro 1208 CLR(ubsan_flags, UBSAN_ABORT); in Report() 1214 CLR(ubsan_flags, UBSAN_STDERR); in Report() 1220 CLR(ubsan_flags, UBSAN_SYSLOG); in Report() 1226 CLR(ubsan_flags, UBSAN_STDOUT); in Report()
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | spell.ok | 5 CLR
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 8 CLR
|
/freebsd/lib/libc/gen/ |
H A D | fts-compat11.c | 66 #define CLR(opt) (sp->fts_options &= ~(opt)) macro 358 CLR(FTS_NAMEONLY); in freebsd11_fts_read()
|
H A D | fts.c | 65 #define CLR(opt) (sp->fts_options &= ~(opt)) macro 357 CLR(FTS_NAMEONLY); in fts_read()
|
H A D | fts-compat.c | 77 #define CLR(opt) (sp->fts_options &= ~(opt)) macro 368 CLR(FTS_NAMEONLY); in __fts_read_44bsd()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 434 splitCompareBranch(Branch, SystemZ::CLR); in relaxBranch()
|
H A D | SystemZInstrInfo.cpp | 1420 MI.getOpcode() == SystemZ::CLR || MI.getOpcode() == SystemZ::CLGR || in foldMemoryOperandImpl() 2033 case SystemZ::CLR: in getFusedCompare() 2054 case SystemZ::CLR: in getFusedCompare() 2075 case SystemZ::CLR: in getFusedCompare() 2096 case SystemZ::CLR: in getFusedCompare()
|
H A D | SystemZScheduleZEC12.td | 518 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLR$")>;
|
H A D | SystemZScheduleZ196.td | 507 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLR$")>;
|
H A D | SystemZScheduleZ13.td | 546 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
|
H A D | SystemZScheduleZ14.td | 556 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
|
H A D | SystemZScheduleZ15.td | 571 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
|
H A D | SystemZScheduleZ16.td | 571 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
|
H A D | SystemZInstrInfo.td | 1630 def CLR : CompareRR <"clr", 0x15, z_ucmp, GR32, GR32>;
|
H A D | SystemZISelLowering.cpp | 9601 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, SystemZ::CCMASK_CMP_LE); in EmitInstrWithCustomInserter() 9603 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, SystemZ::CCMASK_CMP_GE); in EmitInstrWithCustomInserter()
|
/freebsd/contrib/mandoc/ |
H A D | compat_fts.c | 65 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
|
/freebsd/sbin/ping/ |
H A D | ping.c | 108 #define CLR(bit) (A(bit) &= (~B(bit))) macro 1020 CLR(ntransmitted % mx_dup_ck); in pinger()
|
H A D | ping6.c | 155 #define CLR(bit) (A(bit) &= (~B(bit))) macro 1307 CLR(seq % mx_dup_ck); in pinger()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedExynosM5.td | 693 def : InstRW<[M5WriteLGW], (instregex "^LD(ADD|CLR|EOR|SET|[SU]MAX|[SU]MIN)(A|AL|L)?[BHW]$")>; 694 def : InstRW<[M5WriteLGX], (instregex "^LD(ADD|CLR|EOR|SET|[SU]MAX|[SU]MIN)(A|AL|L)?X$")>;
|
H A D | AArch64InstrFormats.td | 11887 // Differing SrcRHS and DstRHS allow you to cover CLR & SUB by giving a more 12363 // Read-Check-Write <OP> family (RCW[CLR|SET|SWP][S|P|PS]?[A|L|AL]?)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 1635 // CLR Rd 1639 def CLR : InstAlias<"clr\t$rd", (EORRdRr GPR8 : $rd, GPR8 : $rd)>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrArithmetic.td | 16 /// CLR [ ] CMP [~] CMPA [~] CMPI [~] CMPM [ ]
|