| /third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
| H A D | ttable.c | 192 char *col = ""; in table() local
|
| /third_party/ltp/testcases/kernel/mce-test/tsrc/ |
| H A D | ttable.c | 192 char *col = ""; in table() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| H A D | vktTessellationPrimitiveDiscardTests.cpp | 134 const int col = index % numCols; in genAttributes() local
|
| /third_party/skia/src/core/ |
| H A D | SkICC.cpp | 183 static void write_xyz_tag(uint32_t* ptr, const skcms_Matrix3x3& toXYZD50, int col) { in write_xyz_tag() argument
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jccolor.c | 384 register JDIMENSION col; in cmyk_ycck_convert() local 432 register JDIMENSION col; in grayscale_convert() local 460 register JDIMENSION col; null_convert() local [all...] |
| H A D | rdbmp.c | 153 register JDIMENSION col; in METHODDEF() local 228 register JDIMENSION col; METHODDEF() local 291 register JDIMENSION col; METHODDEF() local [all...] |
| H A D | rdtarga.c | 172 register JDIMENSION col; in METHODDEF() local 189 register JDIMENSION col; in METHODDEF() local 213 register JDIMENSION col; in METHODDEF() local 240 register JDIMENSION col; METHODDEF() local [all...] |
| H A D | wrbmp.c | 104 register JDIMENSION col; in put_pixel_rows() local [all...] |
| H A D | wrgif.c | 362 register JDIMENSION col; in put_LZW_pixel_rows() local 463 register JDIMENSION col; in put_raw_pixel_rows() local
|
| /third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
| H A D | pnm2png.c | 188 int row, col; in pnm2png() local
|
| /third_party/skia/third_party/externals/imgui/backends/ |
| H A D | imgui_impl_allegro5.cpp | 80 ALLEGRO_COLOR col; member
|
| H A D | imgui_impl_dx9.cpp | 55 D3DCOLOR col; member
|
| /third_party/skia/tests/ |
| H A D | PathOpsBuilderConicTest.cpp | 79 static void setupOne(skiatest::Reporter* reporter, int col, int row, int rot, int trial) { in setupOne() argument
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_gain_map.cpp | 276 Interpolate(int32 row, int32 col, uint32 plane, const dng_rect &bounds) const Interpolate() argument
|
| H A D | dng_pixel_buffer.h | 125 InternalPixel(int32 row, int32 col, uint32 plane = 0) const InternalPixel() argument 233 ConstPixel(int32 row, int32 col, uint32 plane = 0) const ConstPixel() argument 248 DirtyPixel(int32 row, int32 col, uint32 plane = 0) DirtyPixel() argument 265 ConstPixel_uint8(int32 row, int32 col, uint32 plane = 0) const ConstPixel_uint8() argument 282 DirtyPixel_uint8(int32 row, int32 col, uint32 plane = 0) DirtyPixel_uint8() argument 299 ConstPixel_int8(int32 row, int32 col, uint32 plane = 0) const ConstPixel_int8() argument 316 DirtyPixel_int8(int32 row, int32 col, uint32 plane = 0) DirtyPixel_int8() argument 333 ConstPixel_uint16(int32 row, int32 col, uint32 plane = 0) const ConstPixel_uint16() argument 350 DirtyPixel_uint16(int32 row, int32 col, uint32 plane = 0) DirtyPixel_uint16() argument 367 ConstPixel_int16(int32 row, int32 col, uint32 plane = 0) const ConstPixel_int16() argument 384 DirtyPixel_int16(int32 row, int32 col, uint32 plane = 0) DirtyPixel_int16() argument 401 ConstPixel_uint32(int32 row, int32 col, uint32 plane = 0) const ConstPixel_uint32() argument 418 DirtyPixel_uint32(int32 row, int32 col, uint32 plane = 0) DirtyPixel_uint32() argument 435 ConstPixel_int32(int32 row, int32 col, uint32 plane = 0) const ConstPixel_int32() argument 452 DirtyPixel_int32(int32 row, int32 col, uint32 plane = 0) DirtyPixel_int32() argument 469 ConstPixel_real32(int32 row, int32 col, uint32 plane = 0) const ConstPixel_real32() argument 486 DirtyPixel_real32(int32 row, int32 col, uint32 plane = 0) DirtyPixel_real32() argument [all...] |
| /third_party/skia/gm/ |
| H A D | bc1_transparency.cpp | 34 static uint16_t to565(SkColor col) { in to565() argument
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFragDepthTests.cpp | 410 int col = de::clamp(deRoundFloatToInt32((float)step*depthStep*255.0f), 0, 255); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
| H A D | vktTessellationPrimitiveDiscardTests.cpp | 134 const int col = index % numCols; in genAttributes() local
|
| /base/hiviewdfx/hiview/base/event_store/dao/ |
| H A D | sys_event_query.cpp | 456 SysEventQuery &SysEventQuery::Order(const std::string &col, bool isAsc) in Order() argument
|
| /base/hiviewdfx/hiview/base/event_store/include/ |
| H A D | sys_event_query.h | 190 Cond(const std::string &col, Op op, const T &value): col_(col), op_(op), fieldValue_(value) {} in Cond() argument 193 Cond &And(const std::string &col, Op op, const T &value) in And() argument 267 SysEventQuery &Where(const std::string &col, Op op, const T &value) in Where() argument 275 SysEventQuery &And(const std::string &col, Op op, const T &value) in And() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
| H A D | grid_layout_algorithm.cpp | 93 int32_t col = 0; in InitGridCeils() local 102 bool GridLayoutAlgorithm::CheckGridPlaced(int32_t index, int32_t row, int32_t col, int32_t& rowSpan, int32_t& colSpan) in CheckGridPlaced() argument 33 CreateChildConstraint(const SizeF& idealSize, const RefPtr<GridLayoutProperty>& layoutProperty, int32_t row, int32_t col, int32_t& rowSpan, int32_t& colSpan, const RefPtr<LayoutProperty>& childLayoutProperty) const CreateChildConstraint() argument 170 ComputeItemPosition(LayoutWrapper* layoutWrapper, int32_t row, int32_t col, int32_t& rowSpan, int32_t& colSpan, const RefPtr<LayoutWrapper>& childLayoutWrapper) const ComputeItemPosition() argument 214 GetItemSize(int32_t row, int32_t col, bool height) const GetItemSize() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
| H A D | source_map.cpp | 37 MappingInfo RevSourceMap::Find(int32_t row, int32_t col, bool isColPrecise) in Find() argument
|
| /foundation/arkui/ace_engine/frameworks/base/log/ |
| H A D | ace_performance_check.cpp | 130 CodeInfo AceScopedPerformanceCheck::GetCodeInfo(int32_t row, int32_t col) in GetCodeInfo() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
| H A D | rs_matrix3.h | 131 int Matrix3<T>::Index(int row, int col) in Index() argument 285 T* Matrix3<T>::operator[](int col) in operator []() argument
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
| H A D | jpeg_encoder.cpp | 326 uint32_t col = width >> SHIFT_MASK; in Deinterweave() local
|