| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Scan.h | 196 void setColumn(int col) in setColumn() argument
|
| H A D | parseVersions.h | 145 void setCurrentColumn(int col) { currentScanner->setColumn(col); } in setCurrentColumn() argument
|
| /third_party/glfw/examples/ |
| H A D | triangle-opengl.c | 41 vec3 col; member
|
| H A D | triangle-opengles.c | 40 vec3 col; member
|
| /third_party/backends/sanei/ |
| H A D | sanei_jpeg.c | 108 register JDIMENSION col; in sanei_jpeg_copy_pixel_rows() local 141 register JDIMENSION col; in sanei_jpeg_put_demapped_rgb() local 166 register JDIMENSION col; in sanei_jpeg_put_demapped_gray() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | mnkytst.cpp | 222 Collator *col = Collator::createInstance("en_US", status); in TestRules() local
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| H A D | RBUntranslatedPanel.java | 275 public Object getValueAt(int row, int col) { in getValueAt() argument 296 public String getColumnName(int col) { in getColumnName() argument
|
| /third_party/icu/tools/multi/proj/provider/ |
| H A D | colldiff.cpp | 73 Collator *col = Collator::createInstance(Locale(locID),subStatus); in main() local 86 UCollator *col = ucol_openFromShortString(xbuf2, false,NULL, &subStatus); in main() local 88 UCollator *col = ucol_open(locID, &subStatus); in main() local
|
| /third_party/ninja/src/ |
| H A D | lexer.cc | 35 int col = last_token_ ? (int)(last_token_ - line_start) : 0; in Error() local
|
| H A D | lexer.in.cc | 34 int col = last_token_ ? (int)(last_token_ - line_start) : 0; in Error() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_linear.c | 58 unsigned col = 0x808000ff; in linear_fallback() local
|
| /third_party/ltp/testcases/kernel/irq/ |
| H A D | irqbalance01.c | 94 size_t row, col, len; in collect_irq_info() local 240 size_t row, col; print_irq_info() local 273 size_t row, col, changed = 0; evidence_of_change() local [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jdmrg565.c | 27 JDIMENSION col; in h2v1_merged_upsample_565_internal() local 98 JDIMENSION col; in h2v1_merged_upsample_565D_internal() local 171 JDIMENSION col; in h2v2_merged_upsample_565_internal() local 267 JDIMENSION col; h2v2_merged_upsample_565D_internal() local [all...] |
| H A D | rdppm.c | 142 JDIMENSION col; in METHODDEF() local 170 JDIMENSION col; in METHODDEF() local 205 JDIMENSION col; in METHODDEF() local 244 JDIMENSION col; METHODDEF() local 279 JDIMENSION col; METHODDEF() local 312 JDIMENSION col; METHODDEF() local 334 JDIMENSION col; METHODDEF() local 370 JDIMENSION col; METHODDEF() local 402 JDIMENSION col; METHODDEF() local 438 JDIMENSION col; METHODDEF() local 489 JDIMENSION col; METHODDEF() local 516 JDIMENSION col; METHODDEF() local [all...] |
| H A D | wrppm.c | 112 register JDIMENSION col; in copy_pixel_rows() local 138 register JDIMENSION col; in put_rgb() local 167 register JDIMENSION col; in put_cmyk() local 198 register JDIMENSION col; put_demapped_rgb() local 220 register JDIMENSION col; put_demapped_gray() local [all...] |
| /third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
| H A D | png2pnm.c | 180 int row, col; in png2pnm() local
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | writesrc.cpp | 130 int32_t i, col; in usrc_writeArray() local 313 int32_t i, col; in usrc_writeArrayOfMostlyInvChars() local [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder_type_test.cc | 229 auto* col = create<sem::Vector>(i32, 4); in TEST_F() local
|
| /third_party/toybox/lib/ |
| H A D | linestack.c | 94 int columns = 0, col, bytes; in crunch_str() local
|
| /third_party/toybox/toys/posix/ |
| H A D | df.c | 42 static void measure_column(int col, const char *s) in measure_column() argument 49 static void measure_numeric_column(int col, long long n) in measure_numeric_column() argument
|
| /third_party/skia/modules/particles/src/ |
| H A D | SkParticleDrawable.cpp | 138 int col = frame % cols; variable
|
| /device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
| H A D | rk_face_node.cpp | 106 constexpr int32_t col = 4; in GetCameraFaceRectangles() local
|
| /device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
| H A D | rk_face_node.cpp | 99 constexpr int32_t col = 4; in GetCameraFaceRectangles() local
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | bcmsdspi_linux.c | 365 int i, col; in hexdump() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
| H A D | grid_irregular_filler.cpp | 115 int32_t col = FitItem(it, size.columns); in FillOne() local 197 MeasureItem( const FillParameters& params, int32_t itemIdx, int32_t col, int32_t row, bool isCache) MeasureItem() argument 357 SetItemInfo(int32_t idx, int32_t row, int32_t col, GridItemSize size) SetItemInfo() argument [all...] |