Searched refs:CHILD (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1591 DO(CHILD);
/freebsd-11-stable/contrib/gcc/
H A Dtree-sra.c148 #define FOR_EACH_ACTUAL_CHILD(CHILD, ELT) \
149 for ((CHILD) = (ELT)->is_group \
152 (CHILD); \
153 (CHILD) = (ELT)->is_group \
154 ? next_child_for_group ((CHILD), (ELT)) \
155 : (CHILD)->sibling)
526 /* Create or return the SRA_ELT structure for CHILD in PARENT. PARENT
527 may be null, in which case CHILD must be a DECL. */
/freebsd-11-stable/contrib/jemalloc/src/
H A Dctl.c217 #define CHILD(t, c) \ macro
245 {NAME("tcache"), CHILD(named, thread_tcache)},
246 {NAME("prof"), CHILD(named, thread_prof)}
312 {NAME(""), CHILD(named, arena_i)}
325 {NAME(""), CHILD(named, arenas_bin_i)}
336 {NAME(""), CHILD(named, arenas_lrun_i)}
347 {NAME(""), CHILD(named, arenas_hchunk_i)}
364 {NAME("bin"), CHILD(indexed, arenas_bin)},
366 {NAME("lrun"), CHILD(indexed, arenas_lrun)},
368 {NAME("hchunk"), CHILD(indexe
511 #undef CHILD macro
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js4292 CHILD: /:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,
4465 CHILD: function( match ) {
4525 } else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) {
4688 CHILD: function( elem, match ) {

Completed in 317 milliseconds