Searched refs:div (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/pexpert/i386/
H A Dpe_serial.c107 unsigned long div; local
110 div = UART_CLOCK / 16 / baud_rate;
112 WRITE( DLM, (unsigned char)(div >> 8) );
113 WRITE( DLL, (unsigned char) div );
/xnu-2782.1.97/libsyscall/wrappers/
H A D__commpage_gettimeofday.s59 div %ecx
65 div %ecx
/xnu-2782.1.97/bsd/netinet/
H A Din_proto.c360 SYSCTL_NODE(_net_inet, IPPROTO_DIVERT, div,

Completed in 31 milliseconds