Home
last modified time | relevance | path

Searched refs:RunLength (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_ppmd8_private.h58 Int32 RunLength, InitRL; /* must be 32-bit at least */ member
115 p->PrevSuccess + p->MinContext->Flags + ((p->RunLength >> 26) & 0x20)]
H A Darchive_ppmd7_private.h49 Int32 RunLength, InitRL; /* must be 32-bit at least */ member
/netbsd-src/sys/dev/iscsi/
H A Discsi_send.c1092 * RunLength The RunLength field
1097 uint32_t BegRun, uint32_t RunLength) in snack_missing() argument
1112 hpdu->pduh_p.snack.RunLength = htonl(RunLength); in snack_missing()
1152 hpdu->pduh_p.snack.RunLength = htonl(1); in send_snack()
1159 hpdu->pduh_p.snack.RunLength = htonl(1); in send_snack()
1167 hpdu->pduh_p.snack.RunLength = 0; in send_snack()
H A Discsi_pdu.h344 uint32_t RunLength; member