Home
last modified time | relevance | path

Searched defs:size2 (Results 1 – 25 of 71) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dbytestream.h183 int size2; in bytestream2_skip_p() local
271 int size2 = FFMIN(g->buffer_end - g->buffer, size); in bytestream2_get_buffer() local
290 int size2; in bytestream2_put_buffer() local
314 int size2; in bytestream2_set_buffer() local
351 int size2; in bytestream2_copy_buffer() local
Deatgv.c78 int size, size1, size2, offset, run; in unpack() local
/third_party/libuv/test/
Dtest-cwd-and-chdir.c32 size_t size2; in TEST_IMPL() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dstd_based_type.hpp34 typedef tvec2<std::size_t, defaultp> size2; typedef
/third_party/mbedtls/tests/include/test/
Dmacros.h199 #define TEST_MEMORY_COMPARE(p1, size1, p2, size2) \ argument
208 #define ASSERT_COMPARE(p1, size1, p2, size2) TEST_MEMORY_COMPARE(p1, size1, p2, size2) argument
/third_party/ltp/testcases/lib/
Dtst_get_median.c33 const size_t size2 = size / 2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D3-1.c50 size_t size2; in main() local
/third_party/openssl/crypto/
Dder_writer.c35 size_t size1, size2; in int_end_context() local
190 size_t size1, size2; in ossl_DER_w_end_sequence() local
/third_party/lzma/C/
D7zStream.c104 size_t size2 = p->size - p->pos; in LookToRead2_Look_Lookahead() local
123 size_t size2 = p->size - p->pos; in LookToRead2_Look_Exact() local
D7zAlloc.c27 const unsigned size2 = (unsigned)size; in Print_Alloc() local
/third_party/node/deps/openssl/openssl/crypto/
Dder_writer.c35 size_t size1, size2; in int_end_context() local
190 size_t size1, size2; in ossl_DER_w_end_sequence() local
/third_party/libwebsockets/lib/core-net/
Dlws-dsh.c151 const void *src2, size_t size2, lws_dll2_t *replace) in _lws_dsh_alloc_tail()
274 const void *src2, size_t size2) in lws_dsh_alloc_tail()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_stacksave.c59 uint32_t size2 = size - j; in test_two_vlas_in_loops() local
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_struct_namevalue.c36 int size2; variable
/third_party/python/Objects/
Dunionobject.c94 PyObject **items2, Py_ssize_t size2) in merge()
165 Py_ssize_t size1, size2; in _Py_union_type_or() local
/third_party/ffmpeg/libavutil/tests/
Dpixelutils.c124 int size1, size2; in main() local
/third_party/ffmpeg/libavcodec/x86/
Dvp9dsp_init.c122 #define lpf_funcs(size1, size2, opt) \ argument
/third_party/openssl/test/
Dwpackettest.c363 size_t size1, size2; in test_WPACKET_init_der() local
/third_party/ffmpeg/libavformat/
Dmpc.c125 int ret, size, size2, curbits, cur = c->curframe; in mpc_read_packet() local
/third_party/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp252 size_t size2 = size; in Z7_COM7F_IMF() local
/third_party/alsa-lib/src/topology/
Dctl.c1295 size_t size2; in tplg_decode_control_mixer() local
1398 size_t size2; in tplg_decode_control_enum() local
1489 size_t size2; in tplg_decode_control_bytes() local
/third_party/ffmpeg/libavfilter/
Dvf_lut3d.c645 int ret, i, j, k, size, size2; in parse_dat() local
687 const int size2 = size * size; in parse_cube() local
739 const int size2 = 17 * 17; in parse_3dl() local
772 int ret, i, j, k, size, size2, in = -1, out = -1; in parse_m3d() local
883 int inside_metadata = 0, size, size2; in parse_cinespace() local
1076 const int size2 = size * size; in set_identity_matrix() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp1871 const int size2, in generateArrayConstructorString()
1970 const int size2, in generateShaderChecksumComputationCode()
2050 const int size2 = glu::isDataTypeMatrix(type) ? glu::getDataTypeMatrixNumRows(type) : 0; in makeMatrixVectorCompositeCaseDefinition() local
2070 …keArrayCompositeCaseDefinition (const glu::DataType elemType, const int size1, const int size2 = 0) in makeArrayCompositeCaseDefinition()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp1884 const int size2, in generateArrayConstructorString()
1983 const int size2, in generateShaderChecksumComputationCode()
2063 const int size2 = glu::isDataTypeMatrix(type) ? glu::getDataTypeMatrixNumRows(type) : 0; in makeMatrixVectorCompositeCaseDefinition() local
2083 …keArrayCompositeCaseDefinition (const glu::DataType elemType, const int size1, const int size2 = 0) in makeArrayCompositeCaseDefinition()
/third_party/skia/tests/
DFontHostTest.cpp164 size_t size2 = face->getTableData(tags[i], 0, size, data.get()); in test_tables() local

123