Home
last modified time | relevance | path

Searched refs:hasext (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/tools/
Dkwbimage.c941 static size_t image_headersz_v1(int *hasext) in image_headersz_v1() argument
989 if (hasext) in image_headersz_v1()
990 *hasext = 1; in image_headersz_v1()
996 if (hasext) in image_headersz_v1()
997 *hasext = 1; in image_headersz_v1()
1226 int hasext = 0; in image_create_v1() local
1233 headersz = image_headersz_v1(&hasext); in image_create_v1()
1259 main_hdr->ext = hasext; in image_create_v1()
/external/tcpdump/
Dprint-udp.c143 u_int hasopt, hasext, contype, hasmarker, dlen; in rtp_print() local
157 hasext = 0; in rtp_print()
166 hasext = i0 & 0x10000000; in rtp_print()
178 (hasopt || hasext)? "+" : "", in rtp_print()
199 if (hasext) { in rtp_print()