Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/bcmdhd_net_iface/
Dbcmdhd_net_iface.c48 size_t bc = 0; in net_iface_send_command() local
56 bc += snprintf(&state.cmd[bc], sizeof(state.cmd) - bc, "%s ", argv[i]); in net_iface_send_command()
57 if (bc >= sizeof(state.cmd)) { in net_iface_send_command()
61 state.cmd[bc] = '\0'; in net_iface_send_command()
/hardware/ti/wlan/mac80211/ti-utils/scripts/
Dmkcard.sh11 CYLINDERS=`echo $SIZE/255/63/512 | bc`