Searched defs:divlu2 (Results 1 - 1 of 1) sorted by path

/external/valgrind/main/coregrind/
H A Dm_main.c3285 static UInt divlu2(UInt u1, UInt u0, UInt v, UInt *r) function
3352 q = divlu2(u1, u0, v, (UInt *)r);
3433 return divlu2(uHi, uLo, v, NULL);

Completed in 318 milliseconds