Searched refs:len_ (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dmkbug.cpp5 void QuickTest(int pos_, int len_) argument
26 v2.RemoveAt(pos_, len_);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dfileio.cpp363 int c4_FileStrategy::DataRead(t4_i32 pos_, void *buf_, int len_) { argument
367 //printf("DataRead at %d len %d\n", pos_, len_);
369 len_, _file);
372 void c4_FileStrategy::DataWrite(t4_i32 pos_, const void *buf_, int len_) { argument
377 printf("DataWrite %08x at %d len %d (map %d)\n", buf_, pos_, len_, (const
380 printf("DataWrite %08x at %d len %d\n", buf_, pos_, len_);
383 " _mapStart %08x _dataSize %d buf_ %08x len_ %d _baseOffset %d\n",
384 _mapStart, _dataSize, buf_, len_, _baseOffset);
385 printf(" _mapStart %08x _dataSize %d buf_ %08x len_ %d _baseOffset %d\n",
386 _mapStart, _dataSize, buf_, len_, _baseOffse
[all...]
H A Dpersist.h68 void Write(const void *buf_, int len_);
89 int OldRead(t4_byte *buf_, int len_);
114 void OccupySpace(t4_i32 pos_, t4_i32 len_);
H A Dpersist.cpp29 c4_FileMark(t4_i32 pos_, int len_);
56 c4_FileMark::c4_FileMark(t4_i32 pos_, int len_) { argument
61 *p++ = (t4_byte)(len_ >> j);
105 t4_i32 Allocate(t4_i32 len_);
106 void Occupy(t4_i32 pos_, t4_i32 len_);
107 void Release(t4_i32 pos_, t4_i32 len_);
160 t4_i32 c4_Allocator::Allocate(t4_i32 len_) { argument
163 if (GetAt(i + 1) >= GetAt(i) + len_) {
165 if ((t4_i32)GetAt(i + 1) > pos + len_)
166 ElementAt(i) += len_;
176 Occupy(t4_i32 pos_, t4_i32 len_) argument
380 AddEntry(t4_i32 off_, t4_i32 len_, const c4_Bytes &data_) argument
540 Write(const void *buf_, int len_) argument
1074 OldRead(t4_byte *buf_, int len_) argument
1158 OccupySpace(t4_i32 pos_, t4_i32 len_) argument
[all...]
H A Dviewx.cpp486 c4_Bytes c4_BytesRef::Access(t4_i32 off_, int len_, bool noCopy_)const { argument
493 if (len_ == 0 || off_ + len_ > sz)
494 len_ = sz - off_;
496 if (len_ > 0) {
504 c4_ColIter iter(*col, off_, off_ + len_);
506 return c4_Bytes(iter.BufLoad(), iter.BufLen() < len_ ? iter.BufLen():
507 len_);
509 const t4_byte *bytes = col->FetchBytes(off_, len_, buffer, false);
512 return c4_Bytes(bytes, len_);
[all...]
H A Dtable.cpp50 c4_Bytes::c4_Bytes(const void *buf_, int len_, bool copy_): _size(len_), _copy argument
H A Dcolumn.h70 const t4_byte *FetchBytes(t4_i32 pos_, int len_, c4_Bytes &buffer_, bool
H A Dcolumn.cpp708 const t4_byte *c4_Column::FetchBytes(t4_i32 pos_, int len_, c4_Bytes &buffer_,
710 d4_assert(len_ > 0);
711 d4_assert(pos_ + len_ <= ColSize());
714 c4_ColIter iter(*this, pos_, pos_ + len_);
718 if (!forceCopy_ && iter.BufLen() == len_)
721 t4_byte *p = buffer_.SetBuffer(len_);
727 d4_assert(p == buffer_.Contents() + len_);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtmapped.cpp7 void TestBlockDel(int pos_, int len_) { argument
8 printf("blockdel pos %d len %d\n", pos_, len_);
32 v2.RemoveAt(pos_, len_);
33 A(v2.GetSize() == 2999-len_);
/macosx-10.10.1/text_cmds-88/sort/
H A Dsystem.h724 size_t len_ = strlen (s_) + 1; \
725 char *tmp_dest_ = alloca (len_); \
726 DEST = memcpy (tmp_dest_, (s_), len_); \
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.h252 Tcl_Obj *tcl_NewStringObj(const char *str_, int len_ = - 1);
H A Dmk4tcl.cpp1408 Tcl_Obj *Tcl::tcl_NewStringObj(const char *str_, int len_) { argument
1409 return Tcl_NewStringObj((char*)str_, len_);
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dcgen.h339 CGEN_FIELDS *fields_, bfd_vma pc_, int len_);

Completed in 208 milliseconds