Lines Matching defs:z0Ptr

88 | 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'.  The
98 | `z0Ptr'. The fractional part of the result may be slightly corrupted as
104 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
127 *z0Ptr = z0;
136 | which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
141 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
159 *z0Ptr = z0;
171 | the locations pointed to by `z0Ptr' and `z1Ptr'.
176 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
202 *z0Ptr = z0;
210 | stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted
220 | by `z0Ptr' and `z1Ptr'. The fractional part of the result may be slightly
231 bits64 *z0Ptr,
272 *z0Ptr = z0;
280 | pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
285 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
289 *z0Ptr =
298 | 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
308 bits64 *z0Ptr,
326 *z0Ptr = z0;
334 | are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
339 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
345 *z0Ptr = a0 + b0 + ( z1 < a1 );
353 | 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
365 bits64 *z0Ptr,
383 *z0Ptr = z0;
391 | 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and
397 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
401 *z0Ptr = a0 - b0 - ( a1 < b1 );
410 | pointed to by `z0Ptr', `z1Ptr', and `z2Ptr'.
421 bits64 *z0Ptr,
439 *z0Ptr = z0;
446 | `z0Ptr' and `z1Ptr'.
449 INLINE void mul64To128( bits64 a, bits64 b, bits64 *z0Ptr, bits64 *z1Ptr )
468 *z0Ptr = z0;
475 | pieces which are stored at the locations pointed to by `z0Ptr', `z1Ptr', and
484 bits64 *z0Ptr,
496 *z0Ptr = z0;
504 | the locations pointed to by `z0Ptr', `z1Ptr', `z2Ptr', and `z3Ptr'.
513 bits64 *z0Ptr,
533 *z0Ptr = z0;