/frameworks/ex/variablespeed/jni/ |
integral_types.h | 23 typedef signed char schar; typedef
|
/external/opencv/cv/src/ |
cvcontours.cpp | 75 reader->deltas[i][0] = (schar) icvCodeDeltas[i].x; 76 reader->deltas[i][1] = (schar) icvCodeDeltas[i].y; 87 schar *ptr; 112 reader->code = (schar)code; 155 schar *img0; /* image origin */ 156 schar *img; /* current image row */ 233 scanner->img0 = (schar *) img; 234 scanner->img = (schar *) (img + step); 530 icvFetchContour( schar *ptr, 536 const schar nbd = 2 [all...] |
cvlinefit.cpp | 643 schar* buffer = 0; 648 schar* points = 0; 695 CV_CALL( buffer = points = (schar*)cvAlloc( ptseq->total*CV_ELEM_SIZE(type) ));
|
cvconvhull.cpp | 683 if( ptseq_reader.ptr == (schar*)hull_next )
|
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 44 ((schar*)(storage)->top + (storage)->block_size - (storage)->free_space) 71 static const schar icvPower2ShiftTab[] = 387 schar *ptr = 0; 526 CV_IMPL schar* 568 const schar *element = (const schar *)_element; 716 seq->block_max = seq->ptr = (schar *) array + total * elem_size; 724 block->data = (schar *) array; 773 storage->free_space = cvAlignLeft((int)(((schar*)storage->top + storage->block_size) - 800 block->data = (schar*)cvAlignPtr( block + 1, CV_STRUCT_ALIGN ) [all...] |
cxconvert.cpp | [all...] |
_cxcore.h | 323 icvLUT_Transform8u_8s_C1R( const uchar* src, int srcstep, schar* dst, 324 int dststep, CvSize size, const schar* lut )
|
cxutils.cpp | 982 static CV_IMPLEMENT_QSORT_EX( icvSortIdx8s, int, ICV_LT_BY_IDX, const schar* ) 990 static CV_IMPLEMENT_QSORT_EX( icvSort8s, schar, CV_LT, int ) [all...] |
cxpersistence.cpp | [all...] |
/external/iptables/extensions/ |
libxt_string.c | 93 int i=0, slen, sindex=0, schar; local 149 if (! sscanf(hextmp, "%x", &schar)) 152 info->pattern[sindex] = (char) schar;
|
/external/chromium/base/ |
basictypes.h | 20 typedef signed char schar; typedef
|
/external/opencv/cxcore/include/ |
cxtypes.h | 154 typedef signed char schar; typedef 1193 schar* data; /* Pointer to the first element of the block. */ 1214 schar* block_max; /* Maximal bound of the last block. */ \ 1215 schar* ptr; /* Current write pointer. */ \ [all...] |
cxcore.h | [all...] |
cvwimage.h | 509 inline int WImage<schar>::Depth() const {return IPL_DEPTH_8S; }
|
cxmisc.h | 193 #define CV_CAST_8S(t) (schar)(!(((t)+128) & ~255) ? (t) : (t) > 0 ? 127 : -128) [all...] |
/external/opencv/cv/include/ |
cvtypes.h | 104 schar deltas[8][2];
|
cvcompat.h | [all...] |
/external/icu4c/i18n/ |
ucol.cpp | 2419 UChar schar, local 2699 UChar schar, tchar; local 2763 UChar schar, tchar; local 3325 UChar schar; local 3351 UChar schar, tchar; local 7969 UChar schar = 0, tchar = 0; local [all...] |
/external/opencv/ml/src/ |
mlsvm.cpp | 386 CvSVMSolver::CvSVMSolver( int _sample_count, int _var_count, const float** _samples, schar* _y, 397 bool CvSVMSolver::create( int _sample_count, int _var_count, const float** _samples, schar* _y, 428 alpha_status = (schar*)cvMemStorageAlloc( storage, alpha_count*sizeof(alpha_status[0])); 520 const schar* _y = y; 589 alpha_status[i] = (schar)(alpha[i] >= get_C(i) ? 1 : alpha[i] <= 0 ? -1 : 0) 954 bool CvSVMSolver::solve_c_svc( int _sample_count, int _var_count, const float** _samples, schar* _y, 981 bool CvSVMSolver::solve_nu_svc( int _sample_count, int _var_count, const float** _samples, schar* _y, 1040 y = (schar*)cvMemStorageAlloc( storage, sample_count*sizeof(y[0]) ); 1071 y = (schar*)cvMemStorageAlloc( storage, sample_count*2*sizeof(y[0]) ); 1107 y = (schar*)cvMemStorageAlloc( storage, sample_count*2*sizeof(y[0]) ) [all...] |
/external/opencv/ml/include/ |
ml.h | 397 CvSVMSolver( int count, int var_count, const float** samples, schar* y, 401 virtual bool create( int count, int var_count, const float** samples, schar* y, 410 virtual bool solve_c_svc( int count, int var_count, const float** samples, schar* y, 413 virtual bool solve_nu_svc( int count, int var_count, const float** samples, schar* y, 447 schar* alpha_status; 449 schar* y; [all...] |
/external/v8/src/ |
objects-inl.h | [all...] |
objects.h | [all...] |
runtime.cc | [all...] |