Searched refs:n2 (Results 126 - 150 of 276) sorted by relevance

1234567891011>>

/external/openssl/crypto/bn/
H A Dbn_lcl.h495 void bn_mul_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,
499 void bn_sqr_recursive(BN_ULONG *r,const BN_ULONG *a, int n2, BN_ULONG *t);
501 void bn_mul_low_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,
503 void bn_mul_high(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,BN_ULONG *l,int n2,
/external/sqlite/android/
H A Dsqlite3_android.cpp37 static int collate16(void *p, int n1, const void *v1, int n2, const void *v2) argument
41 (const UChar *) v2, n2);
52 static int collate8(void *p, int n1, const void *v1, int n2, const void *v2) argument
59 uiter_setUTF8(&i2, (const char *) v2, n2);
/external/valgrind/main/cachegrind/
H A Dcg_main.c320 void log_2Ir(InstrInfo* n, InstrInfo* n2) argument
323 n2->parent->Ir.a++;
328 void log_3Ir(InstrInfo* n, InstrInfo* n2, InstrInfo* n3) argument
331 n2->parent->Ir.a++;
358 void log_2IrNoX_0D_cache_access(InstrInfo* n, InstrInfo* n2) argument
363 // n2, n2->instr_addr, n2->instr_len);
367 cachesim_I1_doref_NoX(n2->instr_addr, n2
373 log_3IrNoX_0D_cache_access(InstrInfo* n, InstrInfo* n2, InstrInfo* n3) argument
[all...]
/external/pixman/test/
H A Dutils.c657 int i, n1 = 1, n2 = 0; local
664 n2 = atoi (argv[2]);
665 if (n2 < n1)
673 n2 = atoi (argv[1]);
674 checksum = test_function (n2, 1);
675 printf ("%d: checksum=%08X\n", n2, checksum);
681 n2 = default_number_of_iterations;
686 shared(n1, n2, test_function, verbose)
688 for (i = n1; i <= n2; i++)
696 if (n1 == 1 && n2
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.h294 bool operator()(const BookmarkNode* n1, const BookmarkNode* n2) const {
295 return n1->url() < n2->url();
H A Dbookmark_utils.cc68 bool MoreRecentlyModified(const BookmarkNode* n1, const BookmarkNode* n2) { argument
69 return n1->date_folder_modified() > n2->date_folder_modified();
298 bool MoreRecentlyAdded(const BookmarkNode* n1, const BookmarkNode* n2) { argument
299 return n1->date_added() > n2->date_added();
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-schedule.cc47 Node* n2 = graph.NewNode(&dummy_operator); local
48 CHECK_EQ(NULL, schedule.block(n2));
/external/fio/t/
H A Dgenzipf.c166 const struct node *n2 = p2; local
168 return n2->hits - n1->hits;
/external/chromium_org/third_party/speex/libspeex/
H A Dlsp.c532 float *pw,*n1,*n2,*n3,*n4=NULL; local
563 n2 = n1 + 1;
564 n3 = n2 + 1;
566 xout1 = xin1 - 2.f*x_freq[i2] * *n1 + *n2;
568 *n2 = *n1;
/external/speex/libspeex/
H A Dlsp.c532 float *pw,*n1,*n2,*n3,*n4=NULL; local
563 n2 = n1 + 1;
564 n3 = n2 + 1;
566 xout1 = xin1 - 2.f*x_freq[i2] * *n1 + *n2;
568 *n2 = *n1;
/external/opencv/cxcore/src/
H A Dcxdxt.cpp501 int n2 = n/2;
502 CvComplex64f* dsth = dst + n2;
504 for( i = 0; i < n2; i += 2, itab += tab_step*2 )
507 assert( (unsigned)j < (unsigned)n2 );
922 int n2 = n/2;
923 CvComplex32f* dsth = dst + n2;
925 for( i = 0; i < n2; i += 2, itab += tab_step*2 )
928 assert( (unsigned)j < (unsigned)n2 );
1296 int j, n2 = n >> 1; \
1346 (CvComplex##flavor*)dst, n2, \
[all...]
/external/openssl/crypto/ec/
H A Dectest.c198 BIGNUM *n1, *n2, *order; local
204 n1 = BN_new(); n2 = BN_new(); order = BN_new();
236 /* n2 = 1 + order */
237 if (!BN_add(n2, order, BN_value_one())) ABORT;
238 if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT;
241 /* n2 = (1 - order) * (1 + order) = 1 - order^2 */
242 if (!BN_mul(n2, n1, n2, ctx)) ABORT;
243 if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT;
246 /* n2
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2.cpp758 const Normalizer2 *n2=(const Normalizer2 *)norm2; local
759 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2);
768 n2->normalize(srcString, destString, *pErrorCode);
795 const Normalizer2 *n2=(const Normalizer2 *)norm2; local
796 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2);
821 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
823 n2->append(firstString, secondString, *pErrorCode);
/external/icu/icu4c/source/common/
H A Dnormalizer2.cpp758 const Normalizer2 *n2=(const Normalizer2 *)norm2; local
759 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2);
768 n2->normalize(srcString, destString, *pErrorCode);
795 const Normalizer2 *n2=(const Normalizer2 *)norm2; local
796 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2);
821 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
823 n2->append(firstString, secondString, *pErrorCode);
/external/chromium_org/testing/gtest/test/
H A Dgtest_output_test_.cc265 // SCOPED_TRACE("Trace A"); | waits for n2
267 // notifies n2 |
282 Notification n2; member in struct:CheckPoints
292 check_points->n2.WaitForNotification();
315 check_points.n2.Notify();
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-info.c370 dwarf2_abbrev_attr *n1, *n2; local
375 n2 = STAILQ_NEXT(n1, link);
377 n1 = n2;
/external/chromium_org/v8/test/mjsunit/
H A Djson.js35 var n2 = new Date(10001);
36 n2.toISOString = null;
37 assertThrows(function () { n2.toJSON(); }, TypeError);
/external/gtest/test/
H A Dgtest_output_test_.cc260 // SCOPED_TRACE("Trace A"); | waits for n2
262 // notifies n2 |
277 Notification n2; member in struct:CheckPoints
287 check_points->n2.WaitForNotification();
310 check_points.n2.Notify();
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java409 Number n1, n2, n3, n4;
421 n2 = ns[2];
425 n2.intValue();
/external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_size_char.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, argument
32 s.replace(first, last, n2, c);
35 typename S::size_type rlen = n2;
/external/libvorbis/lib/
H A Dvorbisfile.c2034 int n1, int n2,
2041 if(n1>n2){
2042 n=n2;
2147 int n1,n2,i,ret,hs1,hs2; local
2169 n2=vorbis_info_blocksize(vi2,0)>>(1+hs2);
2189 _ov_splice(pcm,lappcm,n1,n2,vi1->channels,vi2->channels,w1,w2);
2201 int n1,n2,ch1,ch2,hs; local
2231 n2=vorbis_info_blocksize(vi,0)>>(1+hs);
2238 _ov_splice(pcm,lappcm,n1,n2,ch1,ch2,w1,w2);
2262 int n1,n2,ch local
2033 _ov_splice(float **pcm,float **lappcm, int n1, int n2, int ch1, int ch2, float *w1, float *w2) argument
[all...]
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager_unittest.cc918 SessionID::id_type n2[] = {7, 15, 18, 20}; local
919 std::vector<SessionID::id_type> tab_list2(n2, n2 + arraysize(n2));
1100 SessionID::id_type n2[] = {107, 115}; local
1101 std::vector<SessionID::id_type> tag2_tab_list(n2, n2 + arraysize(n2));
1666 SessionID::id_type n2[] = {8, 15, 18, 20}; local
1667 std::vector<SessionID::id_type> tab_list2(n2, n
1978 SessionID::id_type n2[] = {10, 18, 20}; local
[all...]
/external/tremolo/Tremolo/
H A Dmdct.c64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){ argument
68 int n4=n2>>1;
70 aX = in+n2-3;
86 aX = in+n2-4;
/external/chromium_org/third_party/skia/tests/
H A DFontHostTest.cpp119 int n2 = SkFontStream::GetTableTags(stream, ttcIndex, array.get()); local
120 REPORTER_ASSERT(reporter, n == n2);
/external/openssl/crypto/objects/
H A Do_names.c309 const OBJ_NAME * const *n2=n2_; local
311 return strcmp((*n1)->name,(*n2)->name);

Completed in 9266 milliseconds

1234567891011>>