ds_status        1489 magick/opencl.c typedef ds_status (*ds_score_release)(void* score);
ds_status        1491 magick/opencl.c static ds_status releaseDeviceResource(ds_device* device, ds_score_release sr) {
ds_status        1492 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        1501 magick/opencl.c static ds_status releaseDSProfile(ds_profile* profile, ds_score_release sr) {
ds_status        1502 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        1519 magick/opencl.c static ds_status initDSProfile(ds_profile** p, const char* version) {
ds_status        1524 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        1643 magick/opencl.c typedef ds_status (*ds_perf_evaluator)(ds_device* device, void* data);
ds_status        1650 magick/opencl.c static ds_status profileDevices(ds_profile* profile, const ds_evaluation_type type
ds_status        1652 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        1664 magick/opencl.c     ds_status evaluatorStatus;
ds_status        1711 magick/opencl.c typedef ds_status (*ds_score_serializer)(ds_device* device, void** serializedScore, unsigned int* serializedScoreSize);
ds_status        1712 magick/opencl.c static ds_status writeProfileToFile(ds_profile* profile, ds_score_serializer serializer, const char* file) {
ds_status        1713 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        1798 magick/opencl.c static ds_status readProFile(const char* fileName, char** content, size_t* contentSize) {
ds_status        1799 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        1863 magick/opencl.c typedef ds_status (*ds_score_deserializer)(ds_device* device, const unsigned char* serializedScore, unsigned int serializedScoreSize); 
ds_status        1864 magick/opencl.c static ds_status readProfileFromFile(ds_profile* profile, ds_score_deserializer deserializer, const char* file) {
ds_status        1866 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        2082 magick/opencl.c static ds_status getNumDeviceWithEmptyScore(ds_profile* profile, unsigned int* num) {
ds_status        2103 magick/opencl.c static ds_status AcceleratePerfEvaluator(ds_device *device,
ds_status        2222 magick/opencl.c ds_status AccelerateScoreSerializer(ds_device* device, void** serializedScore, unsigned int* serializedScoreSize) {
ds_status        2237 magick/opencl.c ds_status AccelerateScoreDeserializer(ds_device* device, const unsigned char* serializedScore, unsigned int serializedScoreSize) {
ds_status        2254 magick/opencl.c ds_status AccelerateScoreRelease(void* score) {
ds_status        2261 magick/opencl.c ds_status canWriteProfileToFile(const char *path)
ds_status        2278 magick/opencl.c   ds_status status;