Searched refs:a64 (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsBinaryStream.cpp | 144 nsBinaryOutputStream::Write64(PRUint64 a64) argument 149 a64 = NS_SWAP64(a64); 150 rv = Write(NS_REINTERPRET_CAST(char*, &a64), sizeof a64, &bytesWritten); 152 if (bytesWritten != sizeof a64) 415 nsBinaryInputStream::Read64(PRUint64* a64) argument 420 rv = Read(NS_REINTERPRET_CAST(char*, a64), sizeof *a64, &bytesRead); 422 if (bytesRead != sizeof *a64) [all...] |
H A D | nsIBinaryOutputStream.idl | 63 void write64(in PRUint64 a64);
|
H A D | nsLocalFileOS2.cpp | 120 PRInt64 a64, b64; // probably could have been done with local 125 LL_SHR(a64, result, 32); 126 LL_L2I(*hi, a64); 130 LL_SHR(a64, b64, 32); 131 LL_L2I(*lo, a64);
|
Completed in 2778 milliseconds