Home
last modified time | relevance | path

Searched refs:crclen (Results 1 – 25 of 39) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/std/
H A Dieee1212.c87 u_int16_t infolen, crclen, len; in p1212_iscomplete() local
105 if (crclen < infolen) { in p1212_iscomplete()
127 *size = (crclen > infolen) ? crclen : infolen; in p1212_iscomplete()
128 if (crclen == infolen) in p1212_iscomplete()
355 u_int16_t crclen, crc, crc1, romcrc; in p1212_parse_directory() local
716 u_int16_t crclen, crc, crc1, romcrc; in p1212_parse_leaf() local
740 leafdata->len = crclen; in p1212_parse_leaf()
741 for (i = 0; i < crclen; i++) in p1212_parse_leaf()
750 u_int16_t crclen, crc, crc1, romcrc; in p1212_parse_textdir() local
774 for (i = 0; i < crclen; i++) { in p1212_parse_textdir()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/util/
H A Dcrc.h155 size_t crclen,
163 size_t crclen) in opal_bcopy_uicrc() argument
165 return opal_bcopy_uicrc_partial(source, destination, copylen, crclen, CRC_INITIAL_REGISTER); in opal_bcopy_uicrc()
171 size_t crclen,
176 opal_uicrc(const void * source, size_t crclen) in opal_uicrc() argument
178 return opal_uicrc_partial(source, crclen, CRC_INITIAL_REGISTER); in opal_uicrc()
H A Dcrc.c1100 size_t crclen, in opal_bcopy_uicrc_partial() argument
1103 size_t crclenresidue = (crclen > copylen) ? (crclen - copylen) : 0; in opal_bcopy_uicrc_partial()
1162 const void * source, size_t crclen, unsigned int partial_crc) in opal_uicrc_partial() argument
1174 while (crclen >= sizeof(unsigned int)) { in opal_uicrc_partial()
1181 crclen -= sizeof(unsigned int); in opal_uicrc_partial()
1184 while (crclen--) { in opal_uicrc_partial()
1191 while (crclen--) { in opal_uicrc_partial()
/dports/net/openmpi3/openmpi-3.1.6/opal/util/
H A Dcrc.h155 size_t crclen,
163 size_t crclen) in opal_bcopy_uicrc() argument
165 return opal_bcopy_uicrc_partial(source, destination, copylen, crclen, CRC_INITIAL_REGISTER); in opal_bcopy_uicrc()
171 size_t crclen,
176 opal_uicrc(const void * source, size_t crclen) in opal_uicrc() argument
178 return opal_uicrc_partial(source, crclen, CRC_INITIAL_REGISTER); in opal_uicrc()
H A Dcrc.c1100 size_t crclen, in opal_bcopy_uicrc_partial() argument
1103 size_t crclenresidue = (crclen > copylen) ? (crclen - copylen) : 0; in opal_bcopy_uicrc_partial()
1162 const void * source, size_t crclen, unsigned int partial_crc) in opal_uicrc_partial() argument
1174 while (crclen >= sizeof(unsigned int)) { in opal_uicrc_partial()
1181 crclen -= sizeof(unsigned int); in opal_uicrc_partial()
1184 while (crclen--) { in opal_uicrc_partial()
1191 while (crclen--) { in opal_uicrc_partial()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/util/
H A Dcrc.h157 size_t crclen,
165 size_t crclen) in pmix_bcopy_uicrc() argument
167 return pmix_bcopy_uicrc_partial(source, destination, copylen, crclen, CRC_INITIAL_REGISTER); in pmix_bcopy_uicrc()
173 size_t crclen,
178 pmix_uicrc(const void * source, size_t crclen) in pmix_uicrc() argument
180 return pmix_uicrc_partial(source, crclen, CRC_INITIAL_REGISTER); in pmix_uicrc()
H A Dcrc.c1107 size_t crclen, in pmix_bcopy_uicrc_partial() argument
1110 size_t crclenresidue = (crclen > copylen) ? (crclen - copylen) : 0; in pmix_bcopy_uicrc_partial()
1169 const void * source, size_t crclen, unsigned int partial_crc) in pmix_uicrc_partial() argument
1181 while (crclen >= sizeof(unsigned int)) { in pmix_uicrc_partial()
1188 crclen -= sizeof(unsigned int); in pmix_uicrc_partial()
1191 while (crclen--) { in pmix_uicrc_partial()
1198 while (crclen--) { in pmix_uicrc_partial()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/util/
H A Dcrc.h157 size_t crclen,
165 size_t crclen) in pmix_bcopy_uicrc() argument
167 return pmix_bcopy_uicrc_partial(source, destination, copylen, crclen, CRC_INITIAL_REGISTER); in pmix_bcopy_uicrc()
173 size_t crclen,
178 pmix_uicrc(const void * source, size_t crclen) in pmix_uicrc() argument
180 return pmix_uicrc_partial(source, crclen, CRC_INITIAL_REGISTER); in pmix_uicrc()
H A Dcrc.c1107 size_t crclen, in pmix_bcopy_uicrc_partial() argument
1110 size_t crclenresidue = (crclen > copylen) ? (crclen - copylen) : 0; in pmix_bcopy_uicrc_partial()
1169 const void * source, size_t crclen, unsigned int partial_crc) in pmix_uicrc_partial() argument
1181 while (crclen >= sizeof(unsigned int)) { in pmix_uicrc_partial()
1188 crclen -= sizeof(unsigned int); in pmix_uicrc_partial()
1191 while (crclen--) { in pmix_uicrc_partial()
1198 while (crclen--) { in pmix_uicrc_partial()
/dports/audio/csound/csound-6.15.0/InOut/libmpadec/
H A Dlayer1.c35 uint32_t crclen = mpa->bytes_left; in I_decode_bitalloc() local
45 crclen -= mpa->bytes_left; in I_decode_bitalloc()
46 mpa->crc = update_crc(mpa->crc, mpa->next_byte - crclen, in I_decode_bitalloc()
47 ((crclen << 3) - mpa->bits_left)); in I_decode_bitalloc()
65 crclen -= mpa->bytes_left; in I_decode_bitalloc()
66 mpa->crc = update_crc(mpa->crc, mpa->next_byte - crclen, in I_decode_bitalloc()
67 ((crclen << 3) - mpa->bits_left)); in I_decode_bitalloc()
H A Dlayer2.c37 uint32_t crclen = mpa->bytes_left; in II_decode_bitalloc() local
68 crclen -= mpa->bytes_left; in II_decode_bitalloc()
69 mpa->crc = update_crc(mpa->crc, mpa->next_byte - crclen, in II_decode_bitalloc()
70 ((crclen << 3) - mpa->bits_left)); in II_decode_bitalloc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/udf/
H A Dmisc.c52 uint16_t crclen; in udf_add_extendedattr() local
136 crclen = sizeof(struct extendedAttrHeaderDesc) - sizeof(struct tag); in udf_add_extendedattr()
137 eahd->descTag.descCRCLength = cpu_to_le16(crclen); in udf_add_extendedattr()
139 sizeof(struct tag), crclen)); in udf_add_extendedattr()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/udf/
H A Dmisc.c52 uint16_t crclen; in udf_add_extendedattr() local
136 crclen = sizeof(struct extendedAttrHeaderDesc) - sizeof(struct tag); in udf_add_extendedattr()
137 eahd->descTag.descCRCLength = cpu_to_le16(crclen); in udf_add_extendedattr()
139 sizeof(struct tag), crclen)); in udf_add_extendedattr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/udf/
H A Dmisc.c52 uint16_t crclen; in udf_add_extendedattr() local
136 crclen = sizeof(struct extendedAttrHeaderDesc) - sizeof(struct tag); in udf_add_extendedattr()
137 eahd->descTag.descCRCLength = cpu_to_le16(crclen); in udf_add_extendedattr()
139 sizeof(struct tag), crclen)); in udf_add_extendedattr()
/dports/lang/fpc-source/fpc-3.2.2/packages/paszlib/src/
H A Dgzio.pas555 crclen : cardinal; { Buffer length to update CRC32 }
630 crclen := 0;
631 crclen:=s^.stream.next_out-start;
636 inc (crclen); { Hack because Pascal cannot substract pointers }
640 s^.crc := crc32(s^.crc, start, crclen);
668 crclen:=s^.stream.next_out-start;
670 crclen := 0;
674 inc (crclen); { Hack because Pascal cannot substract pointers }
677 s^.crc := crc32 (s^.crc, start, crclen);
/dports/lang/fpc/fpc-3.2.2/packages/paszlib/src/
H A Dgzio.pas555 crclen : cardinal; { Buffer length to update CRC32 }
630 crclen := 0;
631 crclen:=s^.stream.next_out-start;
636 inc (crclen); { Hack because Pascal cannot substract pointers }
640 s^.crc := crc32(s^.crc, start, crclen);
668 crclen:=s^.stream.next_out-start;
670 crclen := 0;
674 inc (crclen); { Hack because Pascal cannot substract pointers }
677 s^.crc := crc32 (s^.crc, start, crclen);
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/udf/
H A Dudf_allocation.c1785 fe->tag.desc_crc_len = udf_rw16(crclen); in udf_wipe_adslots()
1789 efe->tag.desc_crc_len = udf_rw16(crclen); in udf_wipe_adslots()
1801 crclen = dscr_size - UDF_DESC_TAG_LENGTH; in udf_wipe_adslots()
1802 ext->tag.desc_crc_len = udf_rw16(crclen); in udf_wipe_adslots()
2025 crclen = udf_rw16(dscr->tag.desc_crc_len); in udf_append_adslot()
2110 crclen += adlen; in udf_append_adslot()
2111 dscr->tag.desc_crc_len = udf_rw16(crclen); in udf_append_adslot()
2123 crclen = udf_rw16(dscr->tag.desc_crc_len); in udf_append_adslot()
2154 crclen += adlen; in udf_append_adslot()
2155 dscr->tag.desc_crc_len = udf_rw16(crclen); in udf_append_adslot()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Examples/Cxx/
H A DDumpPhilipsECHO.cxx58 const char *crcbuf, const size_t crclen ) in ProcessDeflate() argument
64 is.str( std::string( crcbuf, crclen ) ); in ProcessDeflate()
159 const char *crcbuf, const size_t crclen ) in ProcessNone() argument
165 is.str( std::string( crcbuf, crclen ) ); in ProcessNone()
/dports/sysutils/deltarpm/deltarpm-3.6/
H A Dcfile.h24 unsigned int crclen; member
H A Dcfile.c562 f->crclen += len; in cwwrite_gz()
592 f->buf[4] = f->crclen & 0xff; in cwclose_gz()
593 f->buf[5] = (f->crclen >> 8) & 0xff; in cwclose_gz()
594 f->buf[6] = (f->crclen >> 16) & 0xff; in cwclose_gz()
595 f->buf[7] = (f->crclen >> 24) & 0xff; in cwclose_gz()
611 f->crclen = 0; in cwopen_gz()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/managers/
H A DHistoryManagerImpl.as627 var crclen:int = p.indexOf(ID_NAME_SEPARATOR)
628 if (crclen > -1)
630 crc = p.substr(0, crclen);
631 var name:String = p.substr(crclen + 1, p.length);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/managers/
H A DHistoryManagerImpl.as653 var crclen:int = p.indexOf(ID_NAME_SEPARATOR)
654 if (crclen > -1)
656 crc = p.substr(0, crclen);
657 var name:String = p.substr(crclen + 1, p.length);
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-infiniband.c1773 gint crclen = 6; in dissect_infiniband_common() local
1799 crclen = 4; in dissect_infiniband_common()
1807 crclen = 4; in dissect_infiniband_common()
1997 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree); in dissect_infiniband_common()
2008 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree); in dissect_infiniband_common()
2019 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree); in dissect_infiniband_common()
2032 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree); in dissect_infiniband_common()
2629 … tvbuff_t *tvb, gint *offset, gint length, gint crclen, proto_tree *top_tree) in parse_PAYLOAD() argument
2731 if (reported_length >= crclen) in parse_PAYLOAD()
2732 reported_length -= crclen; in parse_PAYLOAD()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-infiniband.c1773 gint crclen = 6; in dissect_infiniband_common() local
1799 crclen = 4; in dissect_infiniband_common()
1807 crclen = 4; in dissect_infiniband_common()
1997 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree); in dissect_infiniband_common()
2008 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree); in dissect_infiniband_common()
2019 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree); in dissect_infiniband_common()
2032 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree); in dissect_infiniband_common()
2629 … tvbuff_t *tvb, gint *offset, gint length, gint crclen, proto_tree *top_tree) in parse_PAYLOAD() argument
2731 if (reported_length >= crclen) in parse_PAYLOAD()
2732 reported_length -= crclen; in parse_PAYLOAD()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-infiniband.c1773 gint crclen = 6;
1799 crclen = 4;
1807 crclen = 4;
1997 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree);
2008 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree);
2019 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree);
2032 … parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree);
2629 … tvbuff_t *tvb, gint *offset, gint length, gint crclen, proto_tree *top_tree)
2731 if (reported_length >= crclen)
2732 reported_length -= crclen;
[all …]

12