OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_BIT26_COND
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/sljit/
sljitNativeMIPS_common.c
218
return (flags &
IS_BIT26_COND
) ? (1 << 26) : (1 << 16);
[
all
...]
sljitLir.c
175
# define
IS_BIT26_COND
0x020
178
# define IS_COND (
IS_BIT26_COND
| IS_BIT16_COND)
[
all
...]
Completed in 309 milliseconds