CMP_VAL           938 third_party/talloc/libreplace/test/testsuite.c #define EQUAL_VAL(a,b) CMP_VAL(a,!=,b)
CMP_VAL           939 third_party/talloc/libreplace/test/testsuite.c #define GREATER_VAL(a,b) CMP_VAL(a,<=,b)
CMP_VAL           940 third_party/talloc/libreplace/test/testsuite.c #define LESSER_VAL(a,b) CMP_VAL(a,>=,b)