| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| D | lundump.c | 30 static l_noret error(LoadState* S, const char* why) in error() 36 #define LoadMem(S,b,n,size) LoadBlock(S,b,(n)*(size)) argument 37 #define LoadByte(S) (lu_byte)LoadChar(S) argument 38 #define LoadVar(S,x) LoadMem(S,&x,1,sizeof(x)) argument 39 #define LoadVector(S,b,n,size) LoadMem(S,b,n,size) argument 45 static void LoadBlock(LoadState* S, void* b, size_t size) in LoadBlock() 50 static int LoadChar(LoadState* S) in LoadChar() 57 static int LoadInt(LoadState* S) in LoadInt() 65 static lua_Number LoadNumber(LoadState* S) in LoadNumber() 72 static TString* LoadString(LoadState* S) in LoadString() [all …]
|
| D | luac.c | 376 #define S(x) (int)(x),SS(x) macro
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | asdl.h | 33 #define asdl_seq_GET(S, I) (S)->elements[(I)] argument 34 #define asdl_seq_LEN(S) ((S) == NULL ? 0 : (S)->size) argument 36 #define asdl_seq_SET(S, I, V) { \ argument 42 #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V) argument
|
| D | pythonrun.h | 49 #define PyParser_SimpleParseString(S, B) \ argument 51 #define PyParser_SimpleParseFile(FP, S, B) \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
| D | asdl.h | 33 #define asdl_seq_GET(S, I) (S)->elements[(I)] argument 34 #define asdl_seq_LEN(S) ((S) == NULL ? 0 : (S)->size) argument 36 #define asdl_seq_SET(S, I, V) { \ argument 42 #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V) argument
|
| D | pythonrun.h | 49 #define PyParser_SimpleParseString(S, B) \ argument 51 #define PyParser_SimpleParseFile(FP, S, B) \ argument
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ |
| D | Serial.h | 266 #define READ_RBR(S) SerialReadRegister (S, SERIAL_REGISTER_RBR) argument 267 #define READ_DLL(S) SerialReadRegister (S, SERIAL_REGISTER_DLL) argument 268 #define READ_DLM(S) SerialReadRegister (S, SERIAL_REGISTER_DLM) argument 269 #define READ_IER(S) SerialReadRegister (S, SERIAL_REGISTER_IER) argument 270 #define READ_IIR(S) SerialReadRegister (S, SERIAL_REGISTER_IIR) argument 271 #define READ_LCR(S) SerialReadRegister (S, SERIAL_REGISTER_LCR) argument 272 #define READ_MCR(S) SerialReadRegister (S, SERIAL_REGISTER_MCR) argument 273 #define READ_LSR(S) SerialReadRegister (S, SERIAL_REGISTER_LSR) argument 274 #define READ_MSR(S) SerialReadRegister (S, SERIAL_REGISTER_MSR) argument 275 #define READ_SCR(S) SerialReadRegister (S, SERIAL_REGISTER_SCR) argument [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| D | test_new.py | 151 class S(str): class
|
| D | test_isinstance.py | 97 class S(C): pass class 107 class S(C): pass class
|
| /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
| D | dmisc.c | 111 (b, S) Bigint *b, *S; in quorem() argument
|
| D | dtoa.c | 136 Bigint *b, *b1, *delta, *mhi, *S; local
|
| D | gdtoa.c | 171 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; in gdtoa() local
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
| D | InternalBootScriptLib.h | 50 #define PCI_ADDRESS_ENCODE(S, A) PCI_SEGMENT_LIB_ADDRESS( \ argument
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/ |
| D | X86Thunk.c | 33 UINT32 S:1; member
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | tabnanny.py | 134 S, T = ' \t' variable in Whitespace
|
| D | re.py | 121 S = DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline variable
|
| /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/ |
| D | ArmDisassembler.c | 168 BOOLEAN I, P, U, B, W, L, S, H; in DisassembleArmInstruction() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | sha512module.c | 128 #define S(x, n) ROR64((x),(n)) macro 140 SHA_INT64 S[8], W[80], t0, t1; in sha512_transform() local
|
| D | sha256module.c | 118 #define S(x, n) ROR((x),(n)) macro 130 SHA_INT32 S[8], W[64], t0, t1; in sha_transform() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | sha256module.c | 118 #define S(x, n) ROR((x),(n)) macro 130 SHA_INT32 S[8], W[64], t0, t1; in sha_transform() local
|
| D | sha512module.c | 128 #define S(x, n) ROR64((x),(n)) macro 140 SHA_INT64 S[8], W[80], t0, t1; in sha512_transform() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | symtable.c | 948 #define VISIT_IN_BLOCK(ST, TYPE, V, S) \ argument 964 #define VISIT_SEQ_IN_BLOCK(ST, TYPE, SEQ, S) { \ argument 986 #define VISIT_SEQ_TAIL_IN_BLOCK(ST, TYPE, SEQ, START, S) { \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | symtable.c | 950 #define VISIT_IN_BLOCK(ST, TYPE, V, S) \ argument 966 #define VISIT_SEQ_IN_BLOCK(ST, TYPE, SEQ, S) { \ argument 988 #define VISIT_SEQ_TAIL_IN_BLOCK(ST, TYPE, SEQ, START, S) { \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| D | re.py | 125 S = DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline variable
|
| /device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/ |
| D | mag_cal.c | 54 struct Mat33 S; in moc_eigen_test() local
|