/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _move.c | 49 move(int y, int x) function
|
H A D | mvprintw.c | 63 return (move(y, x) == OK ? vwprintw(stdscr, fmt, ap) : ERR);
|
H A D | mvscanw.c | 62 return (move(y, x) == OK ? vwscanw(stdscr, fmt, ap) : ERR);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | move.c | 32 * 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/lib/libxcurses/src/libc/xcurses/ |
H A D | move.c | 30 * 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/cmd/refer/ |
H A D | refer3.c | 18 #define move(x, y) close(y); dup(x); close(x); macro 37 move(fr1, 0); 38 move(fw2, 1);
|
H A D | glue3.c | 20 #define move(x, y) close(y); dup(x); close(x); macro 53 move(fr1, 0); 54 move(fw2, 1);
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DecisionHistory.java | 82 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 D | SystemSolver.java | 535 * 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...] |
/illumos-gate/usr/src/lib/libc/i386/gen/ |
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
|
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
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | move.c | 21 move(int dir, int amt, int p) function
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | mvprintw.c | 38 return (move(y, x) == OK ? _sprintw(stdscr, fmt, ap) : ERR);
|
H A D | mvscanw.c | 38 return (move(y, x) == OK ? _sscans(stdscr, fmt, ap) : ERR);
|
/illumos-gate/usr/src/lib/libeti/panel/ |
H A D | Makefile.com | 31 move.o \
|
/illumos-gate/usr/src/lib/libc/sparc/fp/ |
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 | 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 | fpsetsticky.s | 39 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/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
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libc/sparcv9/fp/ |
H A D | fpsetmask.s | 48 sll %o0, 23, %o1 ! move input bits into position 54 st %o1, [%sp+STACK_BIAS+ARGPUSH] ! move new fsr value to memory
|
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
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | memcpy.s | 69 .s1algn:ldub [%o1], %o3 ! move 1 or 3 bytes to align it 71 stb %o3, [%g5] ! move a byte to align src
|