HomeSort by relevance Sort by last modified time
    Searched full:ext_buf (Results 1 - 12 of 12) sorted by null

  /external/opencv3/apps/traincascade/
old_ml.hpp 824 float init_quality = 0, CvDTreeSplit* _split = 0, uchar* ext_buf = 0 );
826 float init_quality = 0, CvDTreeSplit* _split = 0, uchar* ext_buf = 0 );
828 float init_quality = 0, CvDTreeSplit* _split = 0, uchar* ext_buf = 0 );
830 float init_quality = 0, CvDTreeSplit* _split = 0, uchar* ext_buf = 0 );
831 virtual CvDTreeSplit* find_surrogate_split_ord( CvDTreeNode* n, int vi, uchar* ext_buf = 0 );
832 virtual CvDTreeSplit* find_surrogate_split_cat( CvDTreeNode* n, int vi, uchar* ext_buf = 0 );
    [all...]
old_ml_boost.cpp 263 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
264 float* values_buf = (float*)ext_buf;
373 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
375 int* cat_labels_buf = (int*)ext_buf;
493 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
495 float* values_buf = (float*)ext_buf;
563 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
565 int* cat_labels_buf = (int*)ext_buf;
655 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
656 float* values_buf = (float*)ext_buf;
736 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
    [all...]
old_ml_tree.cpp 1986 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
2205 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
2386 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
2447 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
2537 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
2662 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
2762 uchar* ext_buf = base_buf + base_size; local
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 845 struct fiemap_extent *ext_buf = NULL; local
862 ext_buf = fiemap_buf->fm_extents;
870 memset(ext_buf, 0, ext_buf_size);
880 ext_list->data.physical = ext_buf[i].fe_physical
882 ext_list->data.logical = ext_buf[i].fe_logical
884 ext_list->data.len = ext_buf[i].fe_length
895 pos = ext_buf[EXTENT_MAX_COUNT-1].fe_logical +
896 ext_buf[EXTENT_MAX_COUNT-1].fe_length;
903 !(ext_buf[EXTENT_MAX_COUNT-1].fe_flags
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
vp8.c 424 const uint8_t* ext_buf = buf - kTrailerSize; local
428 ext_buf[kTrailerSize - 1] != kTrailerMarker) {
434 size = (ext_buf[0] << 0) | (ext_buf[1] << 8) | (ext_buf[2] << 16);
437 dec->layer_colorspace_ = ext_buf[3];
  /external/ipsec-tools/src/libipsec/
key_debug.c 744 printf(" m_ext{ ext_buf:%p ext_free:%p "
746 m->m_ext.ext_buf, m->m_ext.ext_free,
  /external/opencv/cxcore/src/
cxdrawing.cpp 2433 double ext_buf[4], hole_buf[4]; local
    [all...]
  /external/opencv3/modules/imgproc/src/
drawing.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc 728 // put sequence. That doesn't use ext_buf, so requires a flush.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc 728 // put sequence. That doesn't use ext_buf, so requires a flush.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
fstream.tcc 728 // put sequence. That doesn't use ext_buf, so requires a flush.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
fstream.tcc 730 // put sequence. That doesn't use ext_buf, so requires a flush.

Completed in 388 milliseconds