Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c110 static uint8 int_fmt; variable
371 int_fmt = INT_FMT_DEC; in dhd_option()
388 int_fmt = INT_FMT_DEC; in dhd_option()
390 int_fmt = INT_FMT_UINT; in dhd_option()
392 int_fmt = INT_FMT_HEX; in dhd_option()
540 switch (int_fmt) { in dhd_printint()