Home | History | Annotate | Download | only in cintltst

Lines Matching defs:lead

74 /* number of lead bytes */
90 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
109 /* The lead byte start values. */
120 /* The length of a byte sequence, according to the lead byte (!=BOCU1_RESET). */
121 #define BOCU1_LENGTH_FROM_LEAD(lead) \
122 ((BOCU1_START_NEG_2<=(lead) && (lead)<BOCU1_START_POS_2) ? 1 : \
123 (BOCU1_START_NEG_3<=(lead) && (lead)<BOCU1_START_POS_3) ? 2 : \
124 (BOCU1_START_NEG_4<=(lead) && (lead)<BOCU1_START_POS_4) ? 3 : 4)
287 int32_t result, m, lead, count, shift;
297 lead=BOCU1_START_POS_2;
302 lead=BOCU1_START_POS_3;
307 lead=BOCU1_START_POS_4;
315 lead=BOCU1_START_NEG_2;
320 lead=BOCU1_START_NEG_3;
325 lead=BOCU1_START_NEG_4;
333 } else /* count==3, MSB used for the lead byte */ {
345 /* add lead byte */
346 result|=(lead+diff)<<shift;
405 * Function for BOCU-1 decoder; handles multi-byte lead bytes.
408 * @param b lead byte;
547 /* byte in lead position */
560 * b is a difference lead byte.
564 * For multi-byte difference lead bytes, set the decoder state
565 * with the partial difference value from the lead byte and