Searched defs:info_length (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_link.c1317 UINT16 pdu_hdr, info_length = 0; local
1361 info_length = p_msg->len - LLCP_PDU_HEADER_SIZE - LLCP_SEQUENCE_SIZE;
1371 info_length = p_msg->len - LLCP_PDU_HEADER_SIZE;
1375 if ((!frame_error) && (info_length > llcp_cb.lcb.local_link_miu))
1378 llcp_cb.lcb.local_link_miu, info_length);
1391 if (info_length > 0)
1393 LLCP_TRACE_ERROR1 ("Received extra data (%d bytes) in SYMM PDU", info_length);
/external/ImageMagick/coders/
H A Dgif.c1130 info_length,
1165 for (info_length=0; ; )
1167 block_length=(int) ReadBlobBlock(image,&info[info_length]);
1170 info_length+=block_length;
1171 if (info_length > (reserved_length-255))
1181 profile=BlobToStringInfo(info,(size_t) info_length);
1121 info_length, local
H A Dmeta.c1568 info_length;
1623 info_length=0;
1654 info_length++;
1662 if ((info_length == 1) && (c != 2))
1664 info_length++;
1669 if ((info_length == 2) && (c != 0))
1671 info_length++;
1679 info_length++;
1693 info_length++;
1706 info_length
1561 info_length; local
[all...]
/external/tcpdump/
H A Dprint-slow.c83 uint8_t info_length; member in struct:slow_oam_info_t
512 if (tlv.slow_oam_info->info_length !=
/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h214 __u8 info_length; /* 8 */ member in struct:ext2_dx_root_info

Completed in 228 milliseconds