Searched refs:oshort (Results 1 – 1 of 1) sorted by relevance
12 short oshort[2], sshort[2]; in main() local27 sshort[0] = oshort[0] = 5; in main()28 sshort[1] = oshort[1] = 19; in main()49 …if ((sshort[0] != oshort[0]) || (sshort[1] != oshort[1])) PetscCall(PetscPrintf(PETSC_COMM_SELF, "… in main()