Home
last modified time | relevance | path

Searched refs:len2 (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D30899 len2=$(stat -c '%s' "$2")
101 if [ "$len1" != "$len2" ]; then
103 echo "$len1 != $len2" >&2
/openbmc/qemu/hw/net/
H A Dtulip.c168 int len2 = (desc->control >> RDES1_BUF2_SIZE_SHIFT) & RDES1_BUF2_SIZE_MASK; in tulip_copy_rx_bytes() local
183 if (s->rx_frame_len && len2) { in tulip_copy_rx_bytes()
184 if (s->rx_frame_len > len2) { in tulip_copy_rx_bytes()
185 len = len2; in tulip_copy_rx_bytes()
582 int len2 = (desc->control >> TDES1_BUF2_SIZE_SHIFT) & TDES1_BUF2_SIZE_MASK; in tulip_copy_tx_buffers() local
596 if (s->tx_frame_len + len2 > sizeof(s->tx_frame)) { in tulip_copy_tx_buffers()
599 __func__, s->tx_frame_len, len2, sizeof(s->tx_frame)); in tulip_copy_tx_buffers()
602 if (len2) { in tulip_copy_tx_buffers()
604 s->tx_frame + s->tx_frame_len, len2); in tulip_copy_tx_buffers()
605 s->tx_frame_len += len2; in tulip_copy_tx_buffers()
[all …]
/openbmc/qemu/include/qemu/
H A Drange.h214 uint64_t first2, uint64_t len2) in ranges_overlap() argument
217 uint64_t last2 = range_get_last(first2, len2); in ranges_overlap()
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c929 int64_t len1 = 0, len2; in test_hbitmap_next_dirty_area_check_limited() local
944 for (len2 = 1; (off2 + len2 < end && len2 < max_dirty && in test_hbitmap_next_dirty_area_check_limited()
945 hbitmap_get(data->hb, off2 + len2)); len2++) in test_hbitmap_next_dirty_area_check_limited()
955 g_assert_cmpint(len1, ==, len2); in test_hbitmap_next_dirty_area_check_limited()
H A Dtest-xs-node.c110 size_t len1 = 0, len2 = 0; in compare_content() local
116 len2 = c2->len; in compare_content()
118 if (len1 != len2) { in compare_content()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dvtbl.c260 int len2 = be16_to_cpu(vtbl[n].name_len); local
262 if (len1 > 0 && len1 == len2 &&
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h857 STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2
3044 …bigendian_prefix(const stbtt_uint8 *s1, stbtt_int32 len1, const stbtt_uint8 *s2, stbtt_int32 len2) in stbtt__CompareUTF8toUTF16_bigendian_prefix() argument
3049 while (len2) { in stbtt__CompareUTF8toUTF16_bigendian_prefix()
3068 len2 -= 2; in stbtt__CompareUTF8toUTF16_bigendian_prefix()
3078 len2 -= 2; in stbtt__CompareUTF8toUTF16_bigendian_prefix()
3083 STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2 in stbtt_CompareUTF8toUTF16_bigendian() argument
3085 …_CompareUTF8toUTF16_bigendian_prefix((const stbtt_uint8*) s1, len1, (const stbtt_uint8*) s2, len2); in stbtt_CompareUTF8toUTF16_bigendian()
/openbmc/qemu/crypto/
H A Dblock-luks.c571 unsigned int len2 = in qcrypto_block_luks_check_header() local
576 if (ranges_overlap(start1, len1, start2, len2)) { in qcrypto_block_luks_check_header()
/openbmc/qemu/scripts/
H A Ddecodetree.py1250 len2 = len(line)
1265 indent = len1 - len2
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c1442 uint32_t len2 = off + len - 4096; in ehci_process_itd() local
1443 uint32_t len1 = len - len2; in ehci_process_itd()
1445 qemu_sglist_add(&ehci->isgl, ptr2, len2); in ehci_process_itd()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js1419 for (var j = 0, len2 = attributeList.length; j < len2; j++) {