Searched refs:z38 (Results 1 – 1 of 1) sorted by relevance
836 int f38(struct zz * z38) { in f38() argument839 z38->s1[0] = 0; in f38()840 z38->s1[1] = 1; in f38()841 z38->s1[2] = 2; in f38()842 z38->s1[3] = 3; in f38()843 z38->s2 = 10; in f38()845 z38 = (struct zz *)((char*)(z38) - 2); // Decrement by 2 bytes (struct zz is 8 bytes). in f38()847 z38->s1[0] = 4; in f38()848 z38->s1[1] = 5; in f38()849 z38->s1[2] = 6; in f38()[all …]