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

  /external/openssl/crypto/bn/
bn_div.c 186 int num_n,div_n; local
263 num_n=snum->top;
264 loop=num_n-div_n;
280 wnump= &(snum->d[num_n-1]);
  /external/opencv/cv/src/
cvcontourtree.cpp 84 int *num_p, *num_n, *num1, *num2; /* numbers of input contour points */ local
111 num_p = num_n = NULL;
119 num_n = (int *) cvAlloc( lpt * sizeof( int ));
163 num2 = num_n;
174 num2 = num_n;
183 num1 = num_n;
581 cvFree( &num_n );

Completed in 42 milliseconds