Searched defs:dest_length (Results 1 – 6 of 6) sorted by relevance
/external/angle/third_party/zlib/google/ |
D | compression_utils_portable.cc | 63 uLongf* dest_length, in GzipCompressHelper() 81 uLongf* dest_length, in CompressHelper() 157 uLongf* dest_length, in GzipUncompressHelper() 169 uLongf* dest_length, in UncompressHelper()
|
/external/zlib/google/ |
D | compression_utils_portable.cc | 63 uLongf* dest_length, in GzipCompressHelper() 81 uLongf* dest_length, in CompressHelper() 157 uLongf* dest_length, in GzipUncompressHelper() 169 uLongf* dest_length, in UncompressHelper()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-not-null-terminated-result-memcpy-safe-other.c | 60 void bad_memcpy_variable_array(int dest_length) { in bad_memcpy_variable_array() 67 void good_memcpy_variable_array(int dest_length) { in good_memcpy_variable_array()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 69 unsigned int dest_scale, unsigned int dest_length) { in scale1d_2t1_i() 120 unsigned int dest_length) { in scale1d_2t1_ps() 160 unsigned int dest_scale, unsigned int dest_length) { in scale1d_c()
|
/external/libaom/libaom/aom_scale/generic/ |
D | aom_scale.c | 71 unsigned int dest_scale, unsigned int dest_length) { in scale1d_2t1_i() 122 unsigned int dest_length) { in scale1d_2t1_ps() 163 unsigned int dest_scale, unsigned int dest_length) { in scale1d_c()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 624 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion in Utf8SafeCEscape() local 633 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion in CHexEscape() local
|