Home
last modified time | relevance | path

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

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dsock_addr_cache.c19 static int ndx6; in sock_addr_cache_inet_ntop_copy_buffer() local
60 memcpy(ntop6_cache[ndx6].ipv6.s6_addr,saddr->ipv6.sin6_addr.s6_addr,16); in sock_addr_cache_inet_ntop_copy_buffer()
61 memcpy(ntop6_strs+ndx6, b->ptr, buffer_clen(b)+1); in sock_addr_cache_inet_ntop_copy_buffer()
62 if (++ndx6 == NTOP_CACHE_MAX) ndx6 = 0; in sock_addr_cache_inet_ntop_copy_buffer()
/dports/audio/csound/csound-6.15.0/Opcodes/gab/
H A Dhvs.c301 int32_t ndx6 = (int32_t) p->posTable[posX+1+posY *linesX+(posZ+1)*linesXY]; in hvs3() local
325 val2 = p->snapTable[ndx6 * noc + j]; in hvs3()
354 val2 = p->snapTable[ndx6 * noc + j]; in hvs3()