Home
last modified time | relevance | path

Searched refs:SIMPLE (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/net/
H A Dif_clone.c75 enum { SIMPLE, ADVANCED } ifc_type; /* (c) */ enumerator
185 if (ifc->ifc_type == SIMPLE) { in if_clone_create()
196 if (ifc->ifc_type == SIMPLE) { in if_clone_create()
238 if (ifc->ifc_type == SIMPLE) in if_clone_createif()
279 if (ifc->ifc_type == SIMPLE) { in if_clone_destroy()
334 if (ifc->ifc_type == SIMPLE) in if_clone_destroyif()
416 ifc->ifc_type = SIMPLE; in if_clone_simple()
453 if (ifc->ifc_type == SIMPLE) in if_clone_detach()
/freebsd-12.1/contrib/less/
H A Dregexp.c154 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */ macro
433 if (op == '*' && (flags&SIMPLE))
442 } else if (op == '+' && (flags&SIMPLE))
492 *flagp |= HASWIDTH|SIMPLE;
526 *flagp |= HASWIDTH|SIMPLE;
553 *flagp |= HASWIDTH|SIMPLE;
568 *flagp |= SIMPLE;
/freebsd-12.1/contrib/ntp/html/hints/
H A Dparse33 - *SIMPLE* makefile to build a loadable STREAMS
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog.tree-ssa308 semantics.c, tree.c: Rename SIMPLE to GIMPLE everywhere.
/freebsd-12.1/contrib/gcc/
H A DChangeLog.tree-ssa10429 Rename SIMPLE to GIMPLE everywhere.
16001 Only insert SIMPLE statements.
16504 not SIMPLE.
16765 not SIMPLE, mark its parent.
16800 in SIMPLE form.
17799 SIMPLE id and remove the SAVE_EXPR node.
18233 if the conditional is in SIMPLE form.
18315 Add expression-statements to the SIMPLE grammar.
18331 Remove comments with SIMPLE grammar.
18342 already in SIMPLE form.
[all …]
/freebsd-12.1/contrib/gcc/doc/
H A Dtree-ssa.texi86 SIMPLE IL used by the McCAT compiler project at McGill University,
87 though we have made some different choices. For one thing, SIMPLE
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dimages686 0 string SIMPLE\ \ = FITS image data
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.seq1877 * Here we "snoop" the bus looking for a SIMPLE QUEUE TAG message.
H A Daic79xx.seq1108 * Here we "snoop" the bus looking for a SIMPLE QUEUE TAG message.