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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dcpp.c344 static int op_eq(int a, int b) { return a == b; } function
370 { CPP_EQ_OP, EQUAL, op_eq },

Completed in 83 milliseconds