Searched refs:pInput (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dpr37474.c15 void foo (unsigned int *__restrict__ pInput, unsigned int *__restrict__ pOutput) argument
21 a = *pInput++;
22 b = *pInput++;
23 c = *pInput++;
24 d = *pInput++;
25 e = *pInput++;
26 f = *pInput++;
H A Dslp-perm-3.c26 void foo (unsigned int *__restrict__ pInput, unsigned int *__restrict__ pOutput) argument
32 a = *pInput++;
33 b = *pInput++;
34 c = *pInput++;
35 d = *pInput++;
H A Dslp-perm-2.c16 void foo (unsigned int *__restrict__ pInput, unsigned int *__restrict__ pOutput) argument
22 a = *pInput++;
23 b = *pInput++;
H A Dslp-perm-4.c39 void foo (unsigned int *__restrict__ pInput, unsigned int *__restrict__ pOutput) argument
45 a = *pInput++;
46 b = *pInput++;
47 c = *pInput++;
48 d = *pInput++;
49 e = *pInput++;
H A Dslp-perm-1.c19 void foo (unsigned int *__restrict__ pInput, unsigned int *__restrict__ pOutput) argument
25 a = *pInput++;
26 b = *pInput++;
27 c = *pInput++;
H A Dslp-perm-6.c24 void foo (int *__restrict__ pInput, int *__restrict__ pOutput, argument
31 a = *pInput++;
32 b = *pInput++;
33 c = *pInput++;
H A Dslp-perm-7.c25 void foo (int *__restrict__ pInput, int *__restrict__ pOutput, argument
32 a = *pInput++;
33 b = *pInput++;
34 c = *pInput++;
H A Dslp-perm-8.c9 void foo (unsigned char *__restrict__ pInput, unsigned char *__restrict__ pOutput) argument
15 a = *pInput++;
16 b = *pInput++;
17 c = *pInput++;
H A Dslp-perm-9.c9 void foo (unsigned short *__restrict__ pInput, unsigned short *__restrict__ pOutput) argument
15 a = *pInput++;
16 b = *pInput++;
17 c = *pInput++;
H A Dslp-perm-5.c24 void foo (int *__restrict__ pInput, int *__restrict__ pOutput, argument
31 a = *pInput++;
32 b = *pInput++;
33 c = *pInput++;
H A Dpr45752.c39 void foo (unsigned int *__restrict__ pInput, argument
48 a = *pInput++;
49 b = *pInput++;
50 c = *pInput++;
51 d = *pInput++;
52 e = *pInput++;
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c124483 const char *pInput; /* input we are tokenizing */ member in struct:simple_tokenizer_cursor
124554 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]

Completed in 407 milliseconds