HomeSort by: relevance | last modified time | path
    Searched defs:full (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/games/trek/
getpar.h 39 const char *full; member in struct:cvntab
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? ",
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);
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
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 +
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 +
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 +
  /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...]
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)
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_xxx.c 165 bool full = false; local in function:db_show_files_cmd
175 full = true;
191 vfs_vnode_print(vp, full, db_printf);
  /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);

Completed in 29 milliseconds

1 2 3