OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expect_false
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/liblzf/dist/
lzf_c.c
91
#define
expect_false
(expr) expect ((expr) != 0, 0)
macro
171
if (
expect_false
(op + 3 + 1 >= out_end)) /* first a faster conservative test */
228
if (
expect_false
(ip >= in_end - 2))
262
if (
expect_false
(op >= out_end))
268
if (
expect_false
(lit == MAX_LIT))
284
if (
expect_false
(lit == MAX_LIT))
/src/external/bsd/jemalloc/dist/test/include/test/
test.h
266
#define
expect_false
(a, ...) expect_b_eq(a, false, __VA_ARGS__)
macro
/src/external/bsd/jemalloc.old/dist/test/include/test/
test.h
266
#define
expect_false
(a, ...) expect_b_eq(a, false, __VA_ARGS__)
macro
Completed in 29 milliseconds
Indexes created Sat Apr 18 00:22:28 UTC 2026