Home
last modified time | relevance | path

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

/external/opencv/ml/src/
Dmltree.cpp132 CvMat* tmp_map = 0; in CV_IMPLEMENT_QSORT_EX() local
395 tmp_map = cat_map; in CV_IMPLEMENT_QSORT_EX()
399 cat_map->data.i[i] = tmp_map->data.i[i]; in CV_IMPLEMENT_QSORT_EX()
400 cvReleaseMat( &tmp_map ); in CV_IMPLEMENT_QSORT_EX()
542 cvReleaseMat( &tmp_map ); in CV_IMPLEMENT_QSORT_EX()
/external/v8/src/
Dobjects.cc4122 Handle<Map> tmp_map(transition, isolate); in Reconfigure() local
4125 tmp_map->instance_descriptors(), isolate); in Reconfigure()
4165 GeneralizeFieldType(tmp_map, i, tmp_representation, next_field_type); in Reconfigure()
4172 DCHECK(!tmp_map->is_deprecated()); in Reconfigure()
4173 target_map = tmp_map; in Reconfigure()
4216 Handle<Map> tmp_map(transition, isolate); in Reconfigure() local
4218 tmp_map->instance_descriptors(), isolate); in Reconfigure()
4233 DCHECK(!tmp_map->is_deprecated()); in Reconfigure()
4234 target_map = tmp_map; in Reconfigure()