/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/ |
OldSHA1PRNGSecureRandomTest.java | 148 int n1 = 10; local 151 byte[][] bytes1 = new byte[10][n1]; 162 int i1 = k / n1; 163 int i2 = k % n1;
|
/prebuilts/go/darwin-x86/src/testing/iotest/ |
reader.go | 58 n1, err1 := r.r.Read(r.data) 59 r.unread = r.data[0:n1]
|
/prebuilts/go/linux-x86/src/testing/iotest/ |
reader.go | 58 n1, err1 := r.r.Read(r.data) 59 r.unread = r.data[0:n1]
|
/external/clang/test/CodeGenCXX/ |
debug-info-use-after-free.cpp | 276 n1 { namespace 287 n1::Test { 296 n1::C7 <
|
/external/eigen/bench/ |
eig33.cpp | 156 Scalar n1 = evecs.col(1).norm(); local 157 if(n1<=Eigen::NumTraits<Scalar>::epsilon()) 160 evecs.col(1) /= n1;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
TestBagFormatter.java | 77 double n1 = Double.parseDouble((String)o1); local 79 return n1 < n2 ? -1 : n1 > n2 ? 1 : 0;
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ |
TestBagFormatter.java | 76 double n1 = Double.parseDouble((String)o1); local 78 return n1 < n2 ? -1 : n1 > n2 ? 1 : 0;
|
/external/opencv3/3rdparty/openexr/Imath/ |
ImathLineAlgo.h | 101 T n1 = d1d2 * d2w - d1w; local 107 (abs (n1) < limits<T>::max() * absD && 110 point1 = line1 (n1 / d);
|
/external/pdfium/core/src/fxcrt/ |
fx_basic_coords.cpp | 191 CFX_FloatRect n1 = *this; 192 n1.Normalize(); 195 if (n2.left >= n1.left && n2.right <= n1.right && n2.bottom >= n1.bottom && 196 n2.top <= n1.top) { 202 CFX_FloatRect n1 = *this; 203 n1.Normalize(); 204 return x <= n1.right && x >= n1.left && y <= n1.top && y >= n1.bottom [all...] |
/libcore/ojluni/src/main/java/java/io/ |
BufferedReader.java | 300 int n1 = read1(cbuf, off + n, len - n); local 301 if (n1 <= 0) break; 302 n += n1;
|
/external/opencv/ml/src/ |
mlann_mlp.cpp | 182 int n1 = layer_sizes->data.i[i-1]; local 184 double val = 0, G = n2 > 2 ? 0.7*pow((double)n1,1./(n2-1)) : 1.; 191 for( k = 0; k <= n1; k++ ) 201 for( k = 0; k <= n1; k++ ) 203 w[n1*n2 + j] *= G*(-1+j*2./n2); 1017 int n1 = layer_sizes->data.i[i-1], n2 = layer_sizes->data.i[i]; local 1020 cvInitMatHeader( &_w, n1+1, n2, CV_64F, weights[i] ); 1021 cvInitMatHeader( &_dw, n1+1, n2, CV_64F, dw->data.db + (weights[i] - weights[0]) ); 1022 cvInitMatHeader( x1, n1+1, 1, CV_64F, x[i-1] ); 1023 x[i-1][n1] = 1. 1129 int n1, n2, si, j, k; local [all...] |
/external/bison/lib/ |
quotearg.c | 774 /* FIXME: technically, the type of n1 should be 'unsigned int', 779 size_t n1 = n0 + 1; local 782 if (xalloc_oversized (n1, sizeof *sv)) 785 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv); 788 memset (sv + nslots, 0, (n1 - nslots) * sizeof *sv); 789 nslots = n1;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
WNafUtil.java | 135 int n0 = ((k0.intValue() >>> offset) + d0) & 7, n1 = ((k1.intValue() >>> offset) + d1) & 7; local 141 if ((n0 + u0) == 4 && (n1 & 3) == 2) 147 int u1 = n1 & 1; 150 u1 -= (n1 & 2); 151 if ((n1 + u1) == 4 && (n0 & 3) == 2)
|
/external/libvorbis/lib/ |
vorbisfile.c | 2147 int n1,n2,i,ret,hs1,hs2; local 2201 int n1,n2,ch1,ch2,hs; local 2262 int n1,n2,ch1,ch2,hs; local [all...] |
/external/libgdx/extensions/gdx-jnigen/libs/ |
javaparser-core-2.3.0.jar | |
/external/llvm/lib/ProfileData/ |
SampleProfReader.cpp | 62 size_t n1 = Input.rfind(':', n2 - 1); local 63 FName = Input.substr(0, n1); 64 if (Input.substr(n1 + 1, n2 - n1 - 1).getAsInteger(10, NumSamples)) 97 size_t n1 = Input.find(':'); 98 StringRef Loc = Input.substr(Depth, n1 - Depth); 111 StringRef Rest = Input.substr(n1 + 2);
|
/external/tremolo/Tremolo/ |
mdct.c | 468 void mdct_unroll_lap(int n0,int n1, 479 DATA_TYPE *l=in+(W&&lW ? n1>>1 : n0>>1); 480 DATA_TYPE *r=right+(lW ? n1>>2 : n0>>2); 482 LOOKUP_T *wR=(W && lW ? w1+(n1>>1) : w0+(n0>>1)); 485 int preLap=(lW && !W ? (n1>>2)-(n0>>2) : 0 ); 486 int halfLap=(lW && W ? (n1>>2) : (n0>>2) ); 487 int postLap=(!lW && W ? (n1>>2)-(n0>>2) : 0 );
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/ |
gsubr.go | 571 var n1 gc.Node 574 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 576 gins(as, &n1, &n2) 584 var n1 gc.Node 585 gc.Nodconst(&n1, gc.Types[gc.TINT32], c) 586 gins(as, &n1, n2) 589 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog { 591 if (n1.Op == gc.OLITERAL || n1.Op == gc.OADDR && n1.Left.Op == gc.ONAME) && n2.Op != gc.OLITERAL [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/ |
gsubr.go | 568 var n1 gc.Node 571 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 573 gins(as, &n1, &n2) 581 var n1 gc.Node 582 gc.Nodconst(&n1, gc.Types[gc.TINT32], c) 583 gins(as, &n1, n2) 586 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog { 588 if (n1.Op == gc.OLITERAL || n1.Op == gc.OADDR && n1.Left.Op == gc.ONAME) && n2.Op != gc.OLITERAL [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/ |
gsubr.go | 571 var n1 gc.Node 574 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 576 gins(as, &n1, &n2) 584 var n1 gc.Node 585 gc.Nodconst(&n1, gc.Types[gc.TINT32], c) 586 gins(as, &n1, n2) 589 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog { 591 if (n1.Op == gc.OLITERAL || n1.Op == gc.OADDR && n1.Left.Op == gc.ONAME) && n2.Op != gc.OLITERAL [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/x86/ |
gsubr.go | 568 var n1 gc.Node 571 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 573 gins(as, &n1, &n2) 581 var n1 gc.Node 582 gc.Nodconst(&n1, gc.Types[gc.TINT32], c) 583 gins(as, &n1, n2) 586 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog { 588 if (n1.Op == gc.OLITERAL || n1.Op == gc.OADDR && n1.Left.Op == gc.ONAME) && n2.Op != gc.OLITERAL [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/ |
cgen.go | 39 var n1 gc.Node 40 gc.Regalloc(&n1, gc.Types[gc.TINT32], nil) 45 gmove(&hi, &n1) 47 gins(arm.ACMP, &n1, &n2) 49 gc.Regfree(&n1)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/ |
cgen.go | 36 var n1 gc.Node 37 gc.Regalloc(&n1, gc.Types[gc.TINT32], nil) 42 gmove(&hi, &n1) 44 gins(arm.ACMP, &n1, &n2) 46 gc.Regfree(&n1)
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/ |
proto.go | 125 n1 := len(b.data) 128 encodeLength(b, tag, n2-n1) 131 copy(b.data[n1+(n3-n2):], b.data[n1:n2]) 132 copy(b.data[n1:], b.tmp[:n3-n2])
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/ |
cgen.go | 39 var n1 gc.Node 40 gc.Regalloc(&n1, gc.Types[gc.TINT32], nil) 45 gmove(&hi, &n1) 47 gins(arm.ACMP, &n1, &n2) 49 gc.Regfree(&n1)
|