OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:number_of_screenlayouts
(Results
1 - 7
of
7
) sorted by null
/external/vboot_reference/firmware/include/
bmpblk_header.h
17
* | ScreenLayout[
number_of_screenlayouts
-1] | /
64
uint32_t
number_of_screenlayouts
;
member in struct:BmpBlockHeader
/external/vboot_reference/utility/
bmpblk_util.c
260
printf(" %d screens\n", hdr->
number_of_screenlayouts
);
272
hdr->
number_of_screenlayouts
);
385
screen_num < hdr->
number_of_screenlayouts
;
388
i = loc_num * hdr->
number_of_screenlayouts
+ screen_num;
424
screen_num < hdr->
number_of_screenlayouts
;
427
if (screen_num != hdr->
number_of_screenlayouts
- 1)
bmpblk_utility.cc
501
config_.header.
number_of_screenlayouts
= config_.localizations[0].size();
504
assert(config_.header.
number_of_screenlayouts
==
517
config_.header.
number_of_screenlayouts
);
/external/vboot_reference/firmware/lib/
region-kernel.c
117
localization * hdr.
number_of_screenlayouts
*
vboot_display.c
201
if (screen_index >= hdr.
number_of_screenlayouts
) {
/external/vboot_reference/tests/
vboot_region_tests.c
78
bhdr->
number_of_screenlayouts
= 1;
/external/vboot_reference/futility/
cmd_show.c
214
bmp->
number_of_screenlayouts
);
Completed in 152 milliseconds