OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GETJUMPTGT
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c
22
#define
GETJUMPTGT
(arr, i) (GETARG(arr,i) + (ABSOLUTE_JUMP(arr[i]) ? 0 : i+3))
270
j =
GETJUMPTGT
(code, i);
521
tgt =
GETJUMPTGT
(codestr, i);
528
tgttgt =
GETJUMPTGT
(codestr, tgt);
560
tgt =
GETJUMPTGT
(codestr, i);
570
tgttgt =
GETJUMPTGT
(codestr, tgt);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c
22
#define
GETJUMPTGT
(arr, i) (GETARG(arr,i) + (ABSOLUTE_JUMP(arr[i]) ? 0 : i+3))
281
j =
GETJUMPTGT
(code, i);
530
tgt =
GETJUMPTGT
(codestr, i);
538
tgttgt =
GETJUMPTGT
(codestr, tgt);
573
tgt =
GETJUMPTGT
(codestr, i);
583
tgttgt =
GETJUMPTGT
(codestr, tgt);
Completed in 603 milliseconds