/toolchain/binutils/binutils-2.25/bfd/doc/ |
chew.c | 118 static void catbuf (string_type *, char *, unsigned int); 220 catbuf (buffer, buf, len) function 240 catbuf (buffer, string, (unsigned int) strlen (string)); 248 catbuf (dst, src->ptr, src->write_idx); 1464 catbuf (str, buff, r); 1469 catbuf (str, buff, 1);
|
/external/opencv3/modules/ml/src/ |
tree.cpp | 1375 int* catbuf = votes + nclasses; local [all...] |
/external/opencv/ml/src/ |
mltree.cpp | 2885 int* catbuf = 0; local [all...] |
/external/opencv3/apps/traincascade/ |
old_ml_tree.cpp | 3621 cv::AutoBuffer<int> catbuf; local [all...] |