Lines Matching refs:reps
35 DoNoOp(XParms xp, Parms p, int64_t reps)
37 for (int i = 0; i != reps; i++) {
45 DoGetAtom(XParms xp, Parms p, int64_t reps)
47 for (int i = 0; i != reps; i++) {
55 DoQueryPointer(XParms xp, Parms p, int64_t reps)
57 for (int i = 0; i != reps; i++) {
68 InitGetProperty(XParms xp, Parms p, int64_t reps)
80 return reps;
84 DoGetProperty(XParms xp, Parms p, int64_t reps)
86 for (int i = 0; i != reps; i++) {