Home
last modified time | relevance | path

Searched refs:sizeofs (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/test_conformance/events/
Dtest_userevents.cpp92 size_t sizeofs; in test_userevents() local
93 …CL_EXIT_ERROR(clGetEventInfo(u1, CL_EVENT_COMMAND_EXECUTION_STATUS, sizeof s, &s, &sizeofs),"clGet… in test_userevents()
94 …CL_EXIT_ERROR((sizeof s == sizeofs) ? CL_SUCCESS : -1,"clGetEventInfo returned wrong size for CL_E… in test_userevents()
/external/mesa3d/docs/relnotes/
D7.10.rst919 - r600g: use Elements macro instead of manual sizeofs
2417 - i965g: use Elements macro instead of manual sizeofs
/external/libffi/
DChangeLog.libffi-3.14802 * configure.in: Compute sizeofs only for double and long double.
5826 Replace all void * sizeofs with sizeof(int).
DChangeLog.old4810 * configure.in: Compute sizeofs only for double and long double.
5834 Replace all void * sizeofs with sizeof(int).
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.14802 * configure.in: Compute sizeofs only for double and long double.
5826 Replace all void * sizeofs with sizeof(int).