Home
last modified time | relevance | path

Searched refs:nOutput (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Drandr.c5117 xcb_block_len += _aux->nOutput * sizeof(xcb_randr_output_t); in xcb_randr_monitor_info_sizeof()
5141 return R->nOutput; in xcb_randr_monitor_info_outputs_length()
5148 i.data = ((xcb_randr_output_t *) (R + 1)) + (R->nOutput); in xcb_randr_monitor_info_outputs_end()
H A Drandr.h1571 uint16_t nOutput; member
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c252625 int nOutput;
252636 assert( strlen(p->zOutput)==p->nOutput );
252644 memcpy(&aBuf[nStem], p->zOutput, p->nOutput);
252645 *pnBuf = nStem + p->nOutput;