Home
last modified time | relevance | path

Searched defs:I (Results 1 – 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dasdl.h33 #define asdl_seq_GET(S, I) (S)->elements[(I)] argument
36 #define asdl_seq_SET(S, I, V) { \ argument
42 #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V) argument
Dpyport.h436 #define Py_ARITHMETIC_RIGHT_SHIFT(TYPE, I, J) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dasdl.h33 #define asdl_seq_GET(S, I) (S)->elements[(I)] argument
36 #define asdl_seq_SET(S, I, V) { \ argument
42 #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V) argument
Dpyport.h435 #define Py_ARITHMETIC_RIGHT_SHIFT(TYPE, I, J) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_isinstance.py28 class I(object): class
49 class I(object): class
64 class I: pass class
76 class I: pass class
Dtest_str.py206 class I(datetime.date): class
Dtest_enumerate.py13 class I: class
Dtest_class.py573 class I: class
Dtest_heapq.py253 class I: class
Dtest_collections.py333 class I(Iterable): class
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
DArmDisassembler.c168 BOOLEAN I, P, U, B, W, L, S, H; in DisassembleArmInstruction() local
/device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/
DSpiFlashCmd.c214 UINTN ByteCount, FileSize, I; in ShellCommandRunSpiFlash() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dre.py117 I = IGNORECASE = sre_compile.SRE_FLAG_IGNORECASE # ignore case variable
Dpickletools.py882 I = OpcodeInfo variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dre.py121 I = IGNORECASE = sre_compile.SRE_FLAG_IGNORECASE # ignore case variable
/device/generic/goldfish/camera/fake-pipeline2/
DScene.cpp38 #define I (Scene::WINDOW * Scene::NUM_CHANNELS) macro
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DScene.cpp38 #define I (Scene::WINDOW * Scene::NUM_CHANNELS) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c135 #define INDEX2SIZE(I) (((uint)(I) + 1) << ALIGNMENT_SHIFT) argument
315 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I)) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c162 #define INDEX2SIZE(I) (((uint)(I) + 1) << ALIGNMENT_SHIFT) argument
345 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I)) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmd5.c281 #define I(x, y, z) ((y) ^ ((x) | ~(z))) in md5_process() macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmd5.c281 #define I(x, y, z) ((y) ^ ((x) | ~(z))) in md5_process() macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h436 #define Py_ARITHMETIC_RIGHT_SHIFT(TYPE, I, J) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h451 #define Py_ARITHMETIC_RIGHT_SHIFT(TYPE, I, J) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c352 #define SET_SCOPE(DICT, NAME, I) { \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c354 #define SET_SCOPE(DICT, NAME, I) { \ argument

12