/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | SystemSolver.java | 556 Move move = (Move) itMoves.next(); in solve() local 585 rwConf, move, elem); in solve() 614 "scored move (" + move + ") " + in solve() 616 scores.add(new ScoreMove(move, totalContrib)); in solve() 659 ScoreMove move = (ScoreMove) scores[i]; in processMoves() local 660 if (move.getScore() <= 0) { in processMoves() 663 move + " not applied as " + in processMoves() 667 if ((madeMove = applyMove(rwConf, move, ignoreDH)) == in processMoves() 683 private boolean applyMove(Configuration conf, ScoreMove move, in applyMove() argument 691 Poold.OPT_LOG.log(Severity.DEBUG, "selected " + move); in applyMove() [all …]
|
H A D | DecisionHistory.java | 82 public void recordProcessorMove(ComponentMove move, in recordProcessorMove() argument 85 Decision decision = Decision.forMove(move, startingUtilization); in recordProcessorMove() 100 resourcesAwaitingImprovement.put(move.getTo(), in recordProcessorMove() 171 public static final Decision forMove(Move move, in forMove() argument 174 if (move instanceof ComponentMove) in forMove() 176 (ComponentMove)move, startingUtilization)); in forMove() 350 public ComponentMoveDecision(ComponentMove move, in ComponentMoveDecision() argument 354 cpuid = move.getComponents().toString(); in ComponentMoveDecision() 355 fromPsetName = move.getFrom().toString(); in ComponentMoveDecision() 356 toPsetName = move.getTo().toString(); in ComponentMoveDecision() [all …]
|
H A D | Objective.java | 81 public double calculate(Configuration conf, Move move, Element elem) in calculate() argument 134 abstract public double calculate(Configuration conf, Move move, in calculate() argument 513 public double calculate(Configuration conf, Move move, Element elem) in calculate() argument 524 if (move.getQty() == 0) in calculate() 531 Calculation src = (Calculation) calcMap.get(move.getFrom()); in calculate() 532 Calculation tgt = (Calculation) calcMap.get(move.getTo()); in calculate() 554 (src.comp.size() - move.getQty())); in calculate() 559 (tgt.comp.size() + move.getQty())); in calculate() 956 public double calculate(Configuration conf, Move move, Element elem) in calculate() argument 964 ComponentMove cm = (ComponentMove) move; in calculate() [all …]
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 727 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(y,x)?ERR:addnwstr(wcs,n)) [all …]
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 470 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(y, x) ? (wcs, n, ERR) : addnwstr(wcs, n)) [all …]
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | memcpy.s | 44 shrl $2,%ecx / %ecx = number of words to move 45 rep ; smovl / move the words 47 movl 16(%esp),%ecx / %ecx = number of bytes to move 48 andl $0x3,%ecx / %ecx = number of bytes left to move 49 rep ; smovb / move the bytes 58 pushl %edi / save off %edi, %esi and move destination 59 movl 4+12(%esp),%ecx / get number of bytes to move 86 movl %edx,%ecx / compute bytes left to move
|
H A D | memccpy.s | 44 movb %dl,(%eax) / move byte 51 movb %dl,1(%eax) / move byte 58 movb %dl,2(%eax) / move byte 65 movb %dl,3(%eax) / move byte
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | display.c | 165 (void) move(0, COLS - (int)sizeof (helpstring)); in display() 179 (void) move(0, COLS - (int)sizeof (depthstring) - 2); in display() 184 (void) move(2, selectlen + 1); in display() 314 (void) move(screenline, 0); in display() 328 (void) move(screenline, COLS - width); in display() 336 (void) move(FLDLINE - 1, 0); in display() 351 (void) move(FLDLINE, 0); in display() 372 (void) move(fldline, (int)fldcolumn); in atfield() 572 (void) move(MSGLINE, 0); in putmsg() 586 (void) move(MSGLINE + 1, 0); in clearmsg2()
|
H A D | command.c | 223 (void) move(PRLINE, 0); in command() 227 (void) move(PRLINE, 0); in command() 253 (void) move(PRLINE, 0); in command() 275 (void) move(PRLINE, 0); in command() 388 (void) move(PRLINE, 0); in command() 409 (void) move(PRLINE, 0); in command() 448 (void) move(PRLINE, 0); in clearprompt() 513 (void) move(PRLINE, 0); in changestring() 591 (void) move(PRLINE, 0); in changestring() 683 (void) move(displine[i], selectlen); in mark()
|
/titanic_41/usr/src/lib/libc/amd64/gen/ |
H A D | memccpy.s | 38 movb %dh,(%rdi) / move byte 45 movb %dh,1(%rdi) / move byte 52 movb %dh,2(%rdi) / move byte 59 movb %dh,3(%rdi) / move byte
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | nchan2.ms | 13 move right 2*l from last ellipse.e 15 move down l from last ellipse.s 17 move down l from 1st ellipse.s 31 move right 2*l from last ellipse.e 33 move down l from last ellipse.s 35 move down l from 1st ellipse.s
|
/titanic_41/usr/src/cmd/refer/ |
H A D | refer3.c | 18 #define move(x, y) close(y); dup(x); close(x); macro 37 move(fr1, 0); in corout() 38 move(fw2, 1); in corout()
|
H A D | glue3.c | 20 #define move(x, y) close(y); dup(x); close(x); macro 53 move(fr1, 0); in corout() 54 move(fw2, 1); in corout()
|
/titanic_41/usr/src/cmd/pr/ |
H A D | pr.c | 1036 int move; in readbuf() local 1053 move = Itabn - ((chars + Itabn) % Itabn); in readbuf() 1054 move = (move < width-chars) ? move : in readbuf() 1056 chars += move; in readbuf() 1167 int move = 0; in put() local 1195 move = Itabn - ((Lcolpos + Itabn) % Itabn); in put() 1196 move = (move < width-Lcolpos) ? move : width-Lcolpos; in put() 1197 Nspace += move; in put() 1198 Lcolpos += move; in put() 1221 move = -1; in put() [all …]
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | move.c | 49 #undef move 52 move(int y, int x) in move() function
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | move.c | 46 #undef move 49 move(y, x) in move() function
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | memlist.c | 550 size_t plen, vlen, move = 0; in copy_boot_memlists() local 570 move = plen - pl->maxsize; in copy_boot_memlists() 572 vl->ptr += move / sizeof (struct prom_memlist); in copy_boot_memlists() 573 vl->maxsize -= move; in copy_boot_memlists() 576 move = vlen - vl->maxsize; in copy_boot_memlists() 578 vl->ptr -= move / sizeof (struct prom_memlist); in copy_boot_memlists() 579 pl->maxsize -= move; in copy_boot_memlists()
|
/titanic_41/usr/src/cmd/eqn/ |
H A D | e.y | 111 | fwd box %prec UP { move(FWD, $1, $2); } 112 | up box %prec UP { move(UP, $1, $2); } 113 | back box %prec UP { move(BACK, $1, $2); } 114 | down box %prec UP { move(DOWN, $1, $2); }
|
/titanic_41/usr/src/lib/libc/sparcv9/fp/ |
H A D | fpsetrnd.s | 39 sll %o0, 30, %o1 ! move input bits into position 45 st %o1, [%sp+STACK_BIAS+ARGPUSH] ! move new fsr value to memory
|
H A D | fpsetsticky.s | 39 sll %o0, 5, %o1 ! move input bits into position 45 st %o1, [%sp+STACK_BIAS+ARGPUSH] ! move new fsr value to memory
|
/titanic_41/usr/src/lib/libc/sparc/fp/ |
H A D | fpsetrnd.s | 39 sll %o0, 30, %o1 ! move input bits into position 45 st %o1, [%sp+ARGPUSH] ! move new fsr value to memory
|
H A D | fpsetmask.s | 48 sll %o0, 23, %o1 ! move input bits into position 54 st %o1, [%sp+ARGPUSH] ! move new fsr value to memory
|
H A D | fpsetsticky.s | 39 sll %o0, 5, %o1 ! move input bits into position 45 st %o1, [%sp+ARGPUSH] ! move new fsr value to memory
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | memcpy.s | 65 .s1algn:ldub [%o1], %o3 ! move 1 or 3 bytes to align it 67 stb %o3, [%o0] ! move a byte to align src
|
/titanic_41/usr/src/lib/libc/sparcv9/crt/ |
H A D | __align_cpy_2.s | 52 .s1algn:lduh [%o1], %o3 ! move 2 or 6 bytes to align it 54 sth %o3, [%g5] ! move 2 bytes to align src
|