Searched defs:op_mod (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dcpp.c356 static int op_mod(int a, int b) { return a % b; } function
382 { '%', MUL, op_mod },

Completed in 47 milliseconds