Searched refs:pbyte (Results 1 – 2 of 2) sorted by relevance
486 int pbit, pbyte; in ns_rprint() local491 pbyte = (pbit & ~7) / 8; in ns_rprint()496 if (!TTEST2(*(cp + 1), sizeof(a) - pbyte)) in ns_rprint()499 memcpy(&a.s6_addr[pbyte], cp + 1, sizeof(a) - pbyte); in ns_rprint()504 if (ns_nprint(cp + 1 + sizeof(a) - pbyte, bp) == NULL) in ns_rprint()
319 uint8 *pbyte; in DecodeDataPart_P_VideoPacket() local486 pbyte = (uint8*)(video->predDCAC_row + video->mbnum_col); in DecodeDataPart_P_VideoPacket()487 ZERO_OUT_64BYTES(pbyte); in DecodeDataPart_P_VideoPacket()488 pbyte = (uint8*)(video->predDCAC_col); in DecodeDataPart_P_VideoPacket()489 ZERO_OUT_64BYTES(pbyte); in DecodeDataPart_P_VideoPacket()