Home
last modified time | relevance | path

Searched defs:row (Results 201 - 225 of 533) sorted by relevance

12345678910>>...22

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTable.java115 public Builder<T> putRow(T key, Map<Column<?>, ?> row) { in putRow() argument
124 public Builder<T> addRow(T key, Map<Column<?>, ?> row) { in addRow() argument
134 addRow(T key, List<Assignment<?>> row) addRow() argument
492 accept(List<String> row) accept() argument
[all...]
H A DRangeTable.java897 empty(RangeTree row) empty() argument
901 of(RangeTree row, Column<?> col, Optional<?> val, Row next) of() argument
[all...]
/third_party/openssl/apps/
H A Dsrp.c95 static int update_index(CA_DB *db, char **row) in update_index() argument
440 char **row = in srp_main() local
447 char *row[DB_NUMBER]; in srp_main() local
495 char **row = srp_main() local
[all...]
/third_party/skia/src/codec/
H A DSkBmpStandardCodec.cpp229 uint32_t row = this->getDstRow(y, dstInfo.height()); in decodeRows() local
326 int row = this->getDstRow(y, dstInfo.height()); in decodeIcoMask() local
/third_party/skia/src/core/
H A DSkBitmapProcState.cpp308 const SkPMColor* row = s.fPixmap.addr32(0, iy); in Clamp_S32_D32_nofilter_trans_shaderproc() local
370 const SkPMColor* row = s.fPixmap.addr32(0, iy); Repeat_S32_D32_nofilter_trans_shaderproc() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h27 int row; member
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcdctmgr.c336 int row, col; in start_pass_fdctmgr() local
H A Drdgif.c581 JDIMENSION row; in METHODDEF() local
[all...]
/third_party/skia/third_party/externals/libpng/arm/
H A Dfilter_neon_intrinsics.c52 png_read_filter_row_up_neon(png_row_infop row_info, png_bytep row, in png_read_filter_row_up_neon() argument
73 png_read_filter_row_sub3_neon(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub3_neon() argument
120 png_read_filter_row_sub4_neon(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub4_neon() argument
152 png_read_filter_row_avg3_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_avg3_neon() argument
220 png_read_filter_row_avg4_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_avg4_neon() argument
289 png_read_filter_row_paeth3_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_paeth3_neon() argument
357 png_read_filter_row_paeth4_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_paeth4_neon() argument
418 png_read_filter_row_up_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_up_neon() argument
455 png_read_filter_row_up_x2_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_up_x2_neon() argument
502 png_read_filter_row_sub3_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_sub3_neon() argument
577 png_read_filter_row_sub4_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_sub4_neon() argument
644 png_read_filter_row_avg3_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_avg3_neon() argument
755 png_read_filter_row_avg3_x2_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_avg3_x2_neon() argument
939 png_read_filter_row_avg4_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_avg4_neon() argument
1032 png_read_filter_row_avg4_x2_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_avg4_x2_neon() argument
1195 png_read_filter_row_paeth3_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_paeth3_neon() argument
1307 png_read_filter_row_paeth3_x2_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_paeth3_x2_neon() argument
1496 png_read_filter_row_paeth4_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_paeth4_neon() argument
1594 png_read_filter_row_paeth4_x2_neon(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_paeth4_x2_neon() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-win.c590 ulg i, row, lastrow; in rpng_win_display_image() local
/third_party/skia/third_party/externals/libpng/
H A Dpngpread.c1188 png_push_have_row(png_structrp png_ptr, png_bytep row) in png_push_have_row() argument
[all...]
/third_party/skia/third_party/externals/libpng/powerpc/
H A Dfilter_vsx_intrinsics.c58 void png_read_filter_row_up_vsx(png_row_infop row_info, png_bytep row, in png_read_filter_row_up_vsx() argument
174 void png_read_filter_row_sub4_vsx(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub4_vsx() argument
231 void png_read_filter_row_sub3_vsx(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub3_vsx() argument
295 png_read_filter_row_avg4_vsx(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_avg4_vsx() argument
382 png_read_filter_row_avg3_vsx(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_avg3_vsx() argument
500 png_read_filter_row_paeth4_vsx(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_paeth4_vsx() argument
620 png_read_filter_row_paeth3_vsx(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_paeth3_vsx() argument
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgifdec.c151 uint32_t* row = dst + y * stride; in GIFReadFrame() local
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.c187 png_bytep row = buffer->u.RGBA.rgba; in WebPWritePNG() local
227 const uint8_t* row = buffer->u.RGBA.rgba; in WritePPMPAM() local
/third_party/skia/src/pathops/
H A DSkPathWriter.cpp298 int row = pair / endCount; in assemble() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_linearization_info.cpp1438 dng_urational dng_linearization_info::BlackLevel (uint32 row, in BlackLevel() argument
[all...]
/third_party/skia/include/core/
H A DSkM44.h256 SkV4 row(int i) const { in row() function in SkM44
/kernel/linux/linux-5.10/drivers/edac/
H A Darmada_xp_edac.c82 axp_mc_calc_address(struct axp_mc_drvdata *drvdata, uint8_t cs, uint8_t bank, uint16_t row, uint16_t col) axp_mc_calc_address() argument
[all...]
H A Dppc4xx_edac.c317 unsigned int row, rows; in ppc4xx_edac_generate_bank_message() local
718 int row; in ppc4xx_edac_handle_ce() local
749 int row; ppc4xx_edac_handle_ue() local
896 int row, j; ppc4xx_edac_init_csrows() local
[all...]
H A Dedac_mc_sysfs.c665 int row, chan; in mci_reset_counters_store() local
H A Dedac_mc.c232 int i, chn, row; in mci_release() local
262 unsigned int row, chn; in edac_mc_alloc_csrows() local
306 unsigned int row, chn, idx; edac_mc_alloc_dimms() local
825 int row, i, j, n; edac_mc_find_csrow_by_page() local
966 edac_inc_csrow(struct edac_raw_error_desc *e, int row, int chan) edac_inc_csrow() argument
1026 int row = -1, chan = -1; edac_mc_handle_error() local
[all...]
H A De7xxx_edac.c207 int row; process_ce() local
235 int row; process_ue() local
[all...]
H A Di82975x_edac.c280 int row, chan; in i82975x_process_error_info() local
350 int row; in dual_channel_active() local
[all...]
H A Dal_mc_edac.c76 u32 eccerrcnt, ecccaddr0, ecccaddr1, ecccsyn0, ecccsyn1, ecccsyn2, row; in handle_ce() local
121 u32 eccerrcnt, eccuaddr0, eccuaddr1, eccusyn0, eccusyn1, eccusyn2, row; in handle_ue() local
63 prepare_msg(char *message, size_t buffer_size, enum hw_event_mc_err_type type, u8 rank, u32 row, u8 bg, u8 bank, u16 column, u32 syn0, u32 syn1, u32 syn2) prepare_msg() argument
/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dht16k33.c260 int row, col, code; in ht16k33_keypad_scan() local

Completed in 23 milliseconds

12345678910>>...22