Searched refs:pS (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dpr31343.c9 } pS [100]; variable in typeref:struct:__anon6249
23 pS[i].x = 0;
24 pS[i].y = 0;
29 pS[i].x = udiffx;
30 pS[i].y = udiffy;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dpointers.exp227 gdb_test "print *pS" " = -14" "print value of *pS"
229 gdb_test_multiple "ptype pS" "ptype pS" {
230 -re "type = short \\*.*$gdb_prompt $" { pass "ptype pS" }
231 -re "type = short int \\*.*$gdb_prompt $" { pass "ptype pS" }
H A Dpointers.c188 short S, *pS; local
214 pS = &S;
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c95368 Select *pS = 0; /* Select the column is extracted from */ local
95449 Select *pS = pExpr->x.pSelect; local
102837 exprSelectTableUsage(WhereMaskSet *pMaskSet, Select *pS) argument
[all...]

Completed in 433 milliseconds