Home | History | Annotate | Download | only in test

Lines Matching refs:c_long

79     _fields_ = [("x", c_long), ("y", c_long)]
83 _fields_ = [("x", c_long), ("y", c_long)]
87 Point2._fields_ = [("x", c_long), ("y", c_long)]
101 Complete._fields_ = [("a", c_long)]
119 # c_int and c_uint may be aliases to c_long
123 (c_long, "<l", None, c_long),
140 (POINTER(POINTER(c_long)), "&&<l", None, POINTER(POINTER(c_long))),
178 _fields_ = [("x", c_long), ("y", c_long)]
181 _fields_ = [("x", c_long), ("y", c_long)]