Searched refs:Size (Results 51 - 75 of 579) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCIndigoIO.cpp53 PVOID CIndigoIO::operator new( size_t Size )
58 Status = OsAllocateNonPaged(Size,&pMemory);
68 memset( pMemory, 0, Size );
73 } // PVOID CIndigoIO::operator new( size_t Size )
H A DCDarla.h71 PVOID operator new( size_t Size );
H A DCDarla24.h91 PVOID operator new( size_t Size );
H A DCGina.h83 PVOID operator new( size_t Size );
H A DCGina24.h91 PVOID operator new( size_t Size );
H A DCIndigo.h86 PVOID operator new( size_t Size );
H A DCIndigoIO.h85 PVOID operator new( size_t Size );
H A DCLayla.h85 PVOID operator new( size_t Size );
H A DCLayla24.h82 PVOID operator new( size_t Size );
H A DCMia.h87 PVOID operator new( size_t Size );
H A DCMona.h91 PVOID operator new( size_t Size );
/haiku-fatelf/headers/private/net/
H A DDynamicBuffer.h42 size_t Size() const;
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/
H A DStdIOCallback.cpp106 uint32 StdIOCallback::read(void*Buffer,size_t Size) argument
110 size_t result = fread(Buffer, 1, Size, File);
157 size_t StdIOCallback::write(const void*Buffer,size_t Size) argument
160 uint32 Result = fwrite(Buffer,1,Size,File);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlElement.h130 :Size(aSize), MyTable(aMyTable), UpTable(aUpTable),
134 return ((Size != aElt.Size) || (MyTable != aElt.MyTable) ||
140 unsigned int Size; ///< number of elements in the table member in class:EbmlSemanticContext
192 virtual uint64 UpdateSize(bool bKeepIntact = false, bool bForceRender = false) = 0; /// update the Size of the Data stored
193 virtual uint64 GetSize() const {return Size;} /// return the size of the data stored in the element, on reading
217 return EbmlId(*this).Length + CodedSizeLength(Size, SizeLength, bSizeIsFinite);
245 return SizePosition + CodedSizeLength(Size, SizeLength, bSizeIsFinite) + Size;
249 uint64 Size; ///< th member in class:EbmlElement
[all...]
H A DEbmlSInteger.h63 void SetDefaultSize(const int nDefaultSize = DEFAULT_INT_SIZE) {Size = nDefaultSize;}
65 bool ValidateSize() const {return (Size <= 8);}
/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DChartLegend.h9 #include <Size.h>
/haiku-fatelf/src/apps/debugger/debug_info/
H A DFunctionDebugInfo.h26 virtual target_size_t Size() const = 0;
/haiku-fatelf/src/apps/debugger/model/
H A DSymbolInfo.h25 target_size_t Size() const { return fSize; } function in class:SymbolInfo
/haiku-fatelf/src/system/boot/platform/cfe/
H A DHandle.h25 virtual off_t Size() const;
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A DHandle.h25 virtual off_t Size() const;
/haiku-fatelf/src/system/kernel/cache/
H A DBlockMap.h21 off_t Size() const { return fSize; } function in class:BlockMap
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.cpp42 return SetFileSize(transaction,Size() + bytes);
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageDoubleItemTest.h54 inline static bool Size(size_t size, double& d) function in struct:TDoubleAssertPolicy
H A DMessageFloatItemTest.h54 inline static bool Size(size_t size, float& f) function in struct:TFloatAssertPolicy
/haiku-fatelf/src/tests/system/boot/loader/
H A DHandle.h29 virtual off_t Size() const;

Completed in 187 milliseconds

1234567891011>>