Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 191) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java556 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 DDecisionHistory.java82 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 DObjective.java81 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 …]
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h468 extern int move(int, int);
734 #define mvaddch(y, x, ch) (move(y, x) ? ((ch), ERR) : addch(ch))
739 #define mvadd_wch(y, x, cp) (move(y, x) ? ((cp), ERR) : add_wch(cp))
746 (move(y, x) ? ((chs), (n), ERR) : addchnstr(chs, n))
749 (move(y, x) ? ((chs), ERR) : addchstr(chs))
763 (move(y, x) ? ((cp), (n), ERR) : add_wchnstr(cp, n))
766 (move(y, x) ? ((cp), ERR) : add_wchstr(cp))
780 (move(y, x) ? (s, n, ERR) : addnstr(s, n))
783 (move(y, x) ? (s, ERR) : addstr(s))
795 (move(y, x) ? (wcs, n, ERR) : addnwstr(wcs, n))
[all …]
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h725 extern int move(int, int);
833 #define mvaddch(y,x,ch) (move(y,x)?ERR:addch(ch))
837 #define mvadd_wch(y,x,cp) (move(y,x)?ERR:add_wch(cp))
842 #define mvaddchnstr(y,x,chs,n) (move(y,x)?ERR:addchnstr(chs,n))
843 #define mvaddchstr(y,x,chs) (move(y,x)?ERR:addchstr(chs))
850 #define mvadd_wchnstr(y,x,cp,n) (move(y,x)?ERR:add_wchnstr(cp,n))
851 #define mvadd_wchstr(y,x,cp) (move(y,x)?ERR:add_wchstr(cp))
858 #define mvaddnstr(y,x,s,n) (move(y,x)?ERR:addnstr(s,n))
859 #define mvaddstr(y,x,s) (move(y,x)?ERR:addstr(s))
866 #define mvaddnwstr(y,x,wcs,n) (move(y,x)?ERR:addnwstr(wcs,n))
[all …]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemcpy.S44 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 Dmemccpy.S44 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
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c165 (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 Dcommand.c223 (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()
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemccpy.S38 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
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c1034 int move; in readbuf() local
1051 move = Itabn - ((chars + Itabn) % Itabn); in readbuf()
1052 move = (move < width-chars) ? move : in readbuf()
1054 chars += move; in readbuf()
1166 int move = 0; in put() local
1194 move = Itabn - ((Lcolpos + Itabn) % Itabn); in put()
1195 move = (move < width-Lcolpos) ? move : width-Lcolpos; in put()
1196 Nspace += move; in put()
1197 Lcolpos += move; in put()
1220 move = -1; in put()
[all …]
/illumos-gate/usr/src/cmd/refer/
H A Drefer3.c16 #define move(x, y) close(y); dup(x); close(x); macro
35 move(fr1, 0); in corout()
36 move(fw2, 1); in corout()
H A Dglue3.c17 #define move(x, y) close(y); dup(x); close(x); macro
50 move(fr1, 0); in corout()
51 move(fw2, 1); in corout()
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c550 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()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmove.c47 #undef move
50 move(int y, int x) in move() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmove.c44 #undef move
47 move(y, x) in move() function
/illumos-gate/usr/src/cmd/eqn/
H A De.y111 | 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); }
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c281 Q, move, Xc, Yc; in conicarc() local
444 move = 1; in conicarc()
446 move = 2; in conicarc()
448 move = 2; in conicarc()
450 move = 3; in conicarc()
451 switch (move) { in conicarc()
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A Dfpsetrnd.S39 sll %o0, 30, %o1 ! move input bits into position
45 st %o1, [%sp+ARGPUSH] ! move new fsr value to memory
H A Dfpsetmask.S48 sll %o0, 23, %o1 ! move input bits into position
54 st %o1, [%sp+ARGPUSH] ! move new fsr value to memory
H A Dfpsetsticky.S39 sll %o0, 5, %o1 ! move input bits into position
45 st %o1, [%sp+ARGPUSH] ! move new fsr value to memory
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A Dfpsetrnd.S39 sll %o0, 30, %o1 ! move input bits into position
45 st %o1, [%sp+STACK_BIAS+ARGPUSH] ! move new fsr value to memory
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemcpy.S65 .s1algn:ldub [%o1], %o3 ! move 1 or 3 bytes to align it
67 stb %o3, [%o0] ! move a byte to align src
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemcpy.S69 .s1algn:ldub [%o1], %o3 ! move 1 or 3 bytes to align it
71 stb %o3, [%g5] ! move a byte to align src
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.S52 .s1algn:lduh [%o1], %o3 ! move 2 or 6 bytes to align it
54 sth %o3, [%g5] ! move 2 bytes to align src

12345678