Searched refs:move (Results 1 - 25 of 117) sorted by relevance

12345

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_move.c49 move(int y, int x) function
H A Dmvprintw.c63 return (move(y, x) == OK ? vwprintw(stdscr, fmt, ap) : ERR);
H A Dmvscanw.c62 return (move(y, x) == OK ? vwscanw(stdscr, fmt, ap) : ERR);
/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/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/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/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/pools/poold/com/sun/solaris/domain/pools/
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 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...]
/illumos-gate/usr/src/lib/libc/i386/gen/
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
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
/illumos-gate/usr/src/cmd/eqn/
H A Dmove.c21 move(int dir, int amt, int p) function
/illumos-gate/usr/src/ucblib/libcurses/
H A Dmvprintw.c38 return (move(y, x) == OK ? _sprintw(stdscr, fmt, ap) : ERR);
H A Dmvscanw.c38 return (move(y, x) == OK ? _sscans(stdscr, fmt, ap) : ERR);
/illumos-gate/usr/src/lib/libeti/panel/
H A DMakefile.com31 move.o \
/illumos-gate/usr/src/lib/libc/sparc/fp/
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 Dfpsetrnd.s39 sll %o0, 30, %o1 ! move input bits into position
45 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/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/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
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
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 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 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/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

Completed in 81 milliseconds

12345