Searched refs:return_str (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_send.py | 777 return_str = " retval = (%s)" % (f.return_type) 779 return_str = " (void)" 809 print(" %s __glXReadReply(dpy, %s, %s, %s);" % (return_str, s, p.name, aa)) 817 print(" %s __glXReadReply(dpy, 0, NULL, GL_FALSE);" % (return_str))
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 4141 int return_str; /* if false, return bytes */ in _posix_listdir() local 4155 return_str = 1; in _posix_listdir() 4173 return_str = !PyObject_CheckBuffer(path->object); in _posix_listdir() 4177 return_str = 1; in _posix_listdir() 4217 if (return_str) in _posix_listdir()
|
Completed in 17 milliseconds