HomeSort by relevance Sort by last modified time
    Searched refs:hasext (Results 1 - 2 of 2) sorted by null

  /external/u-boot/tools/
kwbimage.c 941 static size_t image_headersz_v1(int *hasext)
989 if (hasext)
990 *hasext = 1;
996 if (hasext)
997 *hasext = 1;
1226 int hasext = 0; local
1233 headersz = image_headersz_v1(&hasext);
1259 main_hdr->ext = hasext;
    [all...]
  /external/tcpdump/
print-udp.c 143 u_int hasopt, hasext, contype, hasmarker, dlen; local
157 hasext = 0;
166 hasext = i0 & 0x10000000;
178 (hasopt || hasext)? "+" : "",
199 if (hasext) {

Completed in 138 milliseconds