Home
last modified time | relevance | path

Searched refs:CLR (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/libexec/getty/
H A Dsubr.c276 CLR(cflag, CSIZE); in set_flags()
303 CLR(cflag, HUPCL); in set_flags()
308 CLR(cflag, MDMBUF); in set_flags()
319 CLR(iflag, ICRNL); in set_flags()
320 CLR(oflag, ONLCR); in set_flags()
326 CLR(oflag, OXTABS); in set_flags()
335 CLR(oflag, OPOST); in set_flags()
356 CLR(lflag, ECHOE); in set_flags()
361 CLR(lflag, ECHOKE); in set_flags()
371 CLR(lflag, ECHO); in set_flags()
[all …]
/freebsd/sys/dev/uart/
H A Duart_dev_imx.h206 #define CLR(_bas, _r, _b) \ macro
214 #define DIS(_bas, _r, _b) CLR((_bas), REG(_r), FLD(_r, _b))
/freebsd/sys/kern/
H A Dkern_ubsan.c89 #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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp84 struct CLR { struct
139 CLR Clr{RecHeader{static_cast<uint32_t>(CodeRecord.Prefix.Id), in writeCodeRecord()
/freebsd/share/doc/psd/05.sysman/
H A Dspell.ok5 CLR
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok8 CLR
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1248 MI.getOpcode() == SystemZ::CLR || MI.getOpcode() == SystemZ::CLGR || in foldMemoryOperandImpl()
1785 case SystemZ::CLR: in getFusedCompare()
1806 case SystemZ::CLR: in getFusedCompare()
1827 case SystemZ::CLR: in getFusedCompare()
1848 case SystemZ::CLR: in getFusedCompare()
H A DSystemZLongBranch.cpp434 splitCompareBranch(Branch, SystemZ::CLR); in relaxBranch()
H A DSystemZScheduleZ196.td507 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLR$")>;
H A DSystemZScheduleZEC12.td518 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLR$")>;
H A DSystemZScheduleZ13.td546 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
H A DSystemZScheduleZ14.td556 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
H A DSystemZScheduleZ15.td570 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
H A DSystemZScheduleZ16.td570 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
H A DSystemZInstrInfo.td1619 def CLR : CompareRR <"clr", 0x15, z_ucmp, GR32, GR32>;
/freebsd/lib/libc/gen/
H A Dfts.c64 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
356 CLR(FTS_NAMEONLY); in fts_read()
H A Dfts-compat11.c66 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
358 CLR(FTS_NAMEONLY); in freebsd11_fts_read()
H A Dfts-compat.c77 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
368 CLR(FTS_NAMEONLY); in __fts_read_44bsd()
/freebsd/contrib/mandoc/
H A Dcompat_fts.c65 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic-v3.yaml133 only the {SET,CLR}SPI registers to be used if isolation is required,
/freebsd/sbin/ping/
H A Dping.c108 #define CLR(bit) (A(bit) &= (~B(bit))) macro
1020 CLR(ntransmitted % mx_dup_ck); in pinger()
H A Dping6.c155 #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 DAArch64SchedExynosM5.td695 def : InstRW<[M5WriteLGW], (instregex "^LD(ADD|CLR|EOR|SET|[SU]MAX|[SU]MIN)(A|AL|L)?[BHW]$")>;
696 def : InstRW<[M5WriteLGX], (instregex "^LD(ADD|CLR|EOR|SET|[SU]MAX|[SU]MIN)(A|AL|L)?X$")>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td2144 // CLR Rd
2148 def CLR : InstAlias<"clr\t$rd", (EORRdRr GPR8 : $rd, GPR8 : $rd)>;
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrArithmetic.td16 /// CLR [ ] CMP [~] CMPA [~] CMPI [~] CMPM [ ]

12