/external/wpa_supplicant_8/hs20/server/www/ |
D | users.php | 22 $row = $db->query("SELECT dump FROM eventlog WHERE rowid=$id")->fetch(); variable 23 $dump = $row['dump']; 41 $row = $db->query("SELECT $mo FROM users WHERE rowid=$id")->fetch(); variable 44 echo $row[$mo]; 49 $row = $db->query("SELECT cert_pem FROM users WHERE rowid=$id")->fetch(); variable 51 echo $row['cert_pem']; 128 $row = $db->query("SELECT rowid,* FROM users WHERE rowid=$id")->fetch(); variable 130 echo "<H3>" . $row['identity'] . "@" . $row['realm'] . "</H3>\n"; 133 if (strlen($row['devinfo']) > 0) { 136 if (strlen($row['devdetail']) > 0) { [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_intra_pred_luma_mode_3_to_9.s | 179 … r1, r1, #9 @ref_main_idx + 2nt - (8 + 1)(two_nt - idx - row ) for 8 & 8 - 1row 196 vmov.i8 d27, #7 @row 0 to 7 198 vsub.s8 d8, d8, d2 @ref_main_idx (sub row) 199 vsub.s8 d8, d26, d8 @ref_main_idx (row 0) 201 vsub.s8 d9, d8, d2 @ref_main_idx + 1 (row 0) 202 vtbl.8 d12, {d0,d1}, d8 @load from ref_main_idx (row 0) 205 vtbl.8 d13, {d0,d1}, d9 @load from ref_main_idx + 1 (row 0) 206 vsub.s8 d4, d8, d2 @ref_main_idx (row 1) 207 vsub.s8 d5, d9, d2 @ref_main_idx + 1 (row 1) 209 vtbl.8 d16, {d0,d1}, d4 @load from ref_main_idx (row 1) [all …]
|
D | ihevc_intra_pred_filters_luma_mode_11_to_17.s | 307 vdup.8 d27, r0 @row value inc or reset accordingly 309 vadd.s8 d8, d8, d27 @ref_main_idx (add row) 310 vsub.s8 d8, d8, d26 @ref_main_idx (row 0) 311 vadd.s8 d9, d8, d2 @ref_main_idx + 1 (row 0) 312 vtbl.8 d12, {d0,d1}, d8 @load from ref_main_idx (row 0) 315 vtbl.8 d13, {d0,d1}, d9 @load from ref_main_idx + 1 (row 0) 316 vadd.s8 d4, d8, d2 @ref_main_idx (row 1) 317 vadd.s8 d5, d9, d2 @ref_main_idx + 1 (row 1) 319 vtbl.8 d16, {d0,d1}, d4 @load from ref_main_idx (row 1) 320 vmull.u8 q12, d12, d7 @mul (row 0) [all …]
|
D | ihevc_intra_pred_chroma_mode_3_to_9.s | 170 … r1, r1, #26 @ref_main_idx + 2nt - (8 + 1)(two_nt - idx - row ) for 8 & 8 - 1row 191 vmov.i8 d9, #22 @row 0 to 7 193 vsub.s8 d8, d8, d27 @ref_main_idx (sub row) 194 vsub.s8 d8, d26, d8 @ref_main_idx (row 0) 196 vsub.s8 d9, d8, d29 @ref_main_idx + 1 (row 0) 197 vtbl.8 d12, {d0,d1,d2,d3}, d8 @load from ref_main_idx (row 0) 200 vtbl.8 d13, {d0,d1,d2,d3}, d9 @load from ref_main_idx + 1 (row 0) 201 vsub.s8 d4, d8, d29 @ref_main_idx (row 1) 202 vsub.s8 d5, d9, d29 @ref_main_idx + 1 (row 1) 206 vtbl.8 d16, {d0,d1,d2,d3}, d4 @load from ref_main_idx (row 1) [all …]
|
D | ihevc_intra_pred_filters_chroma_mode_11_to_17.s | 307 vadd.s8 d8, d8, d27 @ref_main_idx (add row) 308 vsub.s8 d8, d8, d26 @ref_main_idx (row 0) 309 vadd.s8 d9, d8, d29 @ref_main_idx + 1 (row 0) 310 vtbl.8 d12, {d0,d1,d2,d3}, d8 @load from ref_main_idx (row 0) 313 vtbl.8 d13, {d0,d1,d2,d3}, d9 @load from ref_main_idx + 1 (row 0) 314 vadd.s8 d4, d8, d29 @ref_main_idx (row 1) 315 vadd.s8 d5, d9, d29 @ref_main_idx + 1 (row 1) 317 @ mov r0, #4 @ 2 *(row * 2 ) 320 vtbl.8 d16, {d0,d1,d2,d3}, d4 @load from ref_main_idx (row 1) 321 vmull.u8 q12, d12, d7 @mul (row 0) [all …]
|
/external/libhevc/common/ |
D | ihevc_padding.c | 95 WORD32 row; in ihevc_pad_vert() local 97 for(row = 1; row <= pad_size; row++) in ihevc_pad_vert() 99 memcpy(pu1_src - row * src_strd, pu1_src, wd); in ihevc_pad_vert() 100 memcpy(pu1_src + (ht + row - 1) * src_strd, in ihevc_pad_vert() 149 WORD32 row; in ihevc_pad_horz_chroma() local 157 for(row = 0; row < ht; row++) in ihevc_pad_horz_chroma() 216 WORD32 row; in ihevc_pad_horz_luma() local 218 for(row = 0; row < ht; row++) in ihevc_pad_horz_luma() 273 WORD32 row; in ihevc_pad_top() local 275 for(row = 1; row <= pad_size; row++) in ihevc_pad_top() [all …]
|
D | ihevc_inter_pred_filters.c | 116 WORD32 row, col; in ihevc_inter_pred_luma_copy() local 118 for(row = 0; row < ht; row++) in ihevc_inter_pred_luma_copy() 178 WORD32 row, col, i; in ihevc_inter_pred_luma_horz() local 181 for(row = 0; row < ht; row++) in ihevc_inter_pred_luma_horz() 251 WORD32 row, col, i; in ihevc_inter_pred_luma_vert() local 254 for(row = 0; row < ht; row++) in ihevc_inter_pred_luma_vert() 324 WORD32 row, col; in ihevc_inter_pred_luma_copy_w16out() local 326 for(row = 0; row < ht; row++) in ihevc_inter_pred_luma_copy_w16out() 390 WORD32 row, col, i; in ihevc_inter_pred_luma_horz_w16out() local 393 for(row = 0; row < ht; row++) in ihevc_inter_pred_luma_horz_w16out() [all …]
|
D | ihevc_sao.c | 85 WORD32 row, col; in ihevc_sao_band_offset_luma() local 88 for(row = 0; row < ht; row++) in ihevc_sao_band_offset_luma() 90 pu1_src_left[row] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_luma() 108 for(row = 0; row < ht; row++) in ihevc_sao_band_offset_luma() 140 WORD32 row, col; in ihevc_sao_band_offset_chroma() local 143 for(row = 0; row < ht; row++) in ihevc_sao_band_offset_chroma() 145 pu1_src_left[2 * row] = pu1_src[row * src_strd + (wd - 2)]; in ihevc_sao_band_offset_chroma() 146 pu1_src_left[2 * row + 1] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_chroma() 168 for(row = 0; row < ht; row++) in ihevc_sao_band_offset_chroma() 198 WORD32 row, col; in ihevc_sao_edge_offset_class0() local [all …]
|
D | ihevc_chroma_intra_pred_filters.c | 475 WORD32 row, col; in ihevc_intra_pred_chroma_planar() local 497 for(row = 0; row < nt; row++) in ihevc_intra_pred_chroma_planar() 501 pu1_dst[row * dst_strd + col] = ((nt - 1 - col / 2) in ihevc_intra_pred_chroma_planar() 502 * pu1_ref[2 * (two_nt - 1 - row)] in ihevc_intra_pred_chroma_planar() 504 + (nt - 1 - row) * pu1_ref[2 * (two_nt + 1) + col] in ihevc_intra_pred_chroma_planar() 505 + (row + 1) * pu1_ref[2 * (nt - 1)] + nt) >> (log2nt + 1); in ihevc_intra_pred_chroma_planar() 507 pu1_dst[row * dst_strd + col + 1] = ((nt - 1 - col / 2) in ihevc_intra_pred_chroma_planar() 508 * pu1_ref[2 * (two_nt - 1 - row) + 1] in ihevc_intra_pred_chroma_planar() 510 + (nt - 1 - row) * pu1_ref[2 * (two_nt + 1) + col + 1] in ihevc_intra_pred_chroma_planar() 511 + (row + 1) * pu1_ref[2 * (nt - 1) + 1] + nt) >> (log2nt + 1); in ihevc_intra_pred_chroma_planar() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | QRDecompositionImpl.java | 100 for (int row = minor; row < m; row++) { in QRDecompositionImpl() 101 final double c = qrtMinor[row]; in QRDecompositionImpl() 134 for (int row = minor; row < m; row++) { in QRDecompositionImpl() 135 alpha -= qrtCol[row] * qrtMinor[row]; in QRDecompositionImpl() 140 for (int row = minor; row < m; row++) { in QRDecompositionImpl() 141 qrtCol[row] -= alpha * qrtMinor[row]; in QRDecompositionImpl() 159 for (int row = FastMath.min(m, n) - 1; row >= 0; row--) { in getR() 160 cachedR.setEntry(row, row, rDiag[row]); in getR() 161 for (int col = row + 1; col < n; col++) { in getR() 162 cachedR.setEntry(row, col, qrt[col][row]); in getR() [all …]
|
D | AbstractRealMatrix.java | 86 for (int row = 0; row < rowCount; ++row) { in add() 88 out.setEntry(row, col, getEntry(row, col) + m.getEntry(row, col)); in add() 105 for (int row = 0; row < rowCount; ++row) { in subtract() 107 out.setEntry(row, col, getEntry(row, col) - m.getEntry(row, col)); in subtract() 121 for (int row = 0; row < rowCount; ++row) { in scalarAdd() 123 out.setEntry(row, col, getEntry(row, col) + d); in scalarAdd() 137 for (int row = 0; row < rowCount; ++row) { in scalarMultiply() 139 out.setEntry(row, col, getEntry(row, col) * d); in scalarMultiply() 158 for (int row = 0; row < nRows; ++row) { in multiply() 162 sum += getEntry(row, i) * m.getEntry(i, col); in multiply() [all …]
|
D | BigMatrixImpl.java | 198 for (int row = 1; row < nRows; row++) { in BigMatrixImpl() 199 if (d[row].length != nCols) { in BigMatrixImpl() 202 nCols, d[row].length); in BigMatrixImpl() 228 for (int row = 1; row < nRows; row++) { in BigMatrixImpl() 229 if (d[row].length != nCols) { in BigMatrixImpl() 232 nCols, d[row].length); in BigMatrixImpl() 251 for (int row = 0; row < nRows; row++) { in BigMatrixImpl() 252 data[row][0] = v[row]; in BigMatrixImpl() 283 for (int row = 0; row < rowCount; row++) { in add() 284 final BigDecimal[] dataRow = data[row]; in add() [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | matrix-decomposition.js | 147 var row = []; 148 row.push(m3d[0].slice(0, 3)); 150 scale.push(length(row[0])); 151 row[0] = normalize(row[0]); 154 row.push(m3d[1].slice(0, 3)); 155 skew.push(dot(row[0], row[1])); 156 row[1] = combine(row[1], row[0], 1.0, -skew[0]); 158 scale.push(length(row[1])); 159 row[1] = normalize(row[1]); 162 row.push(m3d[2].slice(0, 3)); [all …]
|
/external/eigen/bench/btl/generic_bench/init/ |
D | init_matrix.hh | 28 BTL_DONT_INLINE void init_row(Vector & X, int size, int row){ in init_row() argument 33 X[j]=typename Vector::value_type(init_function(row,j)); in init_row() 45 for (int row=0; row<A.size() ; row++){ in init_matrix() local 46 init_row<init_function>(A[row],size,row); in init_matrix() 53 for (int row=0; row<A.size() ; row++) in init_matrix_symm() local 54 A[row].resize(size); in init_matrix_symm() 55 for (int row=0; row<A.size() ; row++){ in init_matrix_symm() local 56 A[row][row] = init_function(row,row); in init_matrix_symm() 57 for (int col=0; col<row ; col++){ in init_matrix_symm() 58 double x = init_function(row,col); in init_matrix_symm() [all …]
|
/external/libavc/common/arm/ |
D | ih264_weighted_pred_a9q.s | 136 vld1.32 d4[0], [r0], r2 @load row 1 in source 137 vld1.32 d4[1], [r0], r2 @load row 2 in source 138 vld1.32 d6[0], [r0], r2 @load row 3 in source 139 vld1.32 d6[1], [r0], r2 @load row 4 in source 157 vst1.32 d4[0], [r1], r3 @store row 1 in destination 158 vst1.32 d4[1], [r1], r3 @store row 2 in destination 159 vst1.32 d6[0], [r1], r3 @store row 3 in destination 160 vst1.32 d6[1], [r1], r3 @store row 4 in destination 168 vld1.8 d4, [r0], r2 @load row 1 in source 169 vld1.8 d6, [r0], r2 @load row 2 in source [all …]
|
D | ih264_weighted_bi_pred_a9q.s | 169 vld1.32 d4[0], [r0], r3 @load row 1 in source 1 170 vld1.32 d4[1], [r0], r3 @load row 2 in source 1 171 vld1.32 d6[0], [r1], r4 @load row 1 in source 2 172 vld1.32 d6[1], [r1], r4 @load row 2 in source 2 175 vld1.32 d8[0], [r0], r3 @load row 3 in source 1 176 vld1.32 d8[1], [r0], r3 @load row 4 in source 1 178 vld1.32 d10[0], [r1], r4 @load row 3 in source 2 179 vld1.32 d10[1], [r1], r4 @load row 4 in source 2 199 vst1.32 d4[0], [r2], r5 @store row 1 in destination 200 vst1.32 d4[1], [r2], r5 @store row 2 in destination [all …]
|
/external/libavc/common/ |
D | ih264_padding.c | 95 WORD32 row; in ih264_pad_top() local 97 for(row = 1; row <= pad_size; row++) in ih264_pad_top() 99 memcpy(pu1_src - row * src_strd, pu1_src, wd); in ih264_pad_top() 136 WORD32 row; in ih264_pad_bottom() local 138 for(row = 1; row <= pad_size; row++) in ih264_pad_bottom() 140 memcpy(pu1_src + (row - 1) * src_strd, pu1_src - 1 * src_strd, wd); in ih264_pad_bottom() 175 WORD32 row; in ih264_pad_left_luma() local 177 for(row = 0; row < ht; row++) in ih264_pad_left_luma() 218 WORD32 row, col; in ih264_pad_left_chroma() local 227 for(row = 0; row < ht; row++) in ih264_pad_left_chroma() [all …]
|
/external/ceres-solver/internal/ceres/ |
D | visibility_test.cc | 66 CompressedRow& row = bs.rows.back(); in TEST() local 67 row.block.size = 2; in TEST() 68 row.block.position = 0; in TEST() 69 row.cells.push_back(Cell(0, 0)); in TEST() 70 row.cells.push_back(Cell(5, 0)); in TEST() 76 CompressedRow& row = bs.rows.back(); in TEST() local 77 row.block.size = 2; in TEST() 78 row.block.position = 2; in TEST() 79 row.cells.push_back(Cell(0, 1)); in TEST() 80 row.cells.push_back(Cell(3, 1)); in TEST() [all …]
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
D | BC_DefaultPlacement.cpp | 49 FX_BOOL CBC_DefaultPlacement::getBit(int32_t col, int32_t row) { in getBit() argument 50 return m_bits[row * m_numcols + col] == 1; in getBit() 52 void CBC_DefaultPlacement::setBit(int32_t col, int32_t row, FX_BOOL bit) { in setBit() argument 53 m_bits[row * m_numcols + col] = bit ? (uint8_t)1 : (uint8_t)0; in setBit() 55 FX_BOOL CBC_DefaultPlacement::hasBit(int32_t col, int32_t row) { in hasBit() argument 56 return m_bits[row * m_numcols + col] != 2; in hasBit() 60 int32_t row = 4; in place() local 63 if ((row == m_numrows) && (col == 0)) { in place() 66 if ((row == m_numrows - 2) && (col == 0) && ((m_numcols % 4) != 0)) { in place() 69 if ((row == m_numrows - 2) && (col == 0) && (m_numcols % 8 == 4)) { in place() [all …]
|
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 160 int index, row, col, halfway = 16; in initBuf() local 164 for (row = 0; row < h; row++) { in initBuf() 167 index = pitch * (h - row - 1) + col; in initBuf() 169 index = pitch * row + col; in initBuf() 170 if (((row / 8) + (col / 8)) % 2 == 0) in initBuf() 171 buf[index] = (row < halfway) ? (byte)255 : 0; in initBuf() 173 buf[index] = (row < halfway) ? 76 : (byte)226; in initBuf() 180 for (row = 0; row < h; row++) { in initBuf() 183 index = (h - row - 1) * w + col; in initBuf() 185 index = row * w + col; in initBuf() [all …]
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | DataTable.java | 47 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick); in onRowClicked() argument 64 public Widget createWidget(int row, int cell, JSONObject rowObject); in createWidget() argument 108 protected void setRowStyle(int row) { in setRowStyle() argument 109 table.getRowFormatter().setStyleName(row, "data-row"); in setRowStyle() 110 if ((row & 1) == 0) { in setRowStyle() 111 table.getRowFormatter().addStyleName(row, "data-row-alternate"); in setRowStyle() 114 table.getRowFormatter().addStyleName(row, CLICKABLE_STYLE); in setRowStyle() 141 protected void preprocessRow(JSONObject row) {} in preprocessRow() argument 143 protected String[] getRowText(JSONObject row) { in getRowText() argument 150 JSONValue columnValue = row.get(columnKey); in getRowText() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tile.c | 42 unsigned row; /* current source row */ in micro_tile_8_x_4_8bit() local 49 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_4_8bit() 53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col; in micro_tile_8_x_4_8bit() 54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + in micro_tile_8_x_4_8bit() 58 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_4_8bit() 73 unsigned row; /* current source row */ in micro_tile_4_x_4_16bit() local 80 for (row = 0; row < height; row += tile_height) in micro_tile_4_x_4_16bit() 84 uint16_t *src2 = (uint16_t *)src + src_pitch * row + col; in micro_tile_4_x_4_16bit() 85 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_4_x_4_16bit() 89 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_4_x_4_16bit() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 42 unsigned row; /* current source row */ in micro_tile_8_x_4_8bit() local 49 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_4_8bit() 53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col; in micro_tile_8_x_4_8bit() 54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + in micro_tile_8_x_4_8bit() 58 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_4_8bit() 73 unsigned row; /* current source row */ in micro_tile_4_x_4_16bit() local 80 for (row = 0; row < height; row += tile_height) in micro_tile_4_x_4_16bit() 84 uint16_t *src2 = (uint16_t *)src + src_pitch * row + col; in micro_tile_4_x_4_16bit() 85 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_4_x_4_16bit() 89 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_4_x_4_16bit() [all …]
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_convert.cpp | 159 int row, col; in _Obtain_Pal() local 162 for (row = 0; row < 256; row++) { in _Obtain_Pal() 163 int lut_offset = lut_1 - row; in _Obtain_Pal() 170 dest_pal[row] = ((FX_DWORD)r << 16) | ((FX_DWORD)g << 8) | b | 0xff000000; in _Obtain_Pal() 171 aLut[lut_offset] = row; in _Obtain_Pal() 174 for (row = 0; row < 256; row++) { in _Obtain_Pal() 175 int lut_offset = lut_1 - row; in _Obtain_Pal() 194 dest_pal[row] = win_mac_pal[c_index]; in _Obtain_Pal() 195 aLut[lut_offset] = row; in _Obtain_Pal() 226 int row, col; in BuildPalette() local [all …]
|
/external/deqp/framework/common/ |
D | tcuMatrix.hpp | 68 inline const T& operator() (int row, int col) const { return m_data[col][row]; } in operator ()() argument 69 inline T& operator() (int row, int col) { return m_data[col][row]; } in operator ()() argument 314 for (int row = 0; row < Rows; row++) in Matrix() local 316 (*this)(row, col) = (row == col) ? T(1) : T(0); in Matrix() 323 for (int row = 0; row < Rows; row++) in Matrix() local 325 (*this)(row, col) = (row == col) ? src : T(0); in Matrix() 332 for (int row = 0; row < Rows; row++) in Matrix() local 334 (*this)(row, col) = src[row*Cols + col]; in Matrix() 342 for (int row = 0; row < Rows; row++) in Matrix() local 344 (*this)(row, col) = (row == col) ? src.m_data[row] : T(0); in Matrix() [all …]
|