Searched refs:SetBuffer (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dtable.cpp111 t4_byte *c4_Bytes::SetBuffer(int length_) { function in class:c4_Bytes
129 return (t4_byte*)memset(SetBuffer(length_), 0, length_);
H A Dcolumn.h38 void SetBuffer(t4_i32);
H A Dformat.cpp362 col->SetBuffer(n);
745 _memoCol.SetBuffer(0);
746 _sizeCol.SetBuffer(0);
1114 _data.SetBuffer(0); // 2004-01-18 force dirty
1127 _data.SetBuffer(0); // 2004-01-18 force dirty
1197 _data.SetBuffer(buf.Size());
H A Dviewx.cpp136 return strcpy((char*)Buffer().SetBuffer(strlen(str_) + 1), str_);
555 t4_byte *ptr = result.SetBuffer(orig.Size() + diff_);
H A Dpersist.cpp998 t4_byte *buf = temp.SetBuffer(n);
H A Dremap.cpp191 t4_byte *q = buf2.SetBuffer(len);
H A Dcolumn.cpp721 t4_byte *p = buffer_.SetBuffer(len_);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/demos/
H A Dmyio.cpp70 char* ptr = (char*) buf.SetBuffer(nCount);
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTask.h122 inline IOReturn SetBuffer ( IOMemoryDescriptor * buffer ) function in class:SCSIParallelTask
H A DIOSCSIParallelInterfaceDevice.cpp2107 return task->SetBuffer ( buffer );
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Draw_ostream.cpp715 SetBuffer(OS.end(), OS.capacity() - OS.size());
731 SetBuffer(OS.end(), OS.capacity() - OS.size());
753 SetBuffer(OS.end(), OS.capacity() - OS.size());
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore5.cpp146 t4_byte *p = data.SetBuffer(12345);
176 t4_byte *p = data.SetBuffer(12345);
H A Dtmapped.cpp70 h.SetBuffer(2500+i);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A Draw_ostream.h48 /// InternalBuffer); otherwise the buffer has been set via SetBuffer and is
51 /// If a subclass installs an external buffer using SetBuffer then it can wait
253 /// safe for the subclass to install a new buffer via SetBuffer.
271 /// SetBuffer - Use the provided buffer as the raw_ostream buffer. This is
275 void SetBuffer(char *BufferStart, size_t Size) { function in class:llvm::raw_ostream
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.h63 virtual void SetBuffer( UInt32 size, void* buf ) ;
H A DIOFireWireLibCommand.cpp569 Cmd::SetBuffer( function in class:IOFireWireLib::Cmd
776 IOFireWireIUnknown::InterfaceMap<Cmd>::GetThis(self)->SetBuffer(inSize, inBuf) ;
H A DIOFireWireLib.h2895 /*! @function SetBuffer \
2943 void (*SetBuffer)(IOFireWireLibCommandRef self, UInt32 size, void* buf) ; \
3094 received/sent directly from the buffer set with SetBuffer(). Whatever data \
3097 command object data buffer when SetBuffer() is called, up to a maximum \
3100 calling SetBuffer() will be ignored; SetBuffer() should be called whenever \
3157 transfer may happen as soon as SetBuffer() (below, v2 interfaces and newer)
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DoalSource.h690 void SetBuffer (ALuint inBufferToken, OALBuffer *inBuffer);
H A DoalImp.cpp2367 oalSource->SetBuffer(value, gOALBufferMap->Get((UInt32) value));
2463 oalSource->SetBuffer(*values, gOALBufferMap->Get((UInt32) *values));
H A DoalSource.cpp994 void OALSource::SetBuffer (ALuint inBufferToken, OALBuffer *inBuffer) function in class:OALSource
997 DebugMessageN3("OALSource::SetBuffer called - OALSource:inBufferToken:inBuffer = %ld:%ld:%p\n", (long int) mSelfToken, (long int) inBufferToken, inBuffer);
1031 DebugMessageN1("OALSource::SetBuffer - kMQ_SetBuffer added to MQ - OALSource = %ld", (long int) mSelfToken);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/include/
H A Dmk4.h512 t4_byte *SetBuffer(int);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp896 char *p = (char*)temp.SetBuffer(3 *strlen(desc_) + 100);

Completed in 386 milliseconds