/src/tests/lib/libcurses/slave/ |
command_table.h | 431 size_t ncmds = sizeof(commands) / sizeof(struct command_def); variable in typeref:typename:size_t
|
/src/usr.bin/checknr/ |
checknr.c | 199 static int ncmds; /* size of knowncmds */ variable in typeref:typename:int 224 while (knowncmds[ncmds]) 225 ncmds++; 572 if (ncmds >= MAXCMDS) { 602 src = &knowncmds[ncmds-1]; 608 ncmds++; 612 knowncmds[slot+2], ncmds); 628 top = ncmds-1;
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_vm.c | 925 unsigned nptes, ncmds, ndw; local in function:radeon_vm_bo_update 978 ncmds = (nptes >> min(radeon_vm_block_size, 11)) + 1; 986 ndw += ncmds * 7; 990 ndw += ncmds * 4; 997 ndw += ncmds * 10;
|
/src/sys/dev/hyperv/ |
vmbus.c | 2060 int bodylen = 0, ncmds = 0, pfn = 0; local in function:vmbus_handle_alloc 2101 ncmds = howmany(left, VMBUS_NPFNBODY); 2102 bodylen = ncmds * VMBUS_MSG_DSIZE_MAX; 2123 for (i = 0; i < ncmds; i++) { 2139 for (i = 0; i < ncmds; i++) { 2144 if (i == ncmds - 1) 2152 "with %d\n", device_xname(sc->sc_dev), i, ncmds,
|