Searched refs:_cp (Results 1 – 4 of 4) sorted by relevance
802 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 …]
105 const char *pmc_name_of_cputype(enum pmc_cputype _cp);
94 ${_cp} \838 _cp= cp macro
1554 NCURSES_CH_T *_cp = &ch; \1555 memset(_cp, 0, sizeof(ch)); \1556 _cp->chars[0] = (wchar_t) (c); \1557 _cp->attr = (a); \