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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp762 pint_t valueP; local
769 valueP= P::getP(*mappedAddrP);
771 P::setP(*mappedAddrP, valueP + this->getSlideForVMAddress(valueP));
786 valueP = seg.address() + segOffset + 4 + svalue32;
787 valuePnew = valueP + this->getSlideForVMAddress(valueP);
/macosx-10.10.1/vim-55/src/
H A Dif_tcl.c133 static int tclgetlinenum _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Obj *obj, int *valueP, buf_T *buf));
1174 tclgetlinenum(interp, obj, valueP, buf)
1177 int *valueP;
1198 *valueP = 1;
1203 *valueP = buf->b_ml.ml_line_count;
1219 *valueP = i;
/macosx-10.10.1/cxxfilt-11/cxxfilt/cpu/
H A Dfrv.opc1811 long * valueP)
1816 errmsg = cgen_parse_keyword (cd, strP, tableP, valueP);
1818 if (errmsg == NULL && ((* valueP) & 1))
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dfrv-asm.c935 long * valueP)
940 errmsg = cgen_parse_keyword (cd, strP, tableP, valueP);
942 if (errmsg == NULL && ((* valueP) & 1))
931 parse_even_register(CGEN_CPU_DESC cd, const char ** strP, CGEN_KEYWORD * tableP, long * valueP) argument

Completed in 190 milliseconds