Home
last modified time | relevance | path

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

/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dnumnicks.c69 #define NUMNICKMASK 63 /* (NUMNICKBASE-1) */ macro
155 buf[--count] = convert2y[(v & NUMNICKMASK)]; in inttobase64()
/dports/irc/srvx/srvx-1.3.1/src/
H A Dtools.c38 #define NUMNICKMASK (NUMNICKBASE - 1) macro
85 buf[--count] = convert2y[(unsigned char)(v & NUMNICKMASK)]; in inttobase64()