Searched refs:next_id (Results 1 – 5 of 5) sorted by relevance
| /u-boot/common/ |
| A D | bootstage.c | 41 uint next_id; member 56 u32 next_id; /* Next ID to use for bootstage */ member 128 id = data->next_id++; in bootstage_add_record() 404 hdr->next_id = data->next_id; in bootstage_stash() 487 for (rec = data->record + data->next_id, i = 0; i < hdr->count; in bootstage_unstash() 499 data->next_id = hdr->next_id; in bootstage_unstash() 531 data->next_id = BOOTSTAGE_ID_USER; in bootstage_init()
|
| /u-boot/test/boot/ |
| A D | expo.c | 91 ut_asserteq(0, exp->next_id); in expo_base() 130 ut_asserteq(0, exp->next_id); in expo_scene() 136 ut_asserteq(SCENE1 + 1, exp->next_id); in expo_scene() 155 ut_asserteq(SCENE2 + 1, exp->next_id); in expo_scene() 195 ut_asserteq(OBJ_LOGO + 1, exp->next_id); in expo_object()
|
| /u-boot/boot/ |
| A D | scene.c | 22 id = exp->next_id++; in resolve_id() 23 else if (id >= exp->next_id) in resolve_id() 24 exp->next_id = id + 1; in resolve_id()
|
| /u-boot/include/ |
| A D | expo.h | 66 uint next_id; member
|
| /u-boot/drivers/video/ |
| A D | stb_truetype.h | 3120 …, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int32 nlen, stbtt_int32 target_id, stbtt_int32 next_id) in stbtt__matchpair() argument 3142 …if (i+1 < count && ttUSHORT(fc+loc+12+6) == next_id && ttUSHORT(fc+loc+12) == platform && ttUSHORT… in stbtt__matchpair()
|
Completed in 19 milliseconds