Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 42) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlundump.c30 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 …]
Dluac.c376 #define S(x) (int)(x),SS(x) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dasdl.h33 #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
Dpythonrun.h49 #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/
Dasdl.h33 #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
Dpythonrun.h49 #define PyParser_SimpleParseString(S, B) \ argument
51 #define PyParser_SimpleParseFile(FP, S, B) \ argument
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
DSerial.h266 #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/
Dtest_new.py151 class S(str): class
Dtest_isinstance.py97 class S(C): pass class
107 class S(C): pass class
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Ddmisc.c111 (b, S) Bigint *b, *S; in quorem() argument
Ddtoa.c136 Bigint *b, *b1, *delta, *mhi, *S; local
Dgdtoa.c171 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; in gdtoa() local
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
DInternalBootScriptLib.h50 #define PCI_ADDRESS_ENCODE(S, A) PCI_SEGMENT_LIB_ADDRESS( \ argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DX86Thunk.c33 UINT32 S:1; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtabnanny.py134 S, T = ' \t' variable in Whitespace
Dre.py121 S = DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline variable
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
DArmDisassembler.c168 BOOLEAN I, P, U, B, W, L, S, H; in DisassembleArmInstruction() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsha512module.c128 #define S(x, n) ROR64((x),(n)) macro
140 SHA_INT64 S[8], W[80], t0, t1; in sha512_transform() local
Dsha256module.c118 #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/
Dsha256module.c118 #define S(x, n) ROR((x),(n)) macro
130 SHA_INT32 S[8], W[64], t0, t1; in sha_transform() local
Dsha512module.c128 #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/
Dsymtable.c948 #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/
Dsymtable.c950 #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/
Dre.py125 S = DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline variable
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.c54 struct Mat33 S; in moc_eigen_test() local

12