Home
last modified time | relevance | path

Searched refs:s2p (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/tests/
Dgl_pointcoord_unittest.cc62 GLfloat s2p(GLfloat s) { in s2p() function
130 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()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_string.c305 char *s2p = (char *)s2; in SDL_memcmp() local
307 if ( *s1p != *s2p ) { in SDL_memcmp()
308 return (*s1p - *s2p); in SDL_memcmp()
311 ++s2p; in SDL_memcmp()