/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-sqlite.c | 35 lws_struct_sq3_deser_cb(void *priv, int cols, char **cv, char **cn) in lws_struct_sq3_deser_cb() argument
|
/third_party/libsnd/regtest/ |
H A D | database.c | 287 int err, ekey = 0, rows, cols ; in get_ekey_from_filename() local 314 int err, rows, cols ; in get_filename_pathname_by_ekey() local 343 int err, k, rows, cols, checksum ; check_file_by_ekey() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_system_values.c | 228 nir_ssa_def *cols[4]; in lower_system_value_instr() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmCompositeInsertTests.cpp | 49 string getMatrixType (deUint32 cols, deUint32 rows) in getMatrixType() argument 54 string getMatrixDeclarations (deUint32 cols, deUint32 rows, bool skipColDecl = false) in getMatrixDeclarations() argument 65 string getIdentityVectors (deUint32 cols, deUint32 rows) in getIdentityVectors() argument 100 string getMatrixCompositeInserts (deUint32 cols, deUint32 rows, bool useUndef) in getMatrixCompositeInserts() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | UtilsHLSL.cpp | 909 int cols = type.getCols(); in TypeString() local
|
H A D | StructureHLSL.cpp | 466 int cols = ctorType.getCols(); in addBuiltInConstructor() local
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_gain_map.cpp | 555 uint32 cols = overlap.W (); in ProcessArea() local
|
H A D | dng_misc_opcodes.cpp | 630 uint32 cols = overlap.W (); in ProcessArea() local 992 uint32 cols in ProcessArea() local 1378 uint32 cols = overlap.W (); ProcessArea() local [all...] |
H A D | dng_matrix.cpp | 34 dng_matrix(uint32 rows, uint32 cols) dng_matrix() argument
|
H A D | dng_exif.cpp | 2821 uint32 cols = stream.Get_uint16 (); in Parse_ifd0_exif() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmCompositeInsertTests.cpp | 49 string getMatrixType (deUint32 cols, deUint32 rows) in getMatrixType() argument 54 string getMatrixDeclarations (deUint32 cols, deUint32 rows, bool skipColDecl = false) in getMatrixDeclarations() argument 65 string getIdentityVectors (deUint32 cols, deUint32 rows) in getIdentityVectors() argument 100 string getMatrixCompositeInserts (deUint32 cols, deUint32 rows, bool useUndef) in getMatrixCompositeInserts() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
H A D | grid_layout_algorithm.cpp | 68 auto cols = ParseTemplateArgs(GridUtils::ParseArgs(layoutProperty->GetColumnsTemplate().value_or("")), in InitGridCeils() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | interplayacm.c | 49 int cols; member
|
H A D | vp6.c | 54 int rows, cols; in vp6_parse_header() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_tinterlace.c | 322 int cols = plane == 1 || plane == 2 ? AV_CEIL_RSHIFT( w, hsub) : w; in copy_picture_field() local
|
H A D | vf_libopencv.c | 133 static int read_shape_from_file(int *cols, int *rows, int **values, const char *filename, in read_shape_from_file() argument 209 int cols = 0, rows = 0, anchor_x = 0, anchor_y = 0, shape = CV_SHAPE_RECT; parse_iplconvkernel() local [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_glsl450.c | 106 nir_ssa_def *cols[4]; in build_mat_det() local 119 nir_ssa_def *cols[4]; in matrix_inverse() local
|
H A D | vtn_alu.c | 210 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu() local 218 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu() local 227 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu() local
|
/third_party/ltp/lib/ |
H A D | tst_timer_test.c | 80 unsigned int cols = 80; in frequency_plot() local 57 bucket_len(unsigned int bucket, unsigned int max_bucket, unsigned int cols) bucket_len() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | uniform_query.cpp | 731 log_uniform(const void *values, enum glsl_base_type basicType, unsigned rows, unsigned cols, unsigned count, bool transpose, const struct gl_shader_program *shProg, GLint location, const struct gl_uniform_storage *uni) log_uniform() argument [all...] |
/third_party/toybox/kconfig/ |
H A D | mconf.c | 277 static int rows = 0, cols = 0; variable
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 66 static int crunch_qb(FILE *out, int cols, int wc) in crunch_qb() argument
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 67 static int crunch_qb(FILE *out, int cols, int wc) in crunch_qb() argument
|
/third_party/python/Parser/ |
H A D | string_parser.c | 397 int lines, cols; in fstring_compile_expr() local
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.cpp | 357 OnCalculatedClockwise(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx, const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range) OnCalculatedClockwise() argument 393 OnCalculatedAnticlockwise(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx, const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range) OnCalculatedAnticlockwise() argument 429 CalculatedBeginAndCopySize(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx, const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range) CalculatedBeginAndCopySize() argument 456 uint16_t cols = letterTranDataInfo.header.width; CalculatedTransformDataInfo() local [all...] |