OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mObjBinLen
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h
266
UINT8
mObjBinLen
;
290
return
mObjBinLen
;
294
if ((mDelayEmit == TRUE) && ((
mObjBinLen
+ Size) >
mObjBinLen
)) {
295
mObjBinLen
=
mObjBinLen
+ Size;
303
if ((mDelayEmit == TRUE) && (
mObjBinLen
> Size)) {
304
mObjBinLen
-= Size;
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h
191
UINT8
mObjBinLen
;
211
return
mObjBinLen
;
215
if ((mDelayEmit == TRUE) && ((
mObjBinLen
+ Size) >
mObjBinLen
)) {
216
mObjBinLen
+= Size;
[
all
...]
Completed in 237 milliseconds