Home | History | Annotate | Download | only in Analysis

Lines Matching defs:zz

759 struct zz {
764 int f36(struct zz * z36) {
773 z36 = z36 - 1; // Decrement by 8 bytes (struct zz is 8 bytes).
800 int f37(struct zz * z37) {
809 z37 = (struct zz *)((char*)(z37) - 4); // Decrement by 4 bytes (struct zz is 8 bytes).
825 z37 = (struct zz *)((char*)(z37) + 4); // Increment back.
836 int f38(struct zz * z38) {
845 z38 = (struct zz *)((char*)(z38) - 2); // Decrement by 2 bytes (struct zz is 8 bytes).
861 z38 = (struct zz *)((char*)(z38) + 2); // Increment back.