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

  /external/clang/test/SemaCXX/
using-directive.cpp 71 namespace Ni {
72 int i(); // expected-note{{candidate found by name lookup is 'Ni::i'}}
77 using namespace Ni;
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 550 int Ni,Nj; // size of contours
567 Ni = contour1->total + 1;
570 point1 = (CvPoint* )malloc( Ni*sizeof(CvPoint) );
578 point1[Ni-1] = point1[0];
584 i = Ni-1; //correspondence to points of contour1
630 int Ni,Nj; // size of contours
648 Ni = contour1->total + 1;
652 W = (_CvWork**)malloc(sizeof(_CvWork*)*Ni);
653 for(i=0; i<Ni; i++)
658 point1 = (CvPoint* )malloc( Ni*sizeof(CvPoint) )
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp     [all...]
  /external/openssl/crypto/bn/
bn.h 334 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
335 * (Ni is only stored for bignum algorithm) */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
    [all...]
  /external/openssl/include/openssl/
bn.h 334 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
335 * (Ni is only stored for bignum algorithm) */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
    [all...]

Completed in 83 milliseconds