Home | History | Annotate | Download | only in wifi_hal

Lines Matching full:1000

71         if(((abstime.tv_nsec + now.tv_usec*1000) > 1000*1000*1000) || (abstime.tv_nsec + now.tv_usec*1000 < 0))
74 abstime.tv_nsec += now.tv_usec * 1000;
75 abstime.tv_nsec -= 1000*1000*1000;
79 abstime.tv_nsec += now.tv_usec * 1000;