Searched refs:bsq (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | fore200e.c | 862 int bsq_audit(int where, struct host_bsq* bsq, int scheme, int magn) in bsq_audit() argument 867 buffer = bsq->freebuf; in bsq_audit() 894 if (count != bsq->freebuf_count) { in bsq_audit() 896 where, scheme, magn, count, bsq->freebuf_count); in bsq_audit() 908 struct host_bsq* bsq; in fore200e_supply() local 915 bsq = &fore200e->host_bsq[ scheme ][ magn ]; in fore200e_supply() 918 bsq_audit(1, bsq, scheme, magn); in fore200e_supply() 920 while (bsq->freebuf_count >= RBD_BLK_SIZE) { in fore200e_supply() 923 RBD_BLK_SIZE, scheme, magn, bsq->freebuf_count); in fore200e_supply() 925 entry = &bsq->host_entry[ bsq->head ]; in fore200e_supply() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | kmeans_index.h | 901 DistanceType bsq = distance_(vec, node->pivot, veclen_); in findNN() local 905 DistanceType val = bsq-rsq-wsq; in findNN() 977 DistanceType bsq = distance_(vec, node->pivot, veclen_); in findExactNN() local 981 DistanceType val = bsq-rsq-wsq; in findExactNN()
|