Searched refs:_idx (Results 1 – 5 of 5) sorted by relevance
/external/opencv/ml/src/ |
D | mlann_mlp.cpp | 881 CvMat* _idx = 0; in train_backprop() local 906 CV_CALL( _idx = cvCreateMat( 1, count, CV_32SC1 )); in train_backprop() 908 _idx->data.i[i] = i; in train_backprop() 952 CV_SWAP( _idx->data.i[j], _idx->data.i[k], tt ); in train_backprop() 956 idx = _idx->data.i[idx]; in train_backprop() 1042 cvReleaseMat( &_idx ); in train_backprop()
|
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 1051 cvSort( const CvArr* _src, CvArr* _dst, CvArr* _idx, int flags ) in cvSort() argument 1062 CvMat istub, *idx = _idx ? cvGetMat(_idx, &istub) : 0; in cvSort()
|
D | cxarray.cpp | 1985 int* _idx = (int*)cvStackAlloc(n*sizeof(_idx[0])); in cvPtr1D() local 1990 _idx[i] = idx - t*m->size[i]; in cvPtr1D() 1993 ptr = icvGetNodePtr( (CvSparseMat*)arr, _idx, _type, 1, 0 ); in cvPtr1D()
|
D | cxdatastructs.cpp | 2449 int is_sorted, int* _idx, void* userdata ) in cvSeqSearch() argument 2548 if( _idx ) in cvSeqSearch() 2549 *_idx = idx; in cvSeqSearch()
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 3086 Only encryption padding requires a PRNG. When performing signature padding the \textit{prng\_idx} … 3134 \textit{modulus\_bitlen}. \textit{hash\_idx} is the index into the hash descriptor table of the ha… 3136 …sized input message. \textit{prng\_idx} and \textit{prng} are the random number generator argumen… 3164 and must match what was used during encoding. Similarly the \textit{hash\_idx} index into the hash… 3192 \textit{hash\_idx} is the index into the hash descriptor table of the hash to use. \textit{prng\_i… 3411 The \textit{hash\_idx} parameter indicates which hash will be used to create the PSS encoding. It … 3440 When performing a v1.5 signature the \textit{prng}, \textit{prng\_idx}, and \textit{hash\_idx} para… 3487 … v2.1 verification. When performing a v1.5 verification the \textit{hash\_idx} parameter is ignor… 4787 on the password. The \textit{hash\_idx} is the index of the hash you wish to use in the descriptor… 4811 on the password. The \textit{hash\_idx} is the index of the hash you wish to use in the descriptor…
|