Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c13625 UINT minuend; in nx_bsd_inet_pton() local
13679 minuend = 0; in nx_bsd_inet_pton()
13681 minuend = 48; in nx_bsd_inet_pton()
13683 minuend = 87; in nx_bsd_inet_pton()
13685 minuend = 55; in nx_bsd_inet_pton()
13688 if(minuend) in nx_bsd_inet_pton()
13692 value = (USHORT)(value | ((UINT)ch - minuend)); in nx_bsd_inet_pton()