/prebuilts/go/linux-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/linux-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])
|
/external/opencv3/modules/core/src/ |
rand.cpp | 507 int n1 = (int)_param1.total(); local 512 _parambuf.allocate(cn*8 + n1 + n2); 517 if( !_param1.isContinuous() || _param1.type() != CV_64F || n1 != cn ) 522 if( n1 < cn ) 523 for( j = n1; j < cn; j++ ) 524 p1[j] = p1[j-n1]; 621 _parambuf.allocate(MAX(n1, cn) + MAX(n2, cn)); 636 if( n1 < cn ) 637 for( j = n1*esz; j < cn*esz; j++ ) 638 mean[j] = mean[j - n1*esz] [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
treewizard.py | 567 n1 = self.adaptor.getChildCount(t1) 569 if n1 != n2: 572 for i in range(n1): 608 n1 = adaptor.getChildCount(t1) 610 if n1 != n2: 613 for i in range(n1):
|
/external/speex/libspeex/ |
lsp.c | 532 float *pw,*n1,*n2,*n3,*n4=NULL; local 562 n1 = pw+(i*4); 563 n2 = n1 + 1; 566 xout1 = xin1 - 2.f*x_freq[i2] * *n1 + *n2; 568 *n2 = *n1; 570 *n1 = xin1;
|
/system/bt/stack/smp/ |
smp_int.h | 386 UINT8 *key_id, UINT8 *n1, 389 extern void smp_f5_calc_chk (UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, 391 extern void smp_f6_calc_chk (UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, 526 extern BOOLEAN smp_calculate_f5(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, 529 UINT8 *key_id, UINT8 *n1, UINT8 *n2, UINT8 *a1, 532 extern BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap,
|
/external/icu/icu4c/source/i18n/ |
gregoimp.cpp | 109 int32_t n1 = ClockMath::floorDivide(doy, 365, doy); local 110 year = 400*n400 + 100*n100 + 4*n4 + n1; 111 if (n100 == 4 || n1 == 4) {
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
convolve2_avg_horiz_dspr2.c | 127 uint32_t p1, p2, p3, p4, n1; local 253 [n1] "=&r" (n1), [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_convolve2_avg_horiz_dspr2.c | 129 uint32_t p1, p2, p3, p4, n1; local 255 [n1] "=&r" (n1), [all...] |
/external/icu/icu4c/source/test/cintltst/ |
custrtst.c | [all...] |
/external/libvncserver/libvncserver/ |
hextile.c | 303 int n1 = 0, n2 = 0; \ 309 if (n1 == 0) \ 313 n1++; \ 331 if (n1 > n2) { \
|
/external/sqlite/android/ |
sqlite3_android.cpp | 37 static int collate16(void *p, int n1, const void *v1, int n2, const void *v2) 40 UCollationResult result = ucol_strcoll(coll, (const UChar *) v1, n1, 52 static int collate8(void *p, int n1, const void *v1, int n2, const void *v2) 58 uiter_setUTF8(&i1, (const char *) v1, n1);
|
/external/v8/test/mjsunit/ |
object-toprimitive.js | 34 var n1 = Number(o1); variable 36 assertTrue(typeof n1 == "number");
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ |
gsubr.go | 69 var n1 gc.Node 71 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 79 rawgins(ppc64.AMOVD, &n1, &ntmp) 85 rawgins(as, &n1, n2) 93 var n1 gc.Node 95 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 103 rawgins(as, n2, &n1) 109 rawgins(as, n2, &n1) 114 // MOV n1 into register first 118 rawgins(ppc64.AMOVD, &n1, &ntmp [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/ |
gsubr.go | 66 var n1 gc.Node 68 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 76 rawgins(ppc64.AMOVD, &n1, &ntmp) 82 rawgins(as, &n1, n2) 90 var n1 gc.Node 92 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 100 rawgins(as, n2, &n1) 106 rawgins(as, n2, &n1) 111 // MOV n1 into register first 115 rawgins(ppc64.AMOVD, &n1, &ntmp [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ |
gsubr.go | 69 var n1 gc.Node 71 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 79 rawgins(ppc64.AMOVD, &n1, &ntmp) 85 rawgins(as, &n1, n2) 93 var n1 gc.Node 95 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 103 rawgins(as, n2, &n1) 109 rawgins(as, n2, &n1) 114 // MOV n1 into register first 118 rawgins(ppc64.AMOVD, &n1, &ntmp [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/ |
gsubr.go | 66 var n1 gc.Node 68 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 76 rawgins(ppc64.AMOVD, &n1, &ntmp) 82 rawgins(as, &n1, n2) 90 var n1 gc.Node 92 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 100 rawgins(as, n2, &n1) 106 rawgins(as, n2, &n1) 111 // MOV n1 into register first 115 rawgins(ppc64.AMOVD, &n1, &ntmp [all...] |
/system/core/include/mincrypt/ |
p256.h | 138 const p256_int *n1, const p256_int *n2,
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
gsubr.go | 60 var n1 gc.Node 62 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 70 gins(arm64.AMOVD, &n1, &ntmp) 76 rawgins(as, &n1, n2) 84 var n1 gc.Node 86 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 94 gcmp(as, n2, &n1) 99 // MOV n1 into register first 103 rawgins(arm64.AMOVD, &n1, &ntmp) 108 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/ |
gsubr.go | 57 var n1 gc.Node 59 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 67 gins(arm64.AMOVD, &n1, &ntmp) 73 rawgins(as, &n1, n2) 81 var n1 gc.Node 83 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 91 gcmp(as, n2, &n1) 96 // MOV n1 into register first 100 rawgins(arm64.AMOVD, &n1, &ntmp) 105 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
gsubr.go | 60 var n1 gc.Node 62 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 70 gins(arm64.AMOVD, &n1, &ntmp) 76 rawgins(as, &n1, n2) 84 var n1 gc.Node 86 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 94 gcmp(as, n2, &n1) 99 // MOV n1 into register first 103 rawgins(arm64.AMOVD, &n1, &ntmp) 108 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/ |
gsubr.go | 57 var n1 gc.Node 59 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 67 gins(arm64.AMOVD, &n1, &ntmp) 73 rawgins(as, &n1, n2) 81 var n1 gc.Node 83 gc.Nodconst(&n1, gc.Types[gc.TINT64], c) 91 gcmp(as, n2, &n1) 96 // MOV n1 into register first 100 rawgins(arm64.AMOVD, &n1, &ntmp) 105 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-wince-glue.c | 68 DWORD n1; local 85 n1 = ((nbytes + sizeof(wchar_t) - 1) / sizeof (wchar_t)) + 1; 86 result_w = malloc (n1 * sizeof (wchar_t)); 99 result_w[n1 - 1] = 0; /* Make sure it is really a string. */ 141 DWORD n1, nbytes, type; local 178 n1 = nbytes + 1; 179 result = malloc (n1); 182 if (RegQueryValueExA (key_handle, name, 0, &type, result, &n1))
|
/external/fio/t/ |
genzipf.c | 165 const struct node *n1 = p1; local 168 return n2->hits - n1->hits;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ |
apinames.c | 112 Name n1 = (Name)name1; local 115 return strcmp( n1->name, n2->name );
|