OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SLJIT_ASSERT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitConfig.h
83
#define
SLJIT_ASSERT
(x) KASSERT(x)
sljitConfigInternal.h
672
#if !defined(
SLJIT_ASSERT
) || !defined(SLJIT_UNREACHABLE)
691
#endif /* !
SLJIT_ASSERT
|| !SLJIT_UNREACHABLE */
694
#ifndef
SLJIT_ASSERT
699
#define
SLJIT_ASSERT
(x) assert(x)
701
#endif /* !
SLJIT_ASSERT
*/
716
#undef
SLJIT_ASSERT
719
#define
SLJIT_ASSERT
(x) \
Completed in 11 milliseconds
Indexes created Sun Sep 21 15:09:59 GMT 2025