HomeSort by relevance Sort by last modified time
    Searched defs:srcb (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/sun/net/util/
IPAddressUtil.java 144 char[] srcb = src.toCharArray(); local
147 int srcb_length = srcb.length;
160 if (srcb[i] == ':')
161 if (srcb[++i] != ':')
167 ch = srcb[i++];
  /external/opencv/ml/src/
ml_inner_functions.cpp 468 uchar* srcb = 0; local
479 srcb = idx_arr->data.ptr;
496 idx_selected += srcb[i*step] != 0;
533 if( srcb[i*step] )
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 401 uchar* srcb = 0; local
412 srcb = idx_arr->data.ptr;
429 idx_selected += srcb[i*step] != 0;
464 if( srcb[i*step] )
    [all...]
boost.cpp 125 uchar* srcb = 0; local
136 srcb = idx_arr->data.ptr;
153 idx_selected += srcb[i*step] != 0;
188 if( srcb[i*step] )
    [all...]

Completed in 592 milliseconds