/external/mesa3d/src/mesa/main/ |
texstore.c | 1199 GLint row, col; local 1331 int img, row, col; local 1358 int img, row, col; local 1384 GLint img, row, col; local 1483 GLint img, row, col; local 1556 int img, row, col; local 1717 GLint img, row, col; local 1781 GLint img, row, col; local 1886 GLint img, row, col; local 1960 GLint img, row, col; local 2032 GLint img, row, col; local 2085 GLint img, row, col; local 2146 GLint img, row, col; local 2277 GLint img, row, col; local 2463 GLint img, row, col; local 2517 GLint img, row, col; local 2573 GLint img, row, col; local 2630 GLint img, row, col; local 2676 GLint img, row, col; local 2735 GLint img, row, col; local 3752 GLint img, row, col; local 3800 GLint img, row, col; local 3911 GLint img, row, col; local 3977 GLint img, row, col; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
rdcolmap.c | 174 unsigned int w, h, maxval, row, col; local 195 for (col = 0; col < w; col++) { 206 for (col = 0; col < w; col++) {
|
rdrle.c | 209 JDIMENSION col; local 219 for (col = cinfo->image_width; col > 0; col--) { 244 JDIMENSION row, col; local 295 for (col = 0; col < cinfo->image_width; col++) { 298 (colormap[GETJSAMPLE(rle_row[channel][col]) + 256 * channel] >> 8); 321 for (col = cinfo->image_width; col > 0; col--) [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
Hex.java | 282 int col = 0; local 285 if (col == 0) { 295 } else if ((col & 1) == 0) { 301 col++; 302 if (col == bpl) { 304 col = 0; 309 if (col != 0) {
|
/external/libvpx/libvpx/vp8/common/ |
reconinter.c | 131 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3); 133 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7) 135 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch); 154 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3); 156 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7) 158 x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride); 169 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3); 171 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7) 173 x->subpixel_predict8x4(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride); 185 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3) [all...] |
postproc.c | 144 int col; local 154 for (col = 0; col < cols; col++) 156 unsigned char p_above2 = p_src[col - 2 * src_pixels_per_line]; 157 unsigned char p_above1 = p_src[col - src_pixels_per_line]; 158 unsigned char p_below1 = p_src[col + src_pixels_per_line]; 159 unsigned char p_below2 = p_src[col + 2 * src_pixels_per_line]; 161 v = p_src[col]; 163 if ((abs(v - p_above2) < f[col]) && (abs(v - p_above1) < f[col] [all...] |
/external/chromium_org/third_party/skia/include/utils/ |
SkMatrix44.h | 205 * get a value from the matrix. The row,col parameters work as follows: 210 inline SkMScalar get(int row, int col) const { 212 SkASSERT((unsigned)col <= 3); 213 return fMat[col][row]; 217 * set a value in the matrix. The row,col parameters work as follows: 222 inline void set(int row, int col, SkMScalar value) { 224 SkASSERT((unsigned)col <= 3); 225 fMat[col][row] = value; 229 inline double getDouble(int row, int col) const { 230 return SkMScalarToDouble(this->get(row, col)); [all...] |
/external/skia/include/utils/ |
SkMatrix44.h | 205 * get a value from the matrix. The row,col parameters work as follows: 210 inline SkMScalar get(int row, int col) const { 212 SkASSERT((unsigned)col <= 3); 213 return fMat[col][row]; 217 * set a value in the matrix. The row,col parameters work as follows: 222 inline void set(int row, int col, SkMScalar value) { 224 SkASSERT((unsigned)col <= 3); 225 fMat[col][row] = value; 229 inline double getDouble(int row, int col) const { 230 return SkMScalarToDouble(this->get(row, col)); [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
capitst.c | 281 UCollator *col, *ruled; local 304 col = ucol_open("en_US", &status); 310 ucol_getVersion(col, versionArray); 324 ucol_getUCAVersion(col, versionUCAArray); 337 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < abc comparison failed"); 342 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < AB comparison failed"); 348 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER), 352 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), 357 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER), 364 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength") 570 UCollator *col; local 663 UCollator * col; local 819 UCollator * col = ucol_open("en_US", &err); local 1003 UCollator *col; local 1147 UCollator *col; local 1202 UCollator *col; local [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactorySpiTest.java | 93 Collection col = certFactorySpi local 95 assertNull("Not null Collection", col); 161 Collection col = certFactorySpi local 163 assertNull("Result must be null", col); 177 col = certFactorySpi.engineGenerateCRLs(dis); 178 assertNull("Result must be null", col); 231 Collection col = certFactorySpi local 233 assertNull("Result must be null", col); 247 col = certFactorySpi.engineGenerateCRLs(dis); 248 assertNull("Result must be null", col); [all...] |
/external/eigen/Eigen/src/Core/ |
MapBase.h | 90 inline const Scalar& coeff(Index row, Index col) const 92 return m_data[col * colStride() + row * rowStride()]; 101 inline const Scalar& coeffRef(Index row, Index col) const 103 return this->m_data[col * colStride() + row * rowStride()]; 113 inline PacketScalar packet(Index row, Index col) const 116 (m_data + (col * colStride() + row * rowStride())); 201 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col) 203 return this->m_data[col * colStride() + row * rowStride()]; 213 inline void writePacket(Index row, Index col, const PacketScalar& x) 216 (this->m_data + (col * colStride() + row * rowStride()), x) [all...] |
TriangularMatrix.h | 54 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } 55 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } 57 /** \see MatrixBase::copyCoeff(row,col) 60 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) 62 derived().coeffRef(row, col) = other.coeff(row, col); 65 inline Scalar operator()(Index row, Index col) const 67 check_coordinates(row, col); 436 col = (UnrollCount-1) \/ Derived1::RowsAtCompileTime, enumerator in enum:Eigen::internal::triangular_assignment_selector::__anon17681 [all...] |
BooleanRedux.h | 21 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::all_unroller::__anon17489 27 return all_unroller<Derived, UnrollCount-1>::run(mat) && mat.coeff(row, col); 47 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::any_unroller::__anon17490 53 return any_unroller<Derived, UnrollCount-1>::run(mat) || mat.coeff(row, col);
|
/external/eigen/test/ |
product.h | 126 res.col(i) = m1 * m2.transpose().col(i); 137 VERIFY_IS_APPROX(res.col(r).noalias() = square.adjoint() * square.col(r), (square.adjoint() * square.col(r)).eval()); 138 VERIFY_IS_APPROX(res.col(r).noalias() = square * square.col(r), (square * square.col(r)).eval()); 141 Scalar x = square2.row(c) * square2.col(c2); 142 VERIFY_IS_APPROX(x, square2.row(c).transpose().cwiseProduct(square2.col(c2)).sum()) [all...] |
umeyama.cpp | 40 for (int col = 0; col < size; ++col) 42 typename MatrixType::ColXpr colVec = Q.col(col); 43 for (int prevCol = 0; prevCol < col; ++prevCol) 45 typename MatrixType::ColXpr prevColVec = Q.col(prevCol); 48 Q.col(col) = colVec.normalized(); 88 Q.col(0) *= internal::conj(Q.determinant()) [all...] |
/dalvik/opcode-gen/ |
opcode-gen.awk | 182 col = 1; 185 col = colPrint(value, (i == MAX_PACKED_OPCODE), col, 16, 2, " "); 201 col = 1; 204 col = colPrint(value, (i == MAX_PACKED_OPCODE), col, 7, 9, " "); 211 col = 1; 214 col = colPrint(value, (i == MAX_PACKED_OPCODE), col, 3, 19, " "); 236 function colPrint(value, isLast, col, numCols, colWidth, linePrefix) [all...] |
/external/icu4c/test/cintltst/ |
capitst.c | 278 UCollator *col, *ruled; local 301 col = ucol_open("en_US", &status); 307 ucol_getVersion(col, versionArray); 321 ucol_getUCAVersion(col, versionUCAArray); 330 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison failed"); 335 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison failed"); 340 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed"); 345 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "black bird < black-bird comparison failed"); 350 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed"); 355 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength") 567 UCollator *col; local 660 UCollator * col; local 818 UCollator * col = ucol_open("en_US", &err); local 1076 UCollator *col; local 1221 UCollator *col; local 1276 UCollator *col; local [all...] |
/external/eigen/unsupported/Eigen/src/Skyline/ |
SkylineMatrixBase.h | 160 for (Index col = 0; col < cols(); col++) { 161 if (other.coeff(row, col) != Scalar(0)) 162 derived().insert(row, col) = other.coeff(row, col);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
symbol-table.cpp | 49 vector<char *> col; local 50 SplitToVector(line, "\n\t ", &col, true); 51 if (col.size() == 0) // empty line 53 if (col.size() != 2) { 58 const char *symbol = col[0]; 59 const char *value = col[1];
|
/external/jpeg/ |
rdrle.c | 209 JDIMENSION col; local 219 for (col = cinfo->image_width; col > 0; col--) { 244 JDIMENSION row, col; local 295 for (col = 0; col < cinfo->image_width; col++) { 298 (colormap[GETJSAMPLE(rle_row[channel][col]) + 256 * channel] >> 8); 321 for (col = cinfo->image_width; col > 0; col--) [all...] |
/frameworks/av/cmds/stagefright/ |
jpeg.cpp | 76 for (int col = 0; col < width; col++) {
|
/external/ceres-solver/internal/ceres/ |
block_random_access_crs_matrix_test.cc | 72 int col; local 76 &row, &col, 80 EXPECT_EQ(col, 0); 84 row, col, blocks[row_block_id], blocks[col_block_id]) =
|
block_random_access_sparse_matrix_test.cc | 72 int col; local 76 &row, &col, 80 EXPECT_EQ(col, 0); 86 row, col, blocks[row_block_id], blocks[col_block_id]) =
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXTableCell.cpp | 136 columnRange.first = renderCell->col(); 157 int col = renderCell->col(); local 158 if (!col)
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
canittst.h | 45 UnicodeString collectionToString(Hashtable *col); 46 //static UnicodeString collectionToString(Collection col);
|