Home
last modified time | relevance | path

Searched refs:DEXT (Results 1 – 6 of 6) sorted by relevance

/NextBSD/usr.sbin/cron/lib/
HDentry.c478 Debug(DPARS|DEXT, ("get_list()...entered\n"))
503 Debug(DPARS|DEXT, ("get_list()...exiting w/ %02x\n", ch))
523 Debug(DPARS|DEXT, ("get_range()...entering, exit won't show\n"))
631 Debug(DPARS|DEXT,
660 Debug(DPARS|DEXT, ("set_element(?,%d,%d,%d)\n", low, high, number))
/NextBSD/usr.sbin/cron/cron/
HDcron.h84 #define DEXT 0x0001 /* extend flag for other debug masks */ macro
123 #define Set_LineNum(ln) {Debug(DPARS|DEXT,("linenum=%d\n",ln)); \
HDdo_command.c457 Debug(DPROC|DEXT,
HDcron.c311 Debug(DSCH|DEXT, ("user [%s:%d:%d:...] cmd=\"%s\"\n", in cron_tick()
/NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsMCCodeEmitter.cpp88 if (Opcode == Mips::DEXT) in LowerDextDins()
105 InstIn.setOpcode((Opcode == Mips::DEXT) ? Mips::DEXTU : Mips::DINSU); in LowerDextDins()
111 InstIn.setOpcode((Opcode == Mips::DEXT) ? Mips::DEXTM : Mips::DINSM); in LowerDextDins()
167 case Mips::DEXT: in encodeInstruction()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMips64InstrInfo.td279 def DEXT : ExtBase<"dext", GPR64Opnd, uimm6, MipsExt>, EXT_FM<3>;