Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/libntp/lib/isc/include/isc/
HDbuffer.h802 unsigned char *_cp; \
804 _cp = isc_buffer_used(_b); \
805 memcpy(_cp, (_source), _length); \
811 unsigned char *_cp; \
813 _cp = isc_buffer_used(_b); \
815 _cp[0] = _val2 & 0x00ff; \
820 unsigned char *_cp; \
822 _cp = isc_buffer_used(_b); \
824 _cp[0] = (unsigned char)((_val2 & 0xff00U) >> 8); \
825 _cp[1] = (unsigned char)(_val2 & 0x00ffU); \
[all …]
/freebsd-13-stable/lib/libpmc/
HDpmc.h105 const char *pmc_name_of_cputype(enum pmc_cputype _cp);
/freebsd-13-stable/sys/modules/
HDMakefile94 ${_cp} \
838 _cp= cp macro
/freebsd-13-stable/contrib/ncurses/ncurses/
HDcurses.priv.h1554 NCURSES_CH_T *_cp = &ch; \
1555 memset(_cp, 0, sizeof(ch)); \
1556 _cp->chars[0] = (wchar_t) (c); \
1557 _cp->attr = (a); \