HomeSort by relevance Sort by last modified time
    Searched refs:n2 (Results 101 - 125 of 228) sorted by null

1 2 3 45 6 7 8 910

  /external/openssl/crypto/bn/
bn_lcl.h 488 void bn_mul_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,
492 void bn_sqr_recursive(BN_ULONG *r,const BN_ULONG *a, int n2, BN_ULONG *t);
494 void bn_mul_low_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,
496 void bn_mul_high(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,BN_ULONG *l,int n2,
  /external/sqlite/android/
sqlite3_android.cpp 38 static int collate16(void *p, int n1, const void *v1, int n2, const void *v2)
42 (const UChar *) v2, n2);
53 static int collate8(void *p, int n1, const void *v1, int n2, const void *v2)
60 uiter_setUTF8(&i2, (const char *) v2, n2);
  /external/valgrind/main/cachegrind/
cg_main.c 301 void log_2I(InstrInfo* n, InstrInfo* n2)
304 n2->parent->Ir.a++;
309 void log_3I(InstrInfo* n, InstrInfo* n2, InstrInfo* n3)
312 n2->parent->Ir.a++;
327 void log_2I_0D_cache_access(InstrInfo* n, InstrInfo* n2)
332 // n2, n2->instr_addr, n2->instr_len);
336 cachesim_I1_doref(n2->instr_addr, n2->instr_len,
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 340 bool operator()(const BookmarkNode* n1, const BookmarkNode* n2) const {
341 return n1->GetURL() < n2->GetURL();
bookmark_utils.h 144 // Returns true if |n1| was added more recently than |n2|.
145 bool MoreRecentlyAdded(const BookmarkNode* n1, const BookmarkNode* n2);
  /external/speex/libspeex/
lsp.c 532 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/
cxdxt.cpp 501 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 );
    [all...]
  /external/icu4c/common/
normalizer2.cpp 674 const Normalizer2 *n2=(const Normalizer2 *)norm2; local
675 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2);
684 n2->normalize(srcString, destString, *pErrorCode);
711 const Normalizer2 *n2=(const Normalizer2 *)norm2; local
712 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2);
735 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
737 n2->append(firstString, secondString, *pErrorCode);
  /external/chromium/testing/gtest/test/
gtest_output_test_.cc 248 // SCOPED_TRACE("Trace A"); | waits for n2
250 // notifies n2 |
265 Notification n2; member in struct:CheckPoints
275 check_points->n2.WaitForNotification();
298 check_points.n2.Notify();
  /external/gtest/test/
gtest_output_test_.cc 248 // SCOPED_TRACE("Trace A"); | waits for n2
250 // notifies n2 |
265 Notification n2; member in struct:CheckPoints
275 check_points->n2.WaitForNotification();
298 check_points.n2.Notify();
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 409 Number n1, n2, n3, n4; local
421 n2 = ns[2];
425 n2.intValue();
  /external/skia/tests/
PDFPrimitivesTest.cpp 301 SkRefPtr<SkPDFName> n2 = new SkPDFName("n2"); local
302 n2->unref(); // SkRefPtr and new both took a reference.
305 dict->insert(n2.get(), realHalf.get());
308 "<</n1 42\n/n2 0.5\n/n3 [1 0.5 0]\n>>");
  /external/webkit/Tools/android/flex-2.5.4a/
misc.c 637 void out_dec2( fmt, n1, n2 )
639 int n1, n2;
641 printf( fmt, n1, n2 );
  /bionic/libc/kernel/common/linux/
wanrouter.h 85 unsigned n2; member in struct:wan_x25_conf
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 568 n2 = tpattern.getChildCount()
569 if n1 != n2:
609 n2 = adaptor.getChildCount(t2)
610 if n1 != n2:
  /external/tremolo/Tremolo/
mdct.c 64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){
68 int n4=n2>>1;
70 aX = in+n2-3;
86 aX = in+n2-4;
  /ndk/sources/host-tools/nawk-20071023/
lib.c 71 void makefields(int n1, int n2) /* create $n1..$n2 inclusive */
76 for (i = n1; i <= n2; i++) {
357 void cleanfld(int n1, int n2) /* clean out fields n1 .. n2 inclusive */
362 for (i = n1; i <= n2; i++) {
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wanrouter.h 125 unsigned n2; /* HDLC retransmission limit (1..30) */ member in struct:wan_x25_conf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wanrouter.h 125 unsigned n2; /* HDLC retransmission limit (1..30) */ member in struct:wan_x25_conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wanrouter.h 125 unsigned n2; /* HDLC retransmission limit (1..30) */ member in struct:wan_x25_conf
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf

Completed in 704 milliseconds

1 2 3 45 6 7 8 910