Searched defs:move (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmove.c30 * move.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/move.c 1.1 1995/05/12 18:30:16 ant Exp $";
46 #undef move macro
49 move(y, x) function
53 __m_trace("move(%d, %d)", y, x);
56 return __m_return_code("move", ERR);
61 return __m_return_code("move", OK);
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_move.c49 move(int y, int x) function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmove.c32 * move.c
42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/move.c 1.1 "
49 #undef move macro
52 move(int y, int x) function
/illumos-gate/usr/src/cmd/eqn/
H A Dmove.c21 move(int dir, int amt, int p) function
/illumos-gate/usr/src/cmd/refer/
H A Drefer3.c18 #define move(x, y) close(y); dup(x); close(x); macro
37 move(fr1, 0);
38 move(fw2, 1);
H A Dglue3.c20 #define move(x, y) close(y); dup(x); close(x); macro
53 move(fr1, 0);
54 move(fw2, 1);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java535 * Can't move to yourself
556 Move move = (Move) itMoves.next();
585 rwConf, move, elem);
614 "scored move (" + move + ") " +
616 scores.add(new ScoreMove(move, totalContrib));
620 * Try to find a move to apply which
646 * a move to apply. Return true if a move could be applied,
659 ScoreMove move
683 applyMove(Configuration conf, ScoreMove move, boolean ignoreDH) argument
[all...]
H A DDecisionHistory.java82 public void recordProcessorMove(ComponentMove move, argument
85 Decision decision = Decision.forMove(move, startingUtilization);
100 resourcesAwaitingImprovement.put(move.getTo(),
133 * Utilization of the resource before the move was made.
138 * Improvement in utilization (-1..1) after the move was
169 * Decision type corresponding to the move.
171 public static final Decision forMove(Move move, argument
174 if (move instanceof ComponentMove)
176 (ComponentMove)move, startingUtilization));
188 * corresponding to the affected resource before the move
350 ComponentMoveDecision(ComponentMove move, double startingUtilization) argument
[all...]
H A DObjective.java52 * the move.
55 * 1, representing minimum and maximum desirability of this move in
68 * The more desirable this move appears in terms of this
70 * indicates that the move is neutral in terms of the
71 * objective. A negative value indicates that the move is
75 * @param move The move under consideration
81 public double calculate(Configuration conf, Move move, Element elem) argument
134 abstract public double calculate(Configuration conf, Move move, argument
502 * known, so each move wil
513 calculate(Configuration conf, Move move, Element elem) argument
956 calculate(Configuration conf, Move move, Element elem) argument
1180 calculate(Configuration conf, Move move, Element elem) argument
[all...]
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.h102 int move; /* number of buf pages moved */ member in struct:statefile
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h185 #define move move64 macro
209 #define move move32 macro
H A Dfake_shdr.c577 * This routine does not move the file pointer.
825 /* Does this move the high water mark up? */
1107 SINFO move; member in struct:__anon1431
1320 sec.move.type = SINFO_T_MOVE;
1321 sec.move.vaddr = dyn->d_un.d_ptr;
1325 sec.move.size = dyn->d_un.d_val;
1456 sec.move.type = SINFO_T_NULL;
H A Delfdump.c3439 move(Cache *cache, Word shnum, const char *file, uint_t flags) function
3450 Move *move; local
3458 * Determine the move data and number.
3468 move = (Move *)_cache->c_data->d_buf;
3488 for (ndx = 0; ndx < movenum; move++, ndx++) {
3497 if ((move->m_info == 0) && (move->m_value == 0) &&
3498 (move->m_poffset == 0) && (move->m_repeat == 0) &&
3499 (move
[all...]
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c362 move();
367 move();
451 move();
587 move() function
671 move();
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c550 size_t plen, vlen, move = 0; local
569 /* move virt avail up */
570 move = plen - pl->maxsize;
572 vl->ptr += move / sizeof (struct prom_memlist);
573 vl->maxsize -= move;
575 /* move virt avail down */
576 move = vlen - vl->maxsize;
578 vl->ptr -= move / sizeof (struct prom_memlist);
579 pl->maxsize -= move;
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c284 Q, move, Xc, Yc; local
447 move = 1;
449 move = 2;
451 move = 2;
453 move = 3;
454 switch (move) {
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h112 #define move(y, x) VOID(wmove(stdscr, y, x)) macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c536 /* Returns: int - -1 == error, 0 == success (no move), 1 == success and */
558 int move; local
561 move = 1;
587 move = 0;
605 move = 0;
612 move = 0;
714 return move;
748 int move; local
763 move = 1;
837 move
[all...]
H A Dip_nat.c2328 /* Returns: int - -1 == error, 0 == success (no move), 1 == success and */
2350 int move; local
2353 move = 1;
2376 move = 0;
2394 move = 0;
2401 move = 0;
2497 return move;
2531 int move; local
2550 move = 1;
2623 move
[all...]
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c631 uint32_t move; local
679 move = 16 - (((uint32_t)softs->mbox_dma_cookie.dmac_address)&0xf);
681 (softs->mbox_dma_cookie.dmac_address + move);
684 (struct amr_mailbox *)(((uintptr_t)softs->mbox) + move);
686 AMRDB_PRINT((CE_NOTE, "phraddy=%x, mailbox=%p, softs->mbox=%p, move=%x",
688 softs->mbox, move));
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c1036 int move; local
1053 move = Itabn - ((chars + Itabn) % Itabn);
1054 move = (move < width-chars) ? move :
1056 chars += move;
1167 int move = 0; local
1195 move = Itabn - ((Lcolpos + Itabn) % Itabn);
1196 move = (move < widt
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c1130 * If this is a weak symbol then we want to move the strong
2258 * Get move entry
2271 * Set info for the target move section
2319 * The requirement for move data ensures that we have to supply a
2462 * If there were relocation against move table,
2912 * Search for matching move entry.
2929 Move *move = arsp->rel_aux->ra_move->mr_move; local
2935 * We are relocating the move table itself.
2937 newroffset_for_move(psdp, move, arsp->rel_roffset,
/illumos-gate/usr/src/cmd/ed/
H A Ded.c85 "illegal move destination", /* 39 */
307 static void move(int);
663 move(0);
758 move(1);
2193 move(int cflag) function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h470 extern int move(int, int);
736 #define mvaddch(y, x, ch) (move(y, x) ? ((ch), ERR) : addch(ch))
741 #define mvadd_wch(y, x, cp) (move(y, x) ? ((cp), ERR) : add_wch(cp))
748 (move(y, x) ? ((chs), (n), ERR) : addchnstr(chs, n))
751 (move(y, x) ? ((chs), ERR) : addchstr(chs))
765 (move(y, x) ? ((cp), (n), ERR) : add_wchnstr(cp, n))
768 (move(y, x) ? ((cp), ERR) : add_wchstr(cp))
782 (move(y, x) ? (s, n, ERR) : addnstr(s, n))
785 (move(y, x) ? (s, ERR) : addstr(s))
797 (move(
1074 #define move macro
[all...]
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h727 extern int move(int, int);
835 #define mvaddch(y,x,ch) (move(y,x)?ERR:addch(ch))
839 #define mvadd_wch(y,x,cp) (move(y,x)?ERR:add_wch(cp))
844 #define mvaddchnstr(y,x,chs,n) (move(y,x)?ERR:addchnstr(chs,n))
845 #define mvaddchstr(y,x,chs) (move(y,x)?ERR:addchstr(chs))
852 #define mvadd_wchnstr(y,x,cp,n) (move(y,x)?ERR:add_wchnstr(cp,n))
853 #define mvadd_wchstr(y,x,cp) (move(y,x)?ERR:add_wchstr(cp))
860 #define mvaddnstr(y,x,s,n) (move(y,x)?ERR:addnstr(s,n))
861 #define mvaddstr(y,x,s) (move(y,x)?ERR:addstr(s))
868 #define mvaddnwstr(y,x,wcs,n) (move(
1055 #define move macro
[all...]

Completed in 145 milliseconds

12