/third_party/ffmpeg/libavcodec/tests/ |
D | rangecoder.c | 60 int i, p, actual_length, version; in main() local 78 actual_length = ff_rac_terminate(&c, version); in main() 80 ff_init_range_decoder(&c, b, version ? SIZE : actual_length); in main() 94 if (c.bytestream - c.bytestream_start - actual_length != version) { in main()
|
D | mjpegenc_huffman.c | 39 int actual_length = 0, i, j, k, prob, length; in check_lengths() local 61 actual_length += prob * length; in check_lengths() 70 if (actual_length != expected_length) ret = 1; in check_lengths() 77 cantor_measure, actual_length, expected_length); in check_lengths()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | byte_array.cc | 56 int32_t actual_length = std::min<int32_t>(length, filled_length_ - index); in Get() local 57 return InternalGet(index, b, offset, actual_length); in Get() 91 int32_t actual_length = std::min<int32_t>(length, Size() - index); in Put() local 92 int32_t bytes_written = InternalPut(index, b, offset, actual_length); in Put()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | byte_array.cc | 56 int32_t actual_length = std::min<int32_t>(length, filled_length_ - index); in Get() local 57 return InternalGet(index, b, offset, actual_length); in Get() 91 int32_t actual_length = std::min<int32_t>(length, Size() - index); in Put() local 92 int32_t bytes_written = InternalPut(index, b, offset, actual_length); in Put()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 515 urb->actual_length = 0; in usb_unlink_urb_sub() 518 urb->iso_frame_desc[x].actual_length = 0; in usb_unlink_urb_sub() 628 *p_actlen = urb->actual_length; in usb_start_wait_urb() 1480 usb_dma_cache_invalid(urb->transfer_buffer,urb->actual_length); in usb_linux_complete() 1529 uipd->actual_length = xfer->frlengths[x]; in usb_linux_isoc_callback() 1533 uipd->offset), uipd->actual_length); in usb_linux_isoc_callback() 1540 uipd->actual_length = xfer->frlengths[x]; in usb_linux_isoc_callback() 1545 urb->actual_length = xfer->actlen; in usb_linux_isoc_callback() 1635 urb->actual_length = 0; in usb_linux_isoc_callback() 1639 urb->iso_frame_desc[x].actual_length = 0; in usb_linux_isoc_callback() [all …]
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | pngdec.c | 72 size_t actual_length = 0; in HexStringToBytes() local 78 for (dst = raw_data; actual_length < expected_length && *src != '\0'; ++src) { in HexStringToBytes() 87 ++actual_length; in HexStringToBytes() 90 if (actual_length != expected_length) { in HexStringToBytes()
|
/third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
D | pngdec.c | 72 size_t actual_length = 0; in HexStringToBytes() local 78 for (dst = raw_data; actual_length < expected_length && *src != '\0'; ++src) { in HexStringToBytes() 87 ++actual_length; in HexStringToBytes() 90 if (actual_length != expected_length) { in HexStringToBytes()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_asn1parse.function | 125 size_t actual_length ) 160 if( buffer_size >= input->len + actual_length ) 164 TEST_EQUAL( parsed_length, actual_length ); 293 size_t actual_length = actual_length_arg; 297 * followed by `actual_length` bytes of payload. To save a bit of 304 if( ! get_len_step( input, buffer_size, actual_length ) ) 307 if( ! get_len_step( input, input->len + actual_length - 1, actual_length ) ) 309 if( ! get_len_step( input, input->len + actual_length, actual_length ) )
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | hb-test.h | 172 unsigned int expected_length, actual_length; in hb_test_assert_blobs_equal() local 174 const char *raw_actual = hb_blob_get_data (actual_blob, &actual_length); in hb_test_assert_blobs_equal() 175 g_assert_cmpint(expected_length, ==, actual_length); in hb_test_assert_blobs_equal()
|
/third_party/harfbuzz/test/api/ |
D | hb-test.h | 172 unsigned int expected_length, actual_length; in hb_test_assert_blobs_equal() local 174 const char *raw_actual = hb_blob_get_data (actual_blob, &actual_length); in hb_test_assert_blobs_equal() 175 g_assert_cmpint(expected_length, ==, actual_length); in hb_test_assert_blobs_equal()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | hb-test.h | 172 unsigned int expected_length, actual_length; in hb_test_assert_blobs_equal() local 174 const char *raw_actual = hb_blob_get_data (actual_blob, &actual_length); in hb_test_assert_blobs_equal() 175 g_assert_cmpint(expected_length, ==, actual_length); in hb_test_assert_blobs_equal()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | usb.h | 226 uint16_t actual_length; member 250 usb_size_t actual_length; /* (return) actual transfer length */ member
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.cc | 458 int actual_length = static_cast<int>(number.length()); in TestNumberLength() local 461 if (std::find(local_lengths.begin(), local_lengths.end(), actual_length) != in TestNumberLength() 466 if (minimum_length == actual_length) { in TestNumberLength() 468 } else if (minimum_length > actual_length) { in TestNumberLength() 470 } else if (*(possible_lengths.end() - 1) < actual_length) { in TestNumberLength() 475 actual_length) != possible_lengths.end() in TestNumberLength() 2506 int actual_length = static_cast<int>(national_number.length()); in IsNumberMatchingDesc() local 2510 actual_length) == number_desc.possible_length().end()) { in IsNumberMatchingDesc()
|
/third_party/libinput/test/ |
D | test-pointer.c | 48 double actual_length; in test_relative_event() local 83 actual_length = sqrt(ev_dx*ev_dx + ev_dy*ev_dy); in test_relative_event() 87 litest_assert_double_ge(fabs(expected_length), actual_length); in test_relative_event()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 61365 …<var-decl name="actual_length" type-id="19c2251e" visibility="default" filepath="include/linux/usb… 61770 …<var-decl name="actual_length" type-id="f0981eeb" visibility="default" filepath="include/linux/usb… 66342 …<var-decl name="actual_length" type-id="19c2251e" visibility="default" filepath="include/linux/usb… 66410 …<var-decl name="actual_length" type-id="f0981eeb" visibility="default" filepath="include/linux/usb…
|
D | test-PR27569-v0.abi | 61351 …<var-decl name="actual_length" type-id="19c2251e" visibility="default" filepath="include/linux/usb… 61756 …<var-decl name="actual_length" type-id="f0981eeb" visibility="default" filepath="include/linux/usb… 66328 …<var-decl name="actual_length" type-id="19c2251e" visibility="default" filepath="include/linux/usb… 66396 …<var-decl name="actual_length" type-id="f0981eeb" visibility="default" filepath="include/linux/usb…
|