Home
last modified time | relevance | path

Searched defs:cols (Results 26 - 50 of 95) sorted by relevance

1234

/third_party/libwebsockets/lib/misc/
H A Dlws-struct-sqlite.c35 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 Ddatabase.c287 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 Dnir_lower_system_values.c228 nir_ssa_def *cols[4]; in lower_system_value_instr() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp49 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 DUtilsHLSL.cpp909 int cols = type.getCols(); in TypeString() local
H A DStructureHLSL.cpp466 int cols = ctorType.getCols(); in addBuiltInConstructor() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_gain_map.cpp555 uint32 cols = overlap.W (); in ProcessArea() local
H A Ddng_misc_opcodes.cpp630 uint32 cols = overlap.W (); in ProcessArea() local
992 uint32 cols in ProcessArea() local
1378 uint32 cols = overlap.W (); ProcessArea() local
[all...]
H A Ddng_matrix.cpp34 dng_matrix(uint32 rows, uint32 cols) dng_matrix() argument
H A Ddng_exif.cpp2821 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 DvktSpvAsmCompositeInsertTests.cpp49 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 Dgrid_layout_algorithm.cpp68 auto cols = ParseTemplateArgs(GridUtils::ParseArgs(layoutProperty->GetColumnsTemplate().value_or("")), in InitGridCeils() local
/third_party/ffmpeg/libavcodec/
H A Dinterplayacm.c49 int cols; member
H A Dvp6.c54 int rows, cols; in vp6_parse_header() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_tinterlace.c322 int cols = plane == 1 || plane == 2 ? AV_CEIL_RSHIFT( w, hsub) : w; in copy_picture_field() local
H A Dvf_libopencv.c133 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 Dvtn_glsl450.c106 nir_ssa_def *cols[4]; in build_mat_det() local
119 nir_ssa_def *cols[4]; in matrix_inverse() local
H A Dvtn_alu.c210 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 Dtst_timer_test.c80 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 Duniform_query.cpp731 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 Dmconf.c277 static int rows = 0, cols = 0; variable
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c66 static int crunch_qb(FILE *out, int cols, int wc) in crunch_qb() argument
/third_party/toybox/toys/posix/
H A Dls.c67 static int crunch_qb(FILE *out, int cols, int wc) in crunch_qb() argument
/third_party/python/Parser/
H A Dstring_parser.c397 int lines, cols; in fstring_compile_expr() local
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp357 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...]

Completed in 24 milliseconds

1234