HomeSort by relevance Sort by last modified time
    Searched refs:irow (Results 1 - 20 of 20) sorted by null

  /external/qemu/ui/
vnchextile.h 17 pixel_t *irow = (pixel_t *)row; local
35 bg = irow[i];
39 if (irow[i] != bg) {
40 fg = irow[i];
45 if (irow[i] != bg && irow[i] != fg) {
48 if (irow[i] == bg)
50 else if (irow[i] == fg)
60 irow += ds_get_linesize(vs->ds) / sizeof(pixel_t);
88 irow = (pixel_t *)row
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_copy_to_ucol.h 60 Index new_next,irow; local
86 irow = glu.lsub(isub);
87 glu.usub(nextu) = perm_r(irow); // Unlike the L part, the U part is stored in its final order
88 glu.ucol(nextu) = dense(irow);
89 dense(irow) = Scalar(0.0);
SparseLU_kernel_bmod.h 49 Index irow; local
52 irow = lsub(isub);
53 tempv(i) = dense(irow);
80 irow = lsub(isub++);
81 dense(irow) = tempv(i);
87 irow = lsub(isub++);
88 dense(irow) -= l(i);
108 const /*typename IndexVector::Scalar*/Index* irow(lsub.data()+lptr + no_zeros + 1);
112 Index i0 = *(irow++);
113 Index i1 = *(irow++)
    [all...]
SparseLU_SupernodalMatrix.h 248 Index irow; //Current index row local
258 irow = it.row();
259 X(irow, j) -= X(fsupc, j) * it.value();
284 irow = rowIndex()[iptr];
285 X(irow, j) -= work(i, j); // Scatter operation
SparseLU_panel_bmod.h 128 Index irow = glu.lsub(isub); local
129 U(i+off,u_col) = dense_col(irow);
173 Index irow = glu.lsub(isub++); local
174 dense_col(irow) = U.coeff(i+off,u_col);
181 Index irow = glu.lsub(isub++); local
182 dense_col(irow) -= L.coeff(i,u_col);
SparseLU_column_bmod.h 56 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; local
129 irow = glu.lsub(isub);
130 glu.lusup(nextlu) = dense(irow);
131 dense(irow) = Scalar(0.0);
SparseLU.h 716 Index irow = it.index(); local
717 X(irow, j) -= X(jcol, j) * it.value();
  /external/chromium_org/third_party/libwebp/utils/
rescaler.c 68 wrk->irow[x_out] += wrk->frow[x_out];
75 int32_t* const irow = wrk->irow; local
81 const int v = (int)MULT_FIX(irow[x_out] - frac, wrk->fxy_scale);
83 irow[x_out] = frac; // new fractional start
103 int* irow = wrk->irow + channel; local
133 "lw %[base], 0(%[irow]) \n\t"
142 "sw %[base], 0(%[irow]) \n\t"
143 "addu %[irow], %[irow], %[x_stride1] \n\t
195 int32_t* const irow = wrk->irow; local
    [all...]
rescaler.h 37 int32_t* irow, *frow; // work buffer member in struct:__anon16923
  /external/webp/src/utils/
rescaler.c 68 wrk->irow[x_out] += wrk->frow[x_out];
75 int32_t* const irow = wrk->irow; local
81 const int v = (int)MULT_FIX(irow[x_out] - frac, wrk->fxy_scale);
83 irow[x_out] = frac; // new fractional start
103 int* irow = wrk->irow + channel; local
133 "lw %[base], 0(%[irow]) \n\t"
142 "sw %[base], 0(%[irow]) \n\t"
143 "addu %[irow], %[irow], %[x_stride1] \n\t
195 int32_t* const irow = wrk->irow; local
    [all...]
rescaler.h 37 int32_t* irow, *frow; // work buffer member in struct:__anon37092
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.cpp 102 int drowStart = irow;
103 int drowEnd = irow;
155 irow++;
160 irow += 8;
161 if (irow >= m_frameContext->height()) {
163 irow = 4;
168 irow += 8;
169 if (irow >= m_frameContext->height()) {
171 irow = 2;
176 irow += 4
    [all...]
GIFImageReader.h 97 , irow(0)
120 size_t irow; // Current output row, starting at zero. member in class:GIFLZWContext
  /external/chromium_org/third_party/openssl/openssl/apps/
srp.c 179 char ** irow; local
182 if ((irow=(char **)OPENSSL_malloc(sizeof(char *)*(DB_NUMBER+1))) == NULL)
190 irow[i]=row[i];
193 irow[DB_NUMBER]=NULL;
195 if (!TXT_DB_insert(db->db,irow))
199 OPENSSL_free(irow);
651 char **irow = NULL; local
654 irow = (char **)sk_OPENSSL_PSTRING_value(db->db->data, userindex);
656 if (!srp_verify_user(user, row[DB_srpverifier], row[DB_srpsalt], irow ? irow[DB_srpsalt] : row[DB_srpgN], irow ? irow[DB_srpverifier] : NULL, passin, bio_err, verbose)
    [all...]
ca.c 1722 OPENSSL_STRING *irow=NULL; local
2414 char *row[DB_NUMBER],**rrow,**irow; local
    [all...]
  /external/openssl/apps/
srp.c 179 char ** irow; local
182 if ((irow=(char **)OPENSSL_malloc(sizeof(char *)*(DB_NUMBER+1))) == NULL)
190 irow[i]=row[i];
193 irow[DB_NUMBER]=NULL;
195 if (!TXT_DB_insert(db->db,irow))
199 OPENSSL_free(irow);
651 char **irow = NULL; local
654 irow = (char **)sk_OPENSSL_PSTRING_value(db->db->data, userindex);
656 if (!srp_verify_user(user, row[DB_srpverifier], row[DB_srpsalt], irow ? irow[DB_srpsalt] : row[DB_srpgN], irow ? irow[DB_srpverifier] : NULL, passin, bio_err, verbose)
    [all...]
ca.c 1722 OPENSSL_STRING *irow=NULL; local
2414 char *row[DB_NUMBER],**rrow,**irow; local
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 154 IndexType irow(n); // Row indices of nonzero elements in each column
183 irow.setLinSpaced(n,0,n-1);
187 irow(rowIdx[i]) = rowIdx[i];
221 internal::QuickSplit(curCol, irow, p);
227 rowIdx[i] = irow(cpt);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqlext.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 400 milliseconds