Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:vms

2723 ver2str(unsigned int vms, unsigned int vls)
2728 maj = (vms >> 16) & 0xFFFF;
2731 year = (vms >> 16) & 0xFFFF;
2732 month = vms & 0xFFFF;
2740 (vms>>16)&0xFFFF, vms&0xFFFF,