HomeSort by: relevance | last modified time | path
    Searched defs:FMT (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/stty/
stty.h 58 enum FMT { STTY_NOTSET, STTY_GFLAG, STTY_BSD, STTY_POSIX };
  /src/sys/arch/alpha/alpha/
dec_6600.c 237 #define FMT "%-30s = 0x%016lx\n"
239 IPRINTF(indent, FMT, "Software Error Summary Flags", ls->flags);
241 IPRINTF(indent, FMT, "CPU Device Interrupt Requests", ls->dir);
244 IPRINTF(indent, FMT, "Cchip Miscellaneous Register", ls->misc);
247 IPRINTF(indent, FMT, "Pchip 0 Error Register", ls->p0_error);
251 IPRINTF(indent, FMT, "Pchip 1 Error Register", ls->p1_error);
  /src/sbin/gpt/
show.c 222 #define FMT (xshow & SHOW_HEX) ? " %*jx" : " %*ju"
223 printf(FMT, gpt->lbawidth, (uintmax_t)m->map_start);
224 printf(FMT, gpt->lbawidth, (uintmax_t)m->map_size);
321 printf(FMT, gpt->lbawidth, (uintmax_t)m->map_start);
322 printf(FMT, gpt->lbawidth, (uintmax_t)m->map_size);
  /src/usr.bin/systat/
syscall.c 247 #define FMT "compile kernel with \"options SYSCALL_%s\" to get syscall %s"
249 mvprintw(l, c, FMT, "STATS", "counts");
253 mvprintw(l, c, FMT, "TIMES", "times");
  /src/usr.bin/locale/
locale.c 695 #define FMT "%-20s %-12s %-7s %-20s\n"
698 printf(FMT, "Keyword", "Category", "Type", "Comment");
701 printf(FMT,
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_common.c 1269 #define FMT(op) (((op & SLJIT_F32_OP) ^ SLJIT_F32_OP) << (21 - 8))
1288 FAIL_IF(push_inst(compiler, (TRUNC_W_S ^ (flags >> 19)) | FMT(op) | FS(src) | FD(TMP_FREG1), MOVABLE_INS));
1381 return push_inst(compiler, inst | FMT(op) | FT(src2) | FS(src1), UNMOVABLE_INS);
1413 FAIL_IF(push_inst(compiler, MOV_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS));
1419 FAIL_IF(push_inst(compiler, NEG_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS));
1422 FAIL_IF(push_inst(compiler, ABS_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS));
1495 FAIL_IF(push_inst(compiler, ADD_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS));
1499 FAIL_IF(push_inst(compiler, SUB_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS));
1503 FAIL_IF(push_inst(compiler, MUL_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS));
1507 FAIL_IF(push_inst(compiler, DIV_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS))
    [all...]

Completed in 16 milliseconds