Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 189) 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()
659 ScoreMove move = (ScoreMove) scores[i]; in processMoves() local
660 if (move.getScore() <= 0) { in processMoves()
663 move + " not applied as " + in processMoves()
697 utilization = monitor.getUtilization(move in applyMove()
710 "applying move " + move.getMove()); in applyMove()
711 move.getMove().apply(); in applyMove()
722 if (move.getMove() instanceof in applyMove()
[all …]
H A DDecisionHistory.java82 public void recordProcessorMove(ComponentMove move, in recordProcessorMove() argument
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()
354 cpuid = move.getComponents().toString(); in ComponentMoveDecision()
355 fromPsetName = move.getFrom().toString(); in ComponentMoveDecision()
356 toPsetName = move.getTo().toString(); in ComponentMoveDecision()
357 fromPsetComposition = move.getFrom() in ComponentMoveDecision()
359 toPsetComposition = move.getTo() in ComponentMoveDecision()
[all …]
H A DObjective.java524 if (move.getQty() == 0) in calculate()
554 (src.comp.size() - move.getQty())); in calculate()
559 (tgt.comp.size() + move.getQty())); in calculate()
964 ComponentMove cm = (ComponentMove) move; in calculate()
984 if (elem.equals(move.getFrom()) == false && in calculate()
985 elem.equals(move.getTo()) == false) in calculate()
1211 if (elem.equals(move.getFrom())) { in calculate()
1213 getUtilization(move.getFrom()); in calculate()
1240 } else if (elem.equals(move.getTo())) { in calculate()
1242 getUtilization(move.getTo()); in calculate()
[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))
859 #define mvaddstr(y,x,s) (move(y,x)?ERR:addstr(s))
914 #define mvdelch(y,x) (move(y,x)?ERR:delch())
934 #define mvgetch(y,x) (move(y,x)?ERR:getch())
944 #define mvgetstr(y,x,s) (move(y,x)?ERR:getstr(s))
986 #define mvinch(y,x) (move(y,x)?ERR:inch())
1012 #define mvinstr(y,x,s) (move(y,x)?ERR:instr(s))
1026 #define mvinsch(y,x,ch) (move(y,x)?ERR:insch(ch))
1036 #define mvinsstr(y,x,s) (move(y,x)?ERR:insstr(s))
[all …]
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h468 extern int move(int, int);
783 (move(y, x) ? (s, ERR) : addstr(s))
798 (move(y, x) ? (wcs, ERR) : addwstr(wcs))
888 (move(y, x) ? (wcp, ERR) : get_wch(wcp))
899 (move(y, x) ? (s, ERR) : getstr(s))
970 (move(y, x) ? (cp, ERR) : in_wch(cp))
981 (move(y, x) ? (chs, ERR) : inchstr(chs))
996 (move(y, x) ? (cp, ERR) : in_wchstr(cp))
1012 (move(y, x) ? (s, ERR) : instr(s))
1027 (move(y, x) ? (wcs, ERR) : inwstr(wcs))
[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
1052 move = (move < width-chars) ? move : in readbuf()
1054 chars += move; in readbuf()
1166 int move = 0; in put() local
1195 move = (move < width-Lcolpos) ? move : width-Lcolpos; in put()
1196 Nspace += move; in put()
1220 move = -1; in put()
1238 move = 1; in put()
1240 move = 0; in put()
1244 move = 0; 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/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
H A Dfpsetmask.S48 sll %o0, 23, %o1 ! move input bits into position
54 st %o1, [%sp+STACK_BIAS+ARGPUSH] ! move new fsr value to memory
H A Dfpsetsticky.S39 sll %o0, 5, %o1 ! move input bits into position
45 st %o1, [%sp+STACK_BIAS+ARGPUSH] ! move new fsr value to memory
/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/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

12345678