Lines Matching defs:retval
143 PRBool retval = PR_FALSE;
213 return retval;
221 PRBool retval = PR_FALSE;
238 return retval;
267 nsValueArrayValue retval = NSVALUEARRAY_INVALID;
272 retval = (nsValueArrayIndex)*((PRUint8*)&mValueArray[aIndex * mBytesPerValue]);
275 retval = (nsValueArrayIndex)*((PRUint16*)&mValueArray[aIndex * mBytesPerValue]);
278 retval = (nsValueArrayIndex)*((PRUint32*)&mValueArray[aIndex * mBytesPerValue]);
286 return retval;
293 nsValueArrayIndex retval = NSVALUEARRAY_INVALID;
298 retval = traverse;
303 return retval;