OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFINE_COMPARISON
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/testutil/
tests.c
210
#define
DEFINE_COMPARISON
(type, name, opname, op, fmt, cast) \
224
DEFINE_COMPARISON
(type, name, eq, ==, fmt, cast) \
225
DEFINE_COMPARISON
(type, name, ne, !=, fmt, cast) \
226
DEFINE_COMPARISON
(type, name, lt, <, fmt, cast) \
227
DEFINE_COMPARISON
(type, name, le, <=, fmt, cast) \
228
DEFINE_COMPARISON
(type, name, gt, >, fmt, cast) \
229
DEFINE_COMPARISON
(type, name, ge, >=, fmt, cast)
242
DEFINE_COMPARISON
(void *, ptr, eq, ==, "%p", void *)
243
DEFINE_COMPARISON
(void *, ptr, ne, !=, "%p", void *)
/src/crypto/external/bsd/openssl/dist/test/testutil/
tests.c
213
#define
DEFINE_COMPARISON
(type, name, opname, op, fmt) \
227
DEFINE_COMPARISON
(type, name, eq, ==, fmt) \
228
DEFINE_COMPARISON
(type, name, ne, !=, fmt) \
229
DEFINE_COMPARISON
(type, name, lt, <, fmt) \
230
DEFINE_COMPARISON
(type, name, le, <=, fmt) \
231
DEFINE_COMPARISON
(type, name, gt, >, fmt) \
232
DEFINE_COMPARISON
(type, name, ge, >=, fmt)
243
DEFINE_COMPARISON
(void *, ptr, eq, ==, "%p")
244
DEFINE_COMPARISON
(void *, ptr, ne, !=, "%p")
/src/crypto/external/bsd/openssl.old/dist/test/testutil/
tests.c
189
#define
DEFINE_COMPARISON
(type, name, opname, op, fmt) \
203
DEFINE_COMPARISON
(type, name, eq, ==, fmt) \
204
DEFINE_COMPARISON
(type, name, ne, !=, fmt) \
205
DEFINE_COMPARISON
(type, name, lt, <, fmt) \
206
DEFINE_COMPARISON
(type, name, le, <=, fmt) \
207
DEFINE_COMPARISON
(type, name, gt, >, fmt) \
208
DEFINE_COMPARISON
(type, name, ge, >=, fmt)
218
DEFINE_COMPARISON
(void *, ptr, eq, ==, "%p")
219
DEFINE_COMPARISON
(void *, ptr, ne, !=, "%p")
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026