Home
last modified time | relevance | path

Searched refs:pSA (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dmmx-coalescing.ll8 define i32 @test(%SA* %pSA, i16* %A, i32 %B, i32 %C, i32 %D, i8* %E) {
19 %v = getelementptr inbounds %SA, %SA* %pSA, i64 0, i32 0, i32 0
21 %SA0 = getelementptr inbounds %SA, %SA* %pSA, i64 0, i32 1
23 %SA1 = getelementptr inbounds %SA, %SA* %pSA, i64 0, i32 3
25 %SA2 = getelementptr inbounds %SA, %SA* %pSA, i64 0, i32 4
/external/python/cpython3/PC/
Dwinreg.c1548 LPSECURITY_ATTRIBUTES pSA = NULL; in winreg_SaveKey_impl() local
1556 rc = RegSaveKeyW(key, file_name, pSA ); in winreg_SaveKey_impl()
/external/python/cpython2/PC/
D_winreg.c1531 LPSECURITY_ATTRIBUTES pSA = NULL; in PySaveKey() local
1543 rc = RegSaveKey(hKey, fileName, pSA ); in PySaveKey()