Lines Matching full:pu1_byte_buff
63 UWORD8 *pu1_byte_buff;
75 pu1_byte_buff = (UWORD8 *)pu1_byte_buf;
76 u4_byte_addr = (size_t)pu1_byte_buff;
80 u4_temp1 = ((UWORD32)(*pu1_byte_buff++)) << 8;
81 u4_temp1 += ((UWORD32)(*pu1_byte_buff++)) << 16;
82 u4_temp1 += ((UWORD32)(*pu1_byte_buff++)) << 24;
84 pu4_word_buf = (UWORD32 *)pu1_byte_buff;
90 u4_temp1 = ((UWORD32)(*pu1_byte_buff++)) << 16;
91 u4_temp1 += ((UWORD32)(*pu1_byte_buff++)) << 24;
93 pu4_word_buf = (UWORD32 *)pu1_byte_buff;
99 u4_temp1 = (((UWORD32)(*pu1_byte_buff++)) << 24);
101 pu4_word_buf = (UWORD32 *)pu1_byte_buff;
107 pu4_word_buf = (UWORD32 *)pu1_byte_buff;