Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsocketmodule.c4429 unsigned int *uiptr; local
4515 uiptr = (void*)CMSG_DATA(header);
4516 *uiptr = (unsigned int)op;
4545 uiptr = (void*)CMSG_DATA(header);
4546 *uiptr = (unsigned int)assoclen;
/external/mesa3d/src/mesa/main/
Ddlist.c1188 GLuint *uiptr; in translate_id() local
1208 uiptr = (GLuint *) list; in translate_id()
1209 return (GLint) uiptr[n]; in translate_id()