Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dmks.h62 extern void m_crcposix(unsigned int *, const unsigned char *, size_t);
64 extern void m_crcposix(unsigned long *, const unsigned char *, size_t);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/mks/
H A Dm_crcpos.c114 m_crcposix(unsigned int *crcp, const unsigned char *bp, size_t n) in m_crcposix() function
116 m_crcposix(unsigned long *crcp, const unsigned char *bp, size_t n) in m_crcposix()
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_crcpos.c105 m_crcposix (crcp, bp, n) in m_crcposix() function
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dmks.h366 LEXTERN void m_crcposix (ulong *, const uchar *, size_t);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c1069 m_crcposix(
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c1191 m_crcposix(&array[y], (unsigned char *) w->_line[y], in __m_cc_hash()