Searched defs:n1 (Results 1 - 25 of 117) sorted by last modified time

12345

/external/webkit/Source/WebCore/xml/
H A DXPathParser.cpp250 String n1; local
251 if (!lexNCName(n1))
259 name = n1;
267 name = n1 + ":" + n2;
/external/webkit/Source/JavaScriptCore/runtime/
H A DOperations.h342 double n1; local
344 if (v1.getNumber(n1) && v2.getNumber(n2))
345 return n1 < n2;
353 bool wasNotString1 = v1.getPrimitiveNumber(callFrame, n1, p1);
357 return n1 < n2;
367 double n1; local
369 if (v1.getNumber(n1) && v2.getNumber(n2))
370 return n1 <= n2;
378 bool wasNotString1 = v1.getPrimitiveNumber(callFrame, n1, p1);
382 return n1 <
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp492 int n1 = n + origSize + 1; local
502 uint32_t* dst = dstStart + n1 - 1;
513 b.resize(origSize + n + !!b.words()[n1 - 1]);
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c3227 Int32 nNodes, nHeap, n1, n2, i, j, k; local
3256 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);
3259 parent[n1] = parent[n2] = nNodes;
3260 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]);
/external/valgrind/main/callgrind/
H A Devents.c71 EventGroup* CLG_(register_event_group) (int id, Char* n1) argument
74 eg->name[0] = n1;
79 EventGroup* CLG_(register_event_group2)(int id, Char* n1, Char* n2) argument
82 eg->name[0] = n1;
88 EventGroup* CLG_(register_event_group3)(int id, Char* n1, Char* n2, Char* n3) argument
91 eg->name[0] = n1;
99 Char* n1, Char* n2, Char* n3, Char* n4)
102 eg->name[0] = n1;
98 register_event_group4(int id, Char* n1, Char* n2, Char* n3, Char* n4) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c666 Word n1, n2, i; local
668 n1 = VG_(sizeXA)( rngs1 );
670 if (n1 < n2) return -1;
671 if (n1 > n2) return 1;
672 for (i = 0; i < n1; i++) {
1845 static Int lc_compar(void* n1, void* n2) {
1846 MC_Chunk* mc1 = *(MC_Chunk**)n1;
1858 whereas n1 and n2 do have locations specified.
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c86 /* Compare the intervals [a1,a1+n1) and [a2,a2+n2). Return -1 if the
93 static Word cmp_nonempty_intervals ( Addr a1, SizeT n1, argument
96 UWord n1w = (UWord)n1;
207 Word i, r, n1, n2; local
208 n1 = VG_(sizeXA)( fb1s );
210 if (n1 < n2) return -1;
211 if (n1 > n2) return 1;
212 for (i = 0; i < n1; i++) {
219 tl_assert(i == n1 && i == n2);
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c3251 Int32 nNodes, nHeap, n1, n2, i, j, k; local
3280 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);
3283 parent[n1] = parent[n2] = nNodes;
3284 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]);
/external/valgrind/main/helgrind/
H A Dlibhb_core.c4229 /* Compare the intervals [a1,a1+n1) and [a2,a2+n2). Return -1 if the
4236 static Word cmp_nonempty_intervals ( Addr a1, SizeT n1, argument
4239 UWord n1w = (UWord)n1;
/external/valgrind/main/massif/
H A Dms_main.c116 n1: 5 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
117 n1: 5 0x27F6E0: _nl_normalize_codeset (in /lib/libc-2.3.5.so)
118 n1: 5 0x279DE6: _nl_load_locale_from_archive (in /lib/libc-2.3.5.so)
119 n1: 5 0x278E97: _nl_find_locale (in /lib/libc-2.3.5.so)
120 n1: 5 0x278871: setlocale (in /lib/libc-2.3.5.so)
121 n1: 5 0x8049821: (within /bin/date)
663 static Int SXPt_revcmp_szB(void* n1, void* n2) argument
665 SXPt* sxpt1 = *(SXPt**)n1;
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c246 static Int compare_MC_Chunks(void* n1, void* n2) argument
248 MC_Chunk* mc1 = *(MC_Chunk**)n1;
H A Dmc_malloc_wrappers.c650 mp_compar(void* n1, void* n2) argument
652 MC_Chunk* mc1 = *(MC_Chunk**)n1;
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c3242 Int32 nNodes, nHeap, n1, n2, i, j, k; local
3271 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);
3274 parent[n1] = parent[n2] = nNodes;
3275 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]);
H A Dvarinfo6.c3280 Int32 nNodes, nHeap, n1, n2, i, j, k; local
3309 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);
3312 parent[n1] = parent[n2] = nNodes;
3313 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]);
/external/valgrind/main/perf/
H A Dbz2.c3242 Int32 nNodes, nHeap, n1, n2, i, j, k; local
3271 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);
3274 parent[n1] = parent[n2] = nNodes;
3275 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]);
H A Dtest_input_for_tinycc.c2752 Int32 nNodes, nHeap, n1, n2, i, j, k; local
2781 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz = 1; tmp = heap[zz]; while (((Bool)1)) { yy = zz << 1; if (yy > nHeap) break; if (yy < nHeap && weight[heap[yy+1]] < weight[heap[yy]]) yy++; if (weight[tmp] < weight[heap[yy]]) break; heap[zz] = heap[yy]; zz = yy; } heap[zz] = tmp; };
2784 parent[n1] = parent[n2] = nNodes;
2785 weight[nNodes] = (((weight[n1]) & 0xffffff00)+((weight[n2]) & 0xffffff00)) | (1 + ((((weight[n1]) & 0x000000ff)) > (((weight[n2]) & 0x000000ff)) ? (((weight[n1]) & 0x000000ff)) : (((weight[n2]) & 0x000000ff))));
H A Dtinycc.c9064 unsigned long long n, n1;
9089 n1 = n;
9093 if (n < n1)
9062 unsigned long long n, n1; local
/external/valgrind/unittest/
H A Dracecheck_unittest.cc2175 StealthNotification n1, n2; member in namespace:test51
2200 n1.wait(); // Make sure the waiter blocks.
2221 n1.signal(); // Ready to get the first signal.
2246 StealthNotification n1, n2; member in namespace:test52
2278 n1.signal(); // Ok, now we may block.
2290 n1.wait(); // The first signal is lost.
4260 StealthNotification n1; member in namespace:test90
4270 n1.signal();
4275 n1.wait();
4447 StealthNotification n1, n member in namespace:test94
4592 StealthNotification n1, n2; member in namespace:FalseNegativeOfFastModeTest
4763 StealthNotification n1, n2, n3; member in namespace:test102
[all...]
/external/v8/test/mjsunit/
H A Djson.js32 var n1 = new Date(10000);
33 n1.toISOString = function () { return "foo"; };
34 assertEquals("foo", n1.toJSON());
H A Dobject-toprimitive.js34 var n1 = Number(o1); variable
36 assertTrue(typeof n1 == "number");
/external/v8/src/
H A Djsregexp.cc4546 int n1 = first_set->length(); local
4554 while (i1 < n1 || i2 < n2) {
4558 (i1 < n1 && first_set->at(i1).from() < second_set->at(i2).from())) {
H A Dscopes.cc790 int n1 = n0 + 2; // indentation local
813 Indent(n1, "// (local) function name: ");
820 Indent(n1, "// scope has trivial outer context\n");
826 Indent(n1, "// strict mode scope\n");
829 Indent(n1, "// extended mode scope\n");
832 if (scope_inside_with_) Indent(n1, "// scope inside 'with'\n");
833 if (scope_contains_with_) Indent(n1, "// scope contains 'with'\n");
834 if (scope_calls_eval_) Indent(n1, "// scope calls 'eval'\n");
836 Indent(n1, "// outer scope calls 'eval' in non-strict context\n");
838 if (inner_scope_calls_eval_) Indent(n1, "// inne
[all...]
/external/tremolo/Tremolo/
H A Dmdct.c468 void mdct_unroll_lap(int n0,int n1, argument
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 );
/external/speex/libspeex/
H A Dlsp.c532 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;
/external/sqlite/android/
H A Dsqlite3_android.cpp38 static int collate16(void *p, int n1, const void *v1, int n2, const void *v2) argument
41 UCollationResult result = ucol_strcoll(coll, (const UChar *) v1, n1,
53 static int collate8(void *p, int n1, const void *v1, int n2, const void *v2) argument
59 uiter_setUTF8(&i1, (const char *) v1, n1);

Completed in 592 milliseconds

12345