Searched refs:pRx (Results 1 – 3 of 3) sorted by relevance
241 decodeBocu1(Bocu1Rx *pRx, uint8_t b);416 decodeBocu1LeadByte(Bocu1Rx *pRx, uint8_t b) { in decodeBocu1LeadByte() argument452 pRx->diff=c; in decodeBocu1LeadByte()453 pRx->count=count; in decodeBocu1LeadByte()467 decodeBocu1TrailByte(Bocu1Rx *pRx, uint8_t b) { in decodeBocu1TrailByte() argument475 pRx->prev=BOCU1_ASCII_PREV; in decodeBocu1TrailByte()476 pRx->count=0; in decodeBocu1TrailByte()488 c=pRx->diff; in decodeBocu1TrailByte()489 count=pRx->count; in decodeBocu1TrailByte()493 c=pRx->prev+c+t; in decodeBocu1TrailByte()[all …]
8 define i32* @HallowedBeThyName(%union.vect64* nocapture %pRx, %union.vect32* %pLut, %union.vect64* …