Home
last modified time | relevance | path

Searched refs:Move (Results 1 – 25 of 78) sorted by relevance

1234

/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DMove.java40 abstract class Move class
58 protected Move(Resource from, Resource to) in Move() method in Move
98 final class ComponentMove extends Move
167 class QuantityMove extends Move
H A DSystemSolver.java556 Move move = (Move) itMoves.next(); in solve()
931 private final Move m;
950 public ScoreMove(Move m, double score) in ScoreMove()
981 Move getMove() in getMove()
H A DMakefile32 SOURCE = Move.java \
H A DObjective.java81 public double calculate(Configuration conf, Move move, Element elem) in calculate()
134 abstract public double calculate(Configuration conf, Move move, in calculate()
513 public double calculate(Configuration conf, Move move, Element elem) in calculate()
956 public double calculate(Configuration conf, Move move, Element elem) in calculate()
1180 public double calculate(Configuration conf, Move move, Element elem) in calculate()
H A DDecisionHistory.java171 public static final Decision forMove(Move move, in forMove()
464 public boolean veto(Move m, double utilization) in veto()
/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dmove.c103 Dbg_move_expand(Lm_list *lml, Move *mv, Addr addr) in Dbg_move_expand()
124 Dbg_move_entry1(Lm_list *lml, int which, Move *mv, Sym_desc *s) in Dbg_move_entry1()
141 Dbg_move_entry2(Lm_list *lml, Move *mv, Word st_name, const char *name) in Dbg_move_entry2()
/onnv-gate/usr/src/cmd/geniconvtbl/samples/
H A DISO-2022-JP_to_eucJP.src65 // Move input buffer pointer one byte.
87 // Move input buffer pointer two bytes.
109 // Move input buffer pointer two bytes.
/onnv-gate/usr/src/cmd/sgs/libld/common/
H A Dsunwmove.c96 append_move_desc(Ofl_desc *ofl, Sym_desc *sdp, Move *mvp, Is_desc *isp) in append_move_desc()
177 Move *mvp; in ld_process_move()
181 mvp = (Move *)isp->is_indata->d_buf; in ld_process_move()
359 } else if (((Xword)((sizeof (Move)) * in ld_process_move()
H A Drelocate.c2260 static Move *
2268 Move *mvp; in get_move_entry()
2286 mvp = (Move *)misp->is_indata->d_buf; in get_move_entry()
2332 Move *mvp; in process_movereloc()
2906 newroffset_for_move(Sym_desc *sdp, Move *mvp, Xword offset1, Xword *offset2) in newroffset_for_move()
2919 *offset2 = (Xword)((mdp->md_oidx - 1) * sizeof (Move) + in newroffset_for_move()
2920 offset1 % sizeof (Move)); in newroffset_for_move()
2929 Move *move = arsp->rel_aux->ra_move->mr_move; in ld_adj_movereloc()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DResourceBundle.properties55 move_up=Move Up
56 move_down=Move Down
/onnv-gate/usr/src/uts/common/sys/
H A Dmachelf.h91 typedef Elf64_Move Move; typedef
138 typedef Elf32_Move Move;
/onnv-gate/usr/src/lib/libc/i386/gen/
H A D_stack_grow.s71 / Move the stack pointer outside the stack bounds if it isn't already.
/onnv-gate/usr/src/lib/libc/amd64/gen/
H A D_stack_grow.s71 / Move the stack pointer outside the stack bounds if it isn't already.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/
H A DCwd.xs315 Move(SvPVX(sv), SvPVX(sv) + namelen + 1, pathlen, char); in getcwd_sv()
320 Move(dp->d_name, SvPVX(sv)+1, namelen, char); in getcwd_sv()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.xs182 Move(s,SvPVX(str),e-s,U8);
261 Move(s,SvPVX(utf8),e-s,U8);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.xs109 Move(vbuf, dst + s->posn, count, char); in PerlIOScalar_unread()
137 Move(vbuf, dst + offset, count, char); in PerlIOScalar_write()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH28 : Move anything that needs config subs from !NO!SUBS! section to !GROK!THIS!.
/onnv-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dac_asm.s57 ! Move a single cache line of data. Survive UE and CE on the read
/onnv-gate/usr/src/cmd/lp/crontab/
H A Dlp28 # Move a weeks worth of 'requests' to 'requests.1'.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dwritemain.SH21 : Move anything that needs config subs from !NO!SUBS! section to !GROK!THIS!.
H A Ddoop.c75 Move(s, d, ulen, U8); in S_do_trans_simple()
253 Move(s, d, len, U8); in S_do_trans_complex()
353 Move(s, d, i, U8); in S_do_trans_simple_utf8()
512 Move(s, d, i, U8); in S_do_trans_complex_utf8()
531 Move(s, d, len, U8); in S_do_trans_complex_utf8()
563 Move(s, d, i, U8); in S_do_trans_complex_utf8()
H A Dhandy.h604 #define Move(s,d,n,t) (MEM_WRAP_CHECK(n,t), (void)memmove((char*)(d),(char*)(s), (n) * sizeof(t))) macro
626 #define Move(s,d,n,t) (void)memmove((char*)(d),(char*)(s), (n) * sizeof(t)) macro
640 #define Move(s,d,n,t) macro
/onnv-gate/usr/src/cmd/sgs/rtld/common/
H A Dmove.c84 Move *mv = MOVETAB(lmp); in move_data()
/onnv-gate/usr/src/lib/libcurses/screen/
H A Dcaps150 cursor_left, "cub1" "le" Move cursor left one space.
243 parm_down_cursor, "cud" "DO" Move cursor down #1 lines. (G*)
247 parm_left_cursor, "cub" "LE" Move cursor left #1 spaces (G)
248 parm_right_cursor, "cuf" "RI" Move cursor right #1 spaces. (G*)
250 parm_up_cursor, "cuu" "UP" Move cursor up #1 lines. (G*)
527 bit_image_newline, "binel" "Zz" Move to next row of the bit image (use tparm)
528 bit_image_carriage_return, "bicr" "Yv" Move to beginning of same row (use tparm)
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlclib.pod106 memmove(dst, src, n) Move(src, dst, n, t)
119 Notice the different order of arguments to C<Copy> and C<Move> than used

1234