OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TotalByteSize
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.c
89
IMG_UINT32
TotalByteSize
;
92
RTotalByteSize =
TotalByteSize
= 0;
99
TotalByteSize
= elt_p[f]->Size;
102
Show_Bits((IMG_UINT8 *)(&elt_p[f]->Size) + 1, 0,
TotalByteSize
);
104
TotalByteSize
+= 8;
106
RTotalByteSize += (((IMG_UINT32)((
TotalByteSize
+ 7) / 8)) * 8);
109
TotalByteSize
= 0;
152
/*
TotalByteSize
=
TotalByteSize
+32+(&elt_p[f-1]->Element_Type-&elt_p[0]->Element_Type)*8; */
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_hostheader.c
89
IMG_UINT32
TotalByteSize
;
92
RTotalByteSize =
TotalByteSize
= 0;
99
TotalByteSize
= elt_p[f]->Size;
102
Show_Bits((IMG_UINT8 *)(&elt_p[f]->Size) + 1, 0,
TotalByteSize
);
104
TotalByteSize
+= 8;
106
RTotalByteSize += (((IMG_UINT32)((
TotalByteSize
+ 7) / 8)) * 8);
109
TotalByteSize
= 0;
152
/*
TotalByteSize
=
TotalByteSize
+32+(&elt_p[f-1]->Element_Type-&elt_p[0]->Element_Type)*8; */
[
all
...]
tng_hostheader.c
93
IMG_UINT32
TotalByteSize
;
96
RTotalByteSize =
TotalByteSize
= 0;
103
TotalByteSize
= aui32ElementPointers[f]->ui8Size;
106
Show_Bits((IMG_UINT8 *)(&aui32ElementPointers[f]->ui8Size) + 1, 0,
TotalByteSize
);
108
TotalByteSize
+= 8;
110
RTotalByteSize += (((IMG_UINT32)((
TotalByteSize
+ 7) / 8)) * 8);
113
TotalByteSize
= 0;
156
/*
TotalByteSize
=
TotalByteSize
+32+(&aui32ElementPointers[f-1]->Element_Type-&aui32ElementPointers[0]->Element_Type)*8; */
[
all
...]
Completed in 558 milliseconds