Searched refs:s2p (Results 1 – 2 of 2) sorted by relevance
62 GLfloat s2p(GLfloat s) { in s2p() function130 GLfloat xw = s2p(point_x); in TEST_F()131 GLfloat yw = s2p(point_y); in TEST_F()134 GLint xf = s2p(point_x + u * point_width); in TEST_F()135 GLint yf = s2p(point_y + v * point_width); in TEST_F()
305 char *s2p = (char *)s2; in SDL_memcmp() local307 if ( *s1p != *s2p ) { in SDL_memcmp()308 return (*s1p - *s2p); in SDL_memcmp()311 ++s2p; in SDL_memcmp()