/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 14 int n1[this->this1]; // expected-warning {{variable length array}} local 16 (void)n1, (void)n2; 228 constexpr int n1 = 2 * 3 * 3 * 7 * 11 * 31 * 151 * 331; // ok member in namespace:UndefinedBehavior::Overflow 230 constexpr int n3 = n1 + 1; // ok
|
/external/icu4c/test/intltest/ |
svccoll.cpp | 345 int32_t n1, n2, n3; local 395 n1 = checkAvailable("before registerFactory"); 400 assertTrue("count after > count before", n2 > n1); 464 assertTrue("count after unregister == count before register", n3 == n1);
|
/external/iptables/iptables/ |
iptables-apply | 150 read -n1 -t "${TIMEOUT:-15}" ret 2>&1 || :
|
/external/opencv/ml/src/ |
mltree.cpp | 1479 int n1 = node->get_num_valid(vi); local 1572 int n1 = node->get_num_valid(vi); local 2053 int n1 = node->get_num_valid(vi); local 2472 int n1 = node->get_num_valid(vi); local 2554 int n1 = node->get_num_valid(vi); local 2601 int n1 = node->get_num_valid(vi), nr1 = 0; local [all...] |
/external/srec/srec/cfront/ |
sp_fft.c | 643 unsigned i, ii, n1; local 759 n1 = n >> 1; 760 for (i = 1; i < n1; i++) 772 data[n1] = last; /* now the Nyquist freq can be put in place */
|
/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++) {
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
AttributesTest.java | 233 Attributes.Name n1 = new Attributes.Name("name"), n2 = new Attributes.Name("Name"); local 234 assertEquals(n1, n2);
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_index_unittest.cc | 211 const BookmarkNode* n1 = model_->AddURL(model_->other_node(), 0, local 218 EXPECT_TRUE(matches[0].node == n1);
|
bookmark_model.cc | 102 bool operator() (const BookmarkNode* n1, const BookmarkNode* n2) { 103 if (n1->type() == n2->type()) { 106 return n1->GetTitle() < n2->GetTitle(); 108 collator_, n1->GetTitle(), n2->GetTitle()) == UCOL_LESS; 111 return n1->is_folder();
|
bookmark_utils.cc | 175 bool MoreRecentlyModified(const BookmarkNode* n1, const BookmarkNode* n2) { 176 return n1->date_folder_modified() > n2->date_folder_modified(); 511 bool MoreRecentlyAdded(const BookmarkNode* n1, const BookmarkNode* n2) { 512 return n1->date_added() > n2->date_added();
|
/external/openssl/crypto/objects/ |
o_names.c | 308 const OBJ_NAME * const *n1=n1_; local 311 return strcmp((*n1)->name,(*n2)->name);
|
/external/v8/test/mjsunit/regress/ |
regress-842.js | 36 var obj = { name: "n1" };
|
/external/qemu/ |
exec.c | 733 unsigned int n1; local 737 n1 = (long)tb1 & 3; 740 *ptb = tb1->page_next[n1]; 743 ptb = &tb1->page_next[n1]; 750 unsigned int n1; local 758 n1 = (long)tb1 & 3; 760 if (n1 == n && tb1 == tb) 762 if (n1 == 2) { 765 ptb = &tb1->jmp_next[n1]; 786 unsigned int h, n1; local 1301 unsigned int n1; local [all...] |
/external/chromium/testing/gtest/test/ |
gtest_unittest.cc | 2299 const int n1 = 1; local 2317 const int n1 = 1; local 2334 int n1 = 0; local 2346 n1++, n2++, n3++, n4++, n5++) local [all...] |
/external/gtest/test/ |
gtest_unittest.cc | 2299 const int n1 = 1; local 2317 const int n1 = 1; local 2334 int n1 = 0; local 2346 n1++, n2++, n3++, n4++, n5++) local [all...] |
/external/protobuf/gtest/test/ |
gtest_unittest.cc | 2538 const int n1 = 1; local 2556 const int n1 = 1; local 2573 int n1 = 0; local 2585 n1++, n2++, n3++, n4++, n5++) local [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
dhdu.c | 166 "logstamp [<n1>] [<n2>] -- add a message to the log"}, 1031 int n1, n2; local 1033 n1 = (int)((unsigned char)*inptr++); 1035 if (!isxdigit(n1) || !isxdigit(n2)) { 1037 (isxdigit(n1) ? n2 : n1)); 1041 n1 = isdigit(n1) ? (n1 - '0') 1042 : ((islower(n1) ? (toupper(n1)) : n1) - 'A' + 10) [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu.c | 166 "logstamp [<n1>] [<n2>] -- add a message to the log"}, 1031 int n1, n2; local 1033 n1 = (int)((unsigned char)*inptr++); 1035 if (!isxdigit(n1) || !isxdigit(n2)) { 1037 (isxdigit(n1) ? n2 : n1)); 1041 n1 = isdigit(n1) ? (n1 - '0') 1042 : ((islower(n1) ? (toupper(n1)) : n1) - 'A' + 10) [all...] |
/external/opencv/cv/src/ |
mycvHaarDetectObjects.cpp | 460 unsigned int n1 = NEXT(n, number); local 462 while(abs(n1 - n) > 1) { 463 n = n1; 464 n1 = NEXT(n, number); 466 while((n1*n1) > number) { 467 n1 -= 1; 469 return n1; [all...] |
/external/openssl/crypto/ec/ |
ectest.c | 198 BIGNUM *n1, *n2, *order; local 203 n1 = BN_new(); n2 = BN_new(); order = BN_new(); 216 if (!BN_one(n1)) ABORT; 217 /* n1 = 1 - order */ 218 if (!BN_sub(n1, n1, order)) ABORT; 219 if(!EC_POINT_mul(group, Q, NULL, P, n1, ctx)) ABORT; 226 if (!BN_mul(n2, n1, n2, ctx)) ABORT; 232 BN_free(n1); [all...] |
/external/valgrind/main/massif/ |
ms_main.c | 116 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) 665 SXPt* sxpt1 = *(SXPt**)n1; [all...] |
/external/qemu/block/ |
qcow2-cluster.c | 349 int ret, index_in_cluster, n, n1; local 365 n1 = qcow2_backing_read1(bs->backing_hd, sector_num, buf, n); 366 if (n1 > 0) { 368 ret = bdrv_read(bs->backing_hd, sector_num, buf, n1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nislib.h | 162 extern name_pos nis_dir_cmp (const_nis_name n1, const_nis_name n2) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nislib.h | 162 extern name_pos nis_dir_cmp (const_nis_name n1, const_nis_name n2) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nislib.h | 162 extern name_pos nis_dir_cmp (const_nis_name n1, const_nis_name n2) __THROW;
|