Home
last modified time | relevance | path

Searched defs:tag_header (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
Dsetup.h21 struct tag_header { struct
22 u32 size;
23 u32 tag;
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/
Dsetup.h86 struct tag_header { struct
87 u32 size;
88 u32 tag;
/third_party/ffmpeg/libavcodec/
Dtdsc.c527 int ret, tag_header, keyframe = 0; in tdsc_decode_frame() local