/src/games/trek/ |
getpar.h | 39 const char *full; member in struct:cvntab
|
/src/games/sail/ |
pl_4.c | 49 int rig, full; local in function:changesail 52 full = mf->FS; 56 if (!full) { 57 if (sgetch("Increase to Full sails? ",
|
dr_3.c | 335 int rig, full; local in function:checksails 348 full = 1; 350 full = 0; 352 full = 0; 355 full = 0; 357 if ((sp->file->FS != 0) != full) 358 send_fs(sp, full);
|
/src/games/dab/ |
board.cc | 146 // Return true if the board is full 147 int BOARD::full(void) const function in class:BOARD
|
/src/sys/dev/rasops/ |
rasops1-4_putchar.h | 91 int height, width, full, cnt, bit; local in function:NAME 205 full = width / 32; 206 width -= full * 32; 220 for (cnt = full; cnt; cnt--) 227 memcpy(hp, rp, ((lmask != -1) + full + 254 for (cnt = full; cnt; cnt--) { 269 memcpy(hp, rp, ((lmask != -1) + full + 291 for (cnt = full; cnt; cnt--) 297 memcpy(hp, rp, ((lmask != -1) + full +
|
rasops24.c | 214 int bytes, full, slop, cnt; local in function:rasops24_eraserows 265 full = bytes / (4 * 3); 266 slop = (bytes - full * (4 * 3)) / 4; 271 for (cnt = full; cnt; cnt--) { 297 int height, slop1, slop2, full, cnt; local in function:rasops24_erasecols 357 full = (num - slop1 /* - slop2 */) / 12; 370 for (cnt = full; cnt; cnt--) {
|
rasops_bitops.h | 222 int height, width, lnum, rnum, sb, db, full, cnt, sboff; local in function:NAME 297 full = (num - lnum) >> 5; 299 full = num >> 5; 310 hp -= (lmask != 0) + full; 330 for (cnt = full; cnt; cnt--) { 346 memcpy(hp, dp, ((lmask != 0) + full + 380 for (cnt = full; cnt; cnt--, sp++) { 391 memcpy(hp, drp, ((lmask != 0) + full +
|
rasops.h | 42 #define RI_FULLCLEAR 0x01 /* eraserows() hack to clear full screen */ 224 int slop1, slop2, full; local in function:rasops_memset32 234 full = (bytes - slop1 /* - slop2 */) >> 2; 244 for (; full; full--) {
|
rasops.c | 1048 int row, col, height, slop1, slop2, full, cnt; local in function:rasops_do_cursor 1108 full = (ri->ri_xscale - slop1 /* - slop2 */) >> 2; 1124 for (cnt = full; cnt; cnt--) { 1133 memcpy(hp, rp, ((slop1 != 0) + full +
|
/src/usr.sbin/fssconfig/ |
fssconfig.c | 114 char full[64], path[MAXPATHLEN]; local in function:config 183 fd = opendisk1(argv[0], O_RDWR, full, sizeof(full), 0, prog_open); 197 err(1, "%s: FSSIOCSET", full); 208 char full[64]; local in function:unconfig 216 fd = opendisk1(argv[0], O_RDWR, full, sizeof(full), 0, prog_open); 221 err(1, "%s: FSSIOCCLR", full); 228 char *dev, path[64], full[64]; local in function:list 244 fd = opendisk1(dev, O_RDONLY, full, sizeof(full), 0, prog_open) [all...] |
/src/sys/arch/powerpc/powerpc/ |
db_trace.c | 151 bool full = false; local in function:db_stack_trace_print 164 full = true; 342 if (full)
|
/src/sys/ddb/ |
db_xxx.c | 165 bool full = false; local in function:db_show_files_cmd 175 full = true; 191 vfs_vnode_print(vp, full, db_printf);
|
db_command.c | 1036 bool full = false; local in function:db_kqueue_print_cmd 1039 full = true; 1046 kqueue_printit((struct kqueue *)(uintptr_t) addr, full, db_printf); 1058 bool full = false; local in function:db_map_print_cmd 1061 full = true; 1066 uvm_map_printit((struct vm_map *)(uintptr_t) addr, full, db_printf); 1078 bool full = false; local in function:db_object_print_cmd 1081 full = true; 1083 uvm_object_printit((struct uvm_object *)(uintptr_t) addr, full, 1096 bool full = false local in function:db_page_print_cmd 1126 bool full = false; local in function:db_buf_print_cmd 1201 bool full = false; local in function:db_vnode_print_cmd 1218 bool full = false; local in function:db_vnode_lock_print_cmd 1247 bool full = false; local in function:db_mount_print_cmd 1260 bool full = false; local in function:db_show_all_mounts 1482 bool full = false; local in function:db_fdt_print_cmd [all...] |
/src/lib/libc/db/btree/ |
bt_split.c | 622 indx_t full, half, nxt, off, skip, top, used; local in function:bt_psplit 637 full = (indx_t)temp; 638 half = full / 2; 677 if ((skip <= off && used + nbytes + sizeof(indx_t) >= full) ||
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_fixed.h | 33 u32 full; member in union:dfixed 41 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) 42 #define dfixed_init(A) { .full = dfixed_const((A)) } 43 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } 44 #define dfixed_trunc(A) ((A).full >> 12) 45 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) 58 if (A.full > dfixed_const(non_frac)) 66 u64 tmp = ((u64)A.full << 13); 68 do_div(tmp, B.full); [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
ioreq.h | 94 uint64_t full; member in union:buffered_iopage::bufioreq_pointers
|
/src/common/dist/zlib/examples/ |
gzappend.c | 261 int ret, lastbit, left, full; local in function:gzscan 296 have = full = 0; 322 full = 1; 362 if (full) {
|
/src/sys/rump/librump/rumpvfs/ |
rump_vfs.c | 482 int *full = cl; local in function:rump_print_selector 486 vfs_vnode_print(vp, *full, (void *)rumpuser_dprintf); 491 rump_vfs_mount_print(const char *path, int full) 503 vfs_mount_print(mvp->v_mount, full, (void *)rumpuser_dprintf); 504 if (full) { 507 vfs_vnode_iterator_next(marker, rump_print_selector, &full);
|
/src/bin/df/ |
df.c | 452 static const char full[] = "100"; local in function:prtstat 589 availblks == 0 ? full : strspct(pb, sizeof(pb), used, 627 availblks == 0 ? full : 635 inodes == 0 ? (used == 0 ? empty : full) :
|
/src/share/mk/ |
bsd.lib.mk | 427 _LIB.so.full:=${_LIB}.so.${SHLIB_FULLVERSION} 430 _LIB.so.debug:=${_LIB.so.full}.debug 494 _LIBS+=${_LIB.so.full} 653 ${_LIB.so.full}: ${_LIB.so.link} ${_LIB.so.debug} 657 ${_LIB.so.link} ${_LIB.so.full}.tmp && \ 658 ${MV} ${_LIB.so.full}.tmp ${_LIB.so.full} \ 662 ${_LIB.so.full}: ${_MAINLIBDEPS} 677 # XXX Also creates dead symlinks until the .full rule runs 681 ${HOST_LN} -sf ${_LIB.so.full} ${_LIB.so.major}.tm [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_connector.h | 88 bool full; member in struct:nouveau_conn_atom::__anon4121a3830408
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
ppevvmath.h | 39 * A.full => The full number as it is. Generally not easy to read 44 int full; member in union:_fInt 225 temp.full = (X << SHIFT_AMOUNT); 227 temp.full = 0; 243 temp.full = (X << SHIFT_AMOUNT); 245 temp.full = 0; 282 fValue.full = 0; 292 fValue.full = fValue.full << times_shifted [all...] |
/src/sys/arch/sparc64/sparc64/ |
db_interface.c | 525 int i, j, full = 0; local in function:db_pmap_kernel 533 full = 1; 552 if (full) { 581 int i, j=0, full = 0; local in function:db_pmap_cmd 589 full = 1; 600 if (full) { 846 int i, start = 0, full = 0, reverse = 0; local in function:db_traptrace 858 full = 1; 870 if (!full) end = &trap_trace[start+1]; 875 if (full && start [all...] |
/src/sys/netinet/ |
tcp_vtw.h | 56 * we can refer to them by offset from a base, not as full pointers. 190 fatp_t full; local in function:fatp_full 192 full.inuse = (1U << FATP_NTAGS) - 1U; 194 return (fp->inuse == full.inuse); 206 uint32_t key; /* hash key: full hash */ 288 uint64_t look[2]; /* <! lookup: full hash, port hash */
|
/src/sys/arch/luna68k/dev/ |
omrasops.c | 1287 int sb, eb, db, sboff, full, cnt, lnum, rnum; local in function:om1_copycols 1326 full = (w - (32 - db)) / 32; 1328 full = w / 32; 1356 for (cnt = full; cnt; cnt--) { 1392 for (cnt = full; cnt; cnt--) { 1420 int sb, eb, db, sboff, full, cnt, lnum, rnum; local in function:om4_copycols 1465 full = (w - (32 - db)) / 32; 1467 full = w / 32; 1501 for (cnt = full; cnt; cnt--) { 1555 for (cnt = full; cnt; cnt--) [all...] |