Home
last modified time | relevance | path

Searched refs:RESPONSE_ROW (Results 1 – 7 of 7) sorted by relevance

/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/remote/
H A Dasync.c284 type = RESPONSE_ROW; in async_response_result_create()
349 case RESPONSE_ROW: in async_response_close()
401 case RESPONSE_ROW: in async_response_report_error()
788 case RESPONSE_ROW: in async_request_set_wait_any_response_deadline()
820 if (!(RESPONSE_RESULT == res->type || RESPONSE_ROW == res->type)) in async_request_set_wait_any_result()
858 case RESPONSE_ROW: in async_request_set_wait_all_ok_commands()
H A Ddist_txn.c325 case RESPONSE_ROW: in dist_txn_send_prepare_transaction()
401 case RESPONSE_ROW: in dist_txn_send_commit_prepared_transaction()
H A Dasync.h24 RESPONSE_ROW, enumerator
H A Dtxn.c268 case RESPONSE_ROW: in exec_cleanup_command()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/include/opencv2/
H A Dcudafeatures2d.hpp430 static const int RESPONSE_ROW = 1; member in cv::cuda::FastFeatureDetector
457 static const int RESPONSE_ROW = 2; member in cv::cuda::ORB
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/src/
H A Dfast.cpp152 …unt, score, keypoints.ptr<short2>(LOCATION_ROW), keypoints.ptr<float>(RESPONSE_ROW), d_counter, St… in detectAsync()
198 const float* response_row = h_keypoints.ptr<float>(RESPONSE_ROW); in convert()
H A Dorb.cpp735 …ector::LOCATION_ROW), keypoints.ptr<float>(cuda::FastFeatureDetector::RESPONSE_ROW), count, n_poin… in cull()
895 const float* response_ptr = h_keypoints.ptr<float>(RESPONSE_ROW); in convert()