Searched refs:irow (Results 1 - 17 of 17) sorted by relevance

/external/qemu/ui/
H A Dvnchextile.h17 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
[all...]
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_copy_to_ucol.h60 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);
H A DSparseLU_kernel_bmod.h49 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...]
H A DSparseLU_SupernodalMatrix.h248 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
H A DSparseLU_panel_bmod.h128 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);
H A DSparseLU_column_bmod.h56 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);
H A DSparseLU.h716 Index irow = it.index(); local
717 X(irow, j) -= X(jcol, j) * it.value();
/external/chromium_org/third_party/libwebp/utils/
H A Drescaler.c68 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],
195 int32_t* const irow = wrk->irow; local
[all...]
H A Drescaler.h37 int32_t* irow, *frow; // work buffer member in struct:__anon13303
/external/webp/src/utils/
H A Drescaler.c68 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],
195 int32_t* const irow = wrk->irow; local
[all...]
H A Drescaler.h37 int32_t* irow, *frow; // work buffer member in struct:__anon33400
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.cpp102 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
[all...]
H A DGIFImageReader.h97 , irow(0)
120 size_t irow; // Current output row, starting at zero. member in class:GIFLZWContext
/external/openssl/apps/
H A Dsrp.c179 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_srpsal
[all...]
H A Dca.c1724 OPENSSL_STRING *irow=NULL; local
2202 if ((irow=(char **)OPENSSL_malloc(sizeof(char *)*(DB_NUMBER+1))) == NULL)
2210 irow[i]=row[i];
2213 irow[DB_NUMBER]=NULL;
2215 if (!TXT_DB_insert(db->db,irow))
2416 char *row[DB_NUMBER],**rrow,**irow; local
2470 if ((irow=(char **)OPENSSL_malloc(sizeof(char *)*(DB_NUMBER+1))) == NULL)
2478 irow[i]=row[i];
2481 irow[DB_NUMBER]=NULL;
2483 if (!TXT_DB_insert(db->db,irow))
[all...]
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h154 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);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 316 milliseconds