Home | History | Annotate | Download | only in source

Lines Matching full:arg1

30 bool SafeUint32ToInt32Mult(uint32 arg1, uint32 arg2, int32 *result) {
32 return SafeUint32Mult(arg1, arg2, &uint32_result) &&