/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | type_trait.hpp | 47 static length_t const cols = 0; member 108 cols = 2, enumerator 122 cols = 2, enumerator 136 cols = 2, enumerator 150 cols = 3, enumerator 164 cols = 3, enumerator 178 cols = 3, enumerator 192 cols = 4, enumerator 206 cols = 4, enumerator 220 cols enumerator [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dynamic_hdr10_plus.c | 86 int rows, cols; in ff_parse_itu_t_t35_to_dynamic_hdr10_plus() local 139 int rows, cols; in ff_parse_itu_t_t35_to_dynamic_hdr10_plus() local [all...] |
H A D | vp5.c | 41 int rows, cols; in vp5_parse_header() local
|
H A D | c93.c | 160 uint8_t cols[4], grps[4]; in decode_frame() local 107 draw_n_color(uint8_t *out, int stride, int width, int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col) draw_n_color() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_linear.h | 62 unsigned cols; member
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | vectorize_scalar_matrix_constructors_test.cc | 31 uint32_t cols = GetParam().first; in TEST_P() local 72 uint32_t cols = GetParam().first; in TEST_P() local
|
/third_party/alsa-utils/alsamixer/ |
H A D | device_name.c | 40 int rows, cols, max, i; in dup_current_name() local
|
H A D | widget.c | 44 void widget_init(struct widget *widget, int lines_, int cols, int y, int x, in widget_init() argument
|
/third_party/skia/gm/ |
H A D | fontscalerdistortable.cpp | 48 inline static constexpr int cols = 5; member in skiagm::FontScalerDistortableGM
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | VariablePacker_test.cpp | 170 int cols = gl::VariableColumnCount(type); in TEST() local
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | helper-cairo-ansi.hh | 51 unsigned int cols = (width + CELL_W - 1) / CELL_W; in chafa_print_image_rgb24() local
|
/third_party/skia/tools/viewer/ |
H A D | SkSLSlide.cpp | 190 int cols = rows; in draw() local
|
/third_party/toybox/toys/other/ |
H A D | watch.c | 58 static int watch_escape(FILE *out, int cols, int wc) in watch_escape() argument
|
/third_party/toybox/toys/pending/ |
H A D | more.c | 91 unsigned rows = 24, cols = 80, row = 0, col = 0; in more_main() local
|
/third_party/curl/src/ |
H A D | tool_cb_prg.c | 254 int cols = 0; in progressbarinit() local
|
/third_party/libsnd/src/ |
H A D | mat4.c | 208 int rows, cols, imag ; in mat4_read_header() local
|
H A D | mat5.c | 68 int rows, cols ; member 263 int type, flags1, flags2, rows, cols ; in mat5_read_header() local
|
/third_party/libsnd/Octave/ |
H A D | sndfile.cc | 173 long cols = args (1).columns () ; in DEFUN_DLD() local
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | transpose.c | 53 std_trans(mpd_uint_t dest[], mpd_uint_t src[], mpd_size_t rows, mpd_size_t cols) in std_trans() argument 75 swap_halfrows_pow2(mpd_uint_t *matrix, mpd_size_t rows, mpd_size_t cols, int dir) in swap_halfrows_pow2() argument 151 squaretrans(mpd_uint_t *buf, mpd_size_t cols) squaretrans() argument 247 transpose_pow2(mpd_uint_t *matrix, mpd_size_t rows, mpd_size_t cols) transpose_pow2() argument [all...] |
/third_party/toybox/lib/ |
H A D | linestack.c | 125 int crunch_escape(FILE *out, int cols, int wc) in crunch_escape() argument 141 int crunch_rev_escape(FILE *out, int cols, int wc) in crunch_rev_escape() argument 91 crunch_str(char **str, int width, FILE *out, char *escmore, int (*escout)(FILE *out, int cols, int wc)) crunch_str() argument 177 draw_trim_esc(char *str, int padto, int width, char *escmore, int (*escout)(FILE *out, int cols, int wc)) draw_trim_esc() argument
|
/third_party/skia/modules/particles/src/ |
H A D | SkParticleDrawable.cpp | 125 int cols = std::max(fCols, 1), variable 184 MakeImage(const char* imagePath, const char* imageName, int cols, int rows) MakeImage() argument
|
/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...] |