Searched refs:to_ (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dstore.h47 void StartMove(int from_, int to_);
H A Dhandler.cpp57 void c4_Handler::Move(int from_, int to_) { argument
58 if (from_ != to_) {
64 if (to_ > from_)
65 --to_;
67 Insert(to_, data, 1);
H A Dhandler.h67 void Move(int from_, int to_);
H A Dpersist.cpp113 void InsertPair(int i_, t4_i32 from_, t4_i32 to_);
256 void c4_Allocator::InsertPair(int i_, t4_i32 from_, t4_i32 to_) { argument
260 d4_assert(from_ < to_);
262 //!d4_assert(to_ < GetAt(i_));
264 if (to_ >= (t4_i32)GetAt(i_))
269 SetAt(i_ + 1, to_);
H A Dviewx.cpp226 void c4_Sequence::Move(int from_, int to_) { argument
229 change.StartMove(from_, to_);
233 NthHandler(i).Move(from_, to_);
H A Dcolumn.cpp22 void f4_memmove(void *to_, const void *from_, int n_) { argument
23 char *to = (char*)to_;
281 t4_byte *c4_Column::CopyData(t4_i32 to_, t4_i32 from_, int count_) { argument
282 int i = fSegIndex(to_);
299 p += fSegRest(to_);
302 d4_assert(fSegIndex(to_ + count_ - 1) == i);
H A Dstore.cpp104 void c4_Notifier::StartMove(int from_, int to_) { argument
107 _count = to_;

Completed in 62 milliseconds