OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutByteIndex
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.c
182
IMG_UINT8
OutByteIndex
;
204
OutByteIndex
= (size_bits_p[0] / 8);
224
wrt_bytes_p[
OutByteIndex
] = 0; /* Beginning a new byte, clear byte */
231
wrt_bytes_p[
OutByteIndex
] |= wrt_bits;
237
wrt_bytes_p[
OutByteIndex
] |= InputVal.UI8Input[1];
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_hostheader.c
182
IMG_UINT8
OutByteIndex
;
204
OutByteIndex
= (size_bits_p[0] / 8);
224
wrt_bytes_p[
OutByteIndex
] = 0; /* Beginning a new byte, clear byte */
231
wrt_bytes_p[
OutByteIndex
] |= wrt_bits;
237
wrt_bytes_p[
OutByteIndex
] |= InputVal.UI8Input[1];
[
all
...]
Completed in 327 milliseconds