Searched refs:_idx (Results 1 - 5 of 5) sorted by relevance

/external/opencv/ml/src/
H A Dmlann_mlp.cpp881 CvMat* _idx = 0; local
906 CV_CALL( _idx = cvCreateMat( 1, count, CV_32SC1 ));
908 _idx->data.i[i] = i;
952 CV_SWAP( _idx->data.i[j], _idx->data.i[k], tt );
956 idx = _idx->data.i[idx];
1042 cvReleaseMat( &_idx );
/external/opencv/cxcore/src/
H A Dcxutils.cpp1051 cvSort( const CvArr* _src, CvArr* _dst, CvArr* _idx, int flags ) argument
1062 CvMat istub, *idx = _idx ? cvGetMat(_idx, &istub) : 0;
H A Dcxarray.cpp1985 int* _idx = (int*)cvStackAlloc(n*sizeof(_idx[0])); local
1990 _idx[i] = idx - t*m->size[i];
1993 ptr = icvGetNodePtr( (CvSparseMat*)arr, _idx, _type, 1, 0 );
H A Dcxdatastructs.cpp2449 int is_sorted, int* _idx, void* userdata )
2548 if( _idx )
2549 *_idx = idx;
2448 cvSeqSearch( CvSeq* seq, const void* _elem, CvCmpFunc cmp_func, int is_sorted, int* _idx, void* userdata ) argument
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3086 Only encryption padding requires a PRNG. When performing signature padding the \textit{prng\_idx} parameter may be left to zero as it is not checked for validity.
3134 \textit{modulus\_bitlen}. \textit{hash\_idx} is the index into the hash descriptor table of the hash desired. PKCS \#1 allows any hash to be
3136 sized input message. \textit{prng\_idx} and \textit{prng} are the random number generator arguments required to randomize the padding process.
3164 and must match what was used during encoding. Similarly the \textit{hash\_idx} index into the hash descriptor table must match what was used
3192 \textit{hash\_idx} is the index into the hash descriptor table of the hash to use. \textit{prng\_idx} and \textit{prng} are the random
3411 The \textit{hash\_idx} parameter indicates which hash will be used to create the PSS encoding. It should be the same as the hash used to
3440 When performing a v1.5 signature the \textit{prng}, \textit{prng\_idx}, and \textit{hash\_idx} parameters are not checked and can be left to any
3487 \textbf{LTC\_PKCS\_1\_PSS} to perform a v2.1 verification. When performing a v1.5 verification the \textit{hash\_idx} paramete
[all...]

Completed in 104 milliseconds