OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pu1_byte_buff
(Results
1 - 1
of
1
) sorted by null
/external/libmpeg2/decoder/
impeg2d_bitstream.c
63
UWORD8 *
pu1_byte_buff
;
local
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
;
[
all
...]
Completed in 176 milliseconds