ds_status        1686 magick/opencl.c typedef ds_status (*ds_score_release)(void* score);
ds_status        1688 magick/opencl.c static ds_status releaseDeviceResource(ds_device* device, ds_score_release sr) {
ds_status        1689 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        1698 magick/opencl.c static ds_status releaseDSProfile(ds_profile* profile, ds_score_release sr) {
ds_status        1699 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        1716 magick/opencl.c static ds_status initDSProfile(ds_profile** p, const char* version) {
ds_status        1721 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        1840 magick/opencl.c typedef ds_status (*ds_perf_evaluator)(ds_device* device, void* data);
ds_status        1847 magick/opencl.c static ds_status profileDevices(ds_profile* profile, const ds_evaluation_type type
ds_status        1849 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        1861 magick/opencl.c     ds_status evaluatorStatus;
ds_status        1908 magick/opencl.c typedef ds_status (*ds_score_serializer)(ds_device* device, void** serializedScore, unsigned int* serializedScoreSize);
ds_status        1909 magick/opencl.c static ds_status writeProfileToFile(ds_profile* profile, ds_score_serializer serializer, const char* file) {
ds_status        1910 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        1995 magick/opencl.c static ds_status readProFile(const char* fileName, char** content, size_t* contentSize) {
ds_status        1996 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        2060 magick/opencl.c typedef ds_status (*ds_score_deserializer)(ds_device* device, const unsigned char* serializedScore, unsigned int serializedScoreSize);
ds_status        2061 magick/opencl.c static ds_status readProfileFromFile(ds_profile* profile, ds_score_deserializer deserializer, const char* file) {
ds_status        2063 magick/opencl.c   ds_status status = DS_SUCCESS;
ds_status        2279 magick/opencl.c static ds_status getNumDeviceWithEmptyScore(ds_profile* profile, unsigned int* num) {
ds_status        2300 magick/opencl.c static ds_status AcceleratePerfEvaluator(ds_device *device,
ds_status        2419 magick/opencl.c ds_status AccelerateScoreSerializer(ds_device* device, void** serializedScore, unsigned int* serializedScoreSize) {
ds_status        2434 magick/opencl.c ds_status AccelerateScoreDeserializer(ds_device* device, const unsigned char* serializedScore, unsigned int serializedScoreSize) {
ds_status        2451 magick/opencl.c ds_status AccelerateScoreRelease(void* score) {
ds_status        2458 magick/opencl.c ds_status canWriteProfileToFile(const char *path)
ds_status        2475 magick/opencl.c   ds_status status;