/third_party/curl/lib/vtls/ |
H A D | schannel_verify.c | 348 DWORD actual_length = 0; in cert_get_name_string() local 367 actual_length = CertGetNameString(cert_context, in cert_get_name_string() 373 return actual_length; in cert_get_name_string() 380 actual_length = 1; in cert_get_name_string() 387 return actual_length; in cert_get_name_string() 393 return actual_length; in cert_get_name_string() 401 return actual_length; in cert_get_name_string() 419 return actual_length; in cert_get_name_string() 439 actual_length += (DWORD)current_length; in cert_get_name_string() 443 if((actual_length in cert_get_name_string() [all...] |
/third_party/node/test/js-native-api/test_string/ |
H A D | test_string.c | 10 enum length_type { actual_length, auto_length }; enumerator 103 const size_t actual_length = in create_external_latin1() local 105 const size_t length_bytes = (actual_length + 1) * sizeof(*string_copy); in create_external_latin1() 108 string_copy[actual_length] = 0; in create_external_latin1() 143 const size_t actual_length = in create_external_utf16() local 145 const size_t length_bytes = (actual_length + 1) * sizeof(*string_copy); in create_external_utf16() 148 string_copy[actual_length] = 0; in create_external_utf16() 165 actual_length); in TestLatin1() 173 actual_length); in TestUtf8() 181 actual_length); in TestUtf16() [all...] |
/third_party/ffmpeg/libavcodec/tests/ |
H A D | rangecoder.c | 61 int i, p, actual_length, version; in main() local 79 actual_length = ff_rac_terminate(&c, version); in main() 81 ff_init_range_decoder(&c, b, version ? SIZE : actual_length); in main() 95 if (c.bytestream - c.bytestream_start - actual_length != version) { in main()
|
H A 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/node/deps/v8/src/profiler/ |
H A D | strings-storage.cc | 100 int actual_length = 0; in GetName() local 102 DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL, 0, length, &actual_length); in GetName() 103 return AddOrDisposeString(data.release(), actual_length); in GetName() 118 int actual_length = 0; in GetConsName() local 120 DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL, 0, length, &actual_length); in GetConsName() 122 int cons_length = actual_length + static_cast<int>(strlen(prefix)) + 1; in GetConsName()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | byte_array.cc | 56 int32_t actual_length = std::min<int32_t>(length, filled_length_ - index); in Get() 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/ |
H A D | linux_usb.c | 514 urb->actual_length = 0; in usb_unlink_urb_sub() 517 urb->iso_frame_desc[x].actual_length = 0; in usb_unlink_urb_sub() 627 *p_actlen = urb->actual_length; in usb_start_wait_urb() 1479 usb_dma_cache_invalid(urb->transfer_buffer,urb->actual_length); in usb_linux_complete() 1528 uipd->actual_length = xfer->frlengths[x]; in usb_linux_isoc_callback() 1532 uipd->offset), uipd->actual_length); in usb_linux_isoc_callback() 1539 uipd->actual_length = xfer->frlengths[x]; in usb_linux_isoc_callback() 1544 urb->actual_length = xfer->actlen; in usb_linux_isoc_callback() 1633 /* Set zero for "actual_length" */ in usb_linux_isoc_callback() 1634 urb->actual_length in usb_linux_isoc_callback() [all...] |
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A 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/skia/third_party/externals/harfbuzz/test/api/ |
H A 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/ |
H A D | usb.h | 218 * The "actual_length" field is updated before the "complete" 225 uint16_t actual_length; member 249 usb_size_t actual_length; /* (return) actual transfer length */ member
|
/third_party/backends/include/sane/ |
H A D | usb_manager.h | 439 unsigned char *data, int length, int *actual_length, unsigned int timeout);
|
/third_party/node/deps/v8/src/bigint/ |
H A D | tostring.cc | 235 size_t actual_length = out_end_ - out_; in Finish() 237 std::memmove(out_start_, out_, actual_length); in Finish()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumberutil.cc | 460 int actual_length = static_cast<int>(number.length()); in TestNumberLength() local 463 if (std::find(local_lengths.begin(), local_lengths.end(), actual_length) != in TestNumberLength() 468 if (minimum_length == actual_length) { in TestNumberLength() 470 } else if (minimum_length > actual_length) { in TestNumberLength() 472 } else if (*(possible_lengths.end() - 1) < actual_length) { in TestNumberLength() 477 actual_length) != possible_lengths.end() in TestNumberLength() 2537 int actual_length = static_cast<int>(national_number.length()); in IsNumberMatchingDesc() local 2541 actual_length) == number_desc.possible_length().end()) { in IsNumberMatchingDesc()
|
/third_party/backends/sanei/ |
H A D | usb_manager.cpp | 650 unsigned char *data, int length, int *actual_length, unsigned int timeout) in usb_manager_interrupt_transfer() 649 usb_manager_interrupt_transfer(usb_manager_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *actual_length, unsigned int timeout) usb_manager_interrupt_transfer() argument
|
/third_party/libinput/test/ |
H A D | test-pointer.c | 49 double actual_length; in test_relative_event() local 84 actual_length = sqrt(ev_dx*ev_dx + ev_dy*ev_dy); in test_relative_event() 88 litest_assert_double_ge(fabs(expected_length), actual_length); in test_relative_event() local
|