OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PATCH_ABS32
(Results
1 - 3
of
3
) sorted by null
/external/pcre/dist/sljit/
sljitLir.c
165
# define
PATCH_ABS32
0x040
184
# define
PATCH_ABS32
0x200
[
all
...]
sljitNativePPC_common.c
305
jump->flags |=
PATCH_ABS32
;
377
if (jump->flags &
PATCH_ABS32
) {
468
if (jump->flags &
PATCH_ABS32
) {
[
all
...]
sljitNativeMIPS_common.c
328
jump->flags |=
PATCH_ABS32
;
456
if (jump->flags &
PATCH_ABS32
) {
[
all
...]
Completed in 488 milliseconds