Searched refs:childno (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_lat_ctx.c210 * childno is the "logical" child id number.
220 handle_scheduler(int childno, int benchproc, int nbenchprocs) argument
236 cpu = childno;
245 cpu = reverse_bits(childno);
251 cpu = childno * (nbenchprocs + 1) + benchproc;
260 cpu = reverse_bits(childno * (nbenchprocs + 1) + benchproc);
264 cpu = custom(sched + strlen("CUSTOM"), childno);
267 childno * (nbenchprocs + 1) + benchproc);
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h272 RecordChildMatcher(unsigned childno, const std::string &whatfor, argument
274 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor),
558 CheckChildTypeMatcher(unsigned childno, MVT::SimpleValueType type) argument
559 : Matcher(CheckChildType), ChildNo(childno), Type(type) {}
/macosx-10.10.1/procmail-14/procmail/src/
H A Dautoconf496 { unsigned char lockflag;int fd,childno=i<<SHIFT_childno;
503 lockflag=childno|i<<1|1;
508 fprintf(stderr," %x%x",i,childno>>SHIFT_childno);
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dtransform.c1792 int childno = 0, oldPos; local
1920 childno++;
1926 ctxt->xpathCtxt->proximityPosition = childno;
1964 ctxt->xpathCtxt->proximityPosition = childno;
2003 ctxt->xpathCtxt->proximityPosition = childno;

Completed in 149 milliseconds