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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dcpp.c360 static int op_not(int a) { return !a; } function
391 { '!', op_not },

Completed in 18 milliseconds