HomeSort by relevance Sort by last modified time
    Searched refs:result_hi (Results 1 - 2 of 2) sorted by null

  /external/pixman/pixman/
pixman-matrix.c 62 * bits of the result to "result_hi" pointer
70 uint64_t *result_hi)
76 *result_hi = hi / div;
96 *result_hi += 1;
108 uint64_t result_lo, result_hi; local
123 result_lo = rounded_udiv_128_by_48 (hi, lo, div, &result_hi);
127 result_hi++;
128 result_hi = -result_hi;
133 *signed_result_hi = result_hi;
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 11532 IRTemp result_hi = newTemp( Ity_I64 ); local
    [all...]

Completed in 74 milliseconds