OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_MOVABLE
(Results
1 - 3
of
3
) sorted by null
/external/pcre/dist/sljit/
sljitNativeSPARC_common.c
220
if (jump->flags &
IS_MOVABLE
) {
238
if (jump->flags &
IS_MOVABLE
) {
[
all
...]
sljitNativeMIPS_common.c
252
if (jump->flags &
IS_MOVABLE
) {
288
if ((jump->flags &
IS_MOVABLE
) && (target_addr & ~0xfffffff) == ((jump->addr + 2 * sizeof(sljit_ins)) & ~0xfffffff)) {
309
if ((jump->flags &
IS_MOVABLE
) && (target_addr & ~0xfffffff) == (jump->addr & ~0xfffffff)) {
[
all
...]
sljitLir.c
172
# define
IS_MOVABLE
0x004
206
# define
IS_MOVABLE
0x04
[
all
...]
Completed in 1830 milliseconds