HomeSort by relevance Sort by last modified time
    Searched defs:ii (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/FixIt/
dereference-addressof.c 8 void ii(int a) {} // expected-note{{passing argument to parameter 'a' here}} function
16 ii(&a); // expected-warning{{incompatible pointer to integer conversion passing 'int *' to parameter of type 'int'; remove &}}
  /external/bzip2/
spewG.c 40 int ii, kk, p; local
45 for (ii = 0; ii < p; ii++)
47 for (ii = 0; ii < p-1; ii++)
49 for (ii = 0; ii < p+1; ii++
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_cost.c 44 const vp9_tree_index ii = tree[i + b]; local
46 if (ii <= 0)
47 costs[-ii] = cc;
49 cost(costs, tree, probs, ii, cc);
  /external/libvpx/libvpx/vp9/encoder/
vp9_cost.c 44 const vp9_tree_index ii = tree[i + b]; local
46 if (ii <= 0)
47 costs[-ii] = cc;
49 cost(costs, tree, probs, ii, cc);
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
main.cpp 25 intset ii; local
28 ii.insert(0);
29 ii.insert(1);
30 ii.insert(2);
31 ii.insert(3);
32 ii.insert(4);
33 ii.insert(5);
36 ii.insert(6);
39 ii.clear();
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/
main.cpp 25 intset ii; local
28 ii.insert(0);
29 ii.insert(1);
30 ii.insert(2);
31 ii.insert(3);
32 ii.insert(4);
33 ii.insert(5);
36 ii.insert(6);
39 ii.clear();
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
main.cpp 12 intint_map ii; local
14 ii[0] = 0; // Set break point at this line.
15 ii[1] = 1;
16 ii[2] = 0;// Set break point at this line.
17 ii[3] = 1;
18 ii[4] = 0;// Set break point at this line.
19 ii[5] = 1;
20 ii[6] = 0;
21 ii[7] = 1;
22 ii[85] = 1234567
    [all...]
  /external/clang/test/CodeGen/
unsigned-overflow.c 6 unsigned int ii, ij, ik; variable
78 ii = ij + ik;
90 ii = ij - ik;
102 ii = ij * ik;
107 opaqueint(ii++);
109 // CHECK: [[T1:%.*]] = load i32* @ii
118 opaqueint(++ii);
120 // CHECK: [[T1:%.*]] = load i32* @ii
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMcovar.h 28 Index i, j, k, l, ii, jj; local
67 ii = ipvt[i];
68 if (ii > jj)
69 r(ii,jj) = r(i,j);
70 if (ii < jj)
71 r(jj,ii) = r(i,j);
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
covar.h 15 Index i, j, k, l, ii, jj; local
54 ii = ipvt[i];
55 if (ii > jj)
56 r(ii,jj) = r(i,j);
57 if (ii < jj)
58 r(jj,ii) = r(i,j);
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.search/
search_pred.pass.cpp 95 int ii[] = {1, 1, 2}; local
96 assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3), count_equal()) == Iter1(ih+3));
search.pass.cpp 52 int ii[] = {1, 1, 2}; local
53 assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3)) == Iter1(ih+3));
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/
main.cpp 27 intint_map ii; local
29 ii[0] = 0; // Set break point at this line.
30 ii[1] = 1;
32 ii[2] = 0;
33 ii[3] = 1;
35 ii[4] = 0;
36 ii[5] = 1;
37 ii[6] = 0;
38 ii[7] = 1;
40 ii[85] = 1234567
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/
main.cpp 27 intint_map ii; local
29 ii.emplace(0,0); // Set break point at this line.
30 ii.emplace(1,1);
32 ii.emplace(2,0);
33 ii.emplace(3,1);
35 ii.emplace(4,0);
36 ii.emplace(5,1);
37 ii.emplace(6,0);
38 ii.emplace(7,1);
40 ii.emplace(85,1234567)
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-template-explicit-specialization.cpp 85 i<int> ii; variable
  /external/eigen/bench/btl/libs/blitz/
blitz_LU_solve_interface.hh 158 int ii = 0 ; local
166 if( ii ) {
167 theSum -= matrix_vector_product_sliced(LU, X, i, ii-1, i-1) ;
168 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*X( Range( ii-1, i-1 ) ) ) ;
169 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*B( Range( ii-1, i-1 ) ) ) ;
171 ii = i+1 ;
  /external/eigen/bench/btl/libs/gmm/
gmm_LU_solve_interface.hh 158 int ii = 0 ; local
166 if( ii ) {
167 theSum -= matrix_vector_product_sliced(LU, X, i, ii-1, i-1) ;
168 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*X( Range( ii-1, i-1 ) ) ) ;
169 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*B( Range( ii-1, i-1 ) ) ) ;
171 ii = i+1 ;
  /external/eigen/bench/btl/libs/mtl4/
mtl4_LU_solve_interface.hh 158 int ii = 0 ; local
166 if( ii ) {
167 theSum -= matrix_vector_product_sliced(LU, X, i, ii-1, i-1) ;
168 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*X( Range( ii-1, i-1 ) ) ) ;
169 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*B( Range( ii-1, i-1 ) ) ) ;
171 ii = i+1 ;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformItemSection.java 99 IndexedItem ii = (IndexedItem) item; local
100 int relativeOffset = ii.getIndex() * ii.writeSize();
  /dalvik/dx/src/com/android/dx/dex/file/
UniformItemSection.java 98 IndexedItem ii = (IndexedItem) item; local
99 int relativeOffset = ii.getIndex() * ii.writeSize();
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
asn1_par.c 235 int ii; local
238 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
239 if (ii < 0)
244 BIO_printf(bp,":%d",ii);
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_cwrs32.c 121 opus_uint32 ii; local
140 ii=icwrs(n,k,&v,y,u);
142 ii=icwrs(n,y);
145 if(ii!=i){
147 (long)ii,(long)i);
  /external/chromium_org/third_party/skia/src/core/
SkMaskGamma.cpp 93 float ii = 0.0f; local
94 for (int i = 0; i < 256; ++i, ii += 1.0f) {
95 float rawSrca = ii / 255.0f;
101 float ii = 0.0f; local
102 for (int i = 0; i < 256; ++i, ii += 1.0f) {
107 float rawSrca = ii / 255.0f;
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
simple_tokenizer.c 128 int ii; local
136 for(ii=0; ii<n; ii++){
140 char ch = c->pCurrent[ii];
141 c->zToken[ii] = (unsigned char)ch<0x80 ? tolower(ch) : ch;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 40 long long ii; member in union:clang::threadSafety::til::MemRegionRef::AlignmentType

Completed in 1026 milliseconds

1 2 3 4 5 6 7