Searched refs:sptr (Results 1 - 8 of 8) sorted by relevance

/seL4-l4v-10.1.1/l4v/tools/c-parser/testfiles/
H A Dsimple_constexpr_sizeof.c16 char f(struct s *sptr, int byteno) argument
19 for (int i = 0; i < sizeof *sptr; i++)
20 array[i] = *(((char *)sptr) + i);
H A Djiraver344.c23 int g(struct __s *sptr, __t *__x) argument
25 return sptr->__fld + __x->__fld;
H A Dparse_struct.c29 int firstinc_ptr(struct struct1 *sptr) argument
31 if (sptr) { return sptr->fld1 + 1; }
40 struct struct1 *firstptr_ptr(struct struct1 *sptr) argument
42 return sptr + 1;
45 int *fldaddr(struct struct1 *sptr) argument
47 return &(sptr->fld1);
H A Dmultidim_arrays.c31 int g2(struct s* sptr, int i, int j) argument
33 return sptr->array[i][j];
H A Darrays.c40 int h(struct s* sptr, int i) argument
42 sptr->a[i-1] = i;
43 return sptr->a[i];
H A Dglobinits.c24 } *sptr = (void *)0xdeadbeef; variable in typeref:struct:s
34 x += i + y + sptr->data1 + array[i] + *z;
H A Dparse_struct_array.c68 int ts20110511_1(struct s *sptr, int i, int shift) argument
70 return ((sptr->data[i]) >> shift);
73 int ts20110511_2(struct s *sptr, int shift) argument
75 return ((sptr->sz) >> shift);
H A Dbar.c19 struct s svalue, *sptr; variable in typeref:struct:

Completed in 90 milliseconds