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

  /src/usr.bin/audio/ctl/
ctl.c 83 #define XINT 9
110 { "play.port", &info.play.port, XINT, 0 },
111 { "play.avail_ports", &info.play.avail_ports, XINT, 0 },
129 { "record.port", &info.record.port, XINT, 0 },
130 { "record.avail_ports", &info.record.avail_ports,XINT, 0 },
183 case XINT:
254 case XINT:
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
putscj.c 72 #define XINT(z) ONEOF(z, MSKINT|MSKCHAR)
395 if (XINT(q->b_expr.leftp->vtype) &&
524 (XINT(pt)&&(ONEOF(lt,MSKINT|MSKADDR))) )) {
882 || ! XINT(p->b_expr.leftp->vtype) )
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 1347 #define XINT(RTX, N) (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int)
1361 /* These are like XINT, etc. except that they expect a '0' field instead
1536 #define INSN_CODE(INSN) XINT (INSN, 5)
1663 #define CODE_LABEL_NUMBER(INSN) XINT (INSN, 5)
  /src/external/gpl3/gcc/dist/gcc/
rtl.h 1349 #define XINT(RTX, N) (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int)
1363 /* These are like XINT, etc. except that they expect a '0' field instead
1538 #define INSN_CODE(INSN) XINT (INSN, 5)
1665 #define CODE_LABEL_NUMBER(INSN) XINT (INSN, 5)

Completed in 101 milliseconds