Searched defs:him (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcinrval.h141 inline RCInterval RCInterval::operator/(PRUint32 him) argument
142 { return RCInterval((PRIntervalTime)(interval / him)); }
143 inline RCInterval RCInterval::operator*(PRUint32 him) argument
144 { return RCInterval((PRIntervalTime)(interval * him)); }
146 inline RCInterval& RCInterval::operator/=(PRUint32 him) argument
147 { interval /= him; return *this; }
149 inline RCInterval& RCInterval::operator*=(PRUint32 him) argument
150 { interval *= him; return *this; }
H A Drcthread.cpp52 RCThread *him = (RCThread*)arg; local
53 while (RCThread::ex_unstarted == him->execution)
55 him->RootFunction(); /* he gets a self reference */
56 if (PR_UNJOINABLE_THREAD == PR_GetThreadState(him->identity))
57 delete him;
215 const RCThreadPrivateData& him) { }
214 RCThreadPrivateData( const RCThreadPrivateData& him) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dtpd.cpp264 MyPrivateData::MyPrivateData(const MyPrivateData& him): RCThreadPrivateData(him) argument
266 PR_fprintf(fout, "MyPrivateData::MyPrivateData(const MyPrivateData& him)\n");
267 string = him.string;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c1850 void MR_comparePredLeaves(Predicate *me,Predicate *myParent,Predicate *him,Predicate *hisParent) argument
1852 void MR_comparePredLeaves(me,myParent,him,hisParent)
1855 Predicate *him;
1860 if (me == him) {
1861 MR_comparePredLeaves(me->right,myParent,him,hisParent);
1865 MR_comparePredLeaves(me->down,me,him,hisParent);
1866 MR_comparePredLeaves(me->right,myParent,him,hisParent);
1874 int sameSource=(me->source == him->source);
1876 (1 + me->inverted + him->inverted + me->source->inverted + him
[all...]

Completed in 73 milliseconds