Searched defs:size (Results 26 - 50 of 1596) sorted by path

1234567891011>>

/haiku/headers/cpp/
H A Dstl_vector.h211 size_type size() const function in class:vector
[all...]
H A Dstrstream.h55 strstreambuf(char *ptr, int size, char *pstart = NULL) argument
57 strstreambuf(unsigned char *ptr, int size, unsigned char *pstart = NULL) argument
59 strstreambuf(const char *ptr, int size) argument
61 strstreambuf(const unsigned char *ptr, int size) argument
63 strstreambuf(signed char *ptr, int size, signed char *pstart = NULL) argument
65 strstreambuf(const signed char *ptr, int size) argument
[all...]
/haiku/headers/libs/agg/
H A Dagg_array.h30 pod_array_adaptor(T* array, unsigned size) : argument
33 unsigned size() const { return m_size; } function in class:agg::pod_array_adaptor
65 static unsigned size() { return Size; } function in class:agg::pod_auto_array
90 void inc_size(unsigned size) { m_size += size; } argument
92 unsigned size() const { return m_size; } function in class:agg::pod_auto_vector
115 pod_array(unsigned size) : argument
127 resize(unsigned size) argument
142 unsigned size() const { return m_size; } function in class:agg::pod_array
194 inc_size(unsigned size) argument
195 unsigned size() const { return m_size; } function in class:agg::pod_vector
233 allocate(unsigned size, unsigned extra_tail) argument
374 cut_at(unsigned size) argument
379 unsigned size() const { return m_size; } function in class:agg::pod_bvector
531 free_tail(unsigned size) argument
786 unsigned size; member in struct:agg::block_allocator::block_type
826 allocate(unsigned size, unsigned alignment=1) argument
858 allocate_block(unsigned size) argument
1089 range_adaptor(Array& array, unsigned start, unsigned size) argument
1093 unsigned size() const { return m_size; } function in class:agg::range_adaptor
[all...]
H A Dagg_path_storage_integer.h112 unsigned size() const { return m_storage.size(); } function in class:agg::path_storage_integer
217 serialized_integer_path_adaptor(const int8u* data, unsigned size, argument
228 init(const int8u* data, unsigned size, double dx, double dy, double scale=1.0) argument
[all...]
H A Dagg_scanline_storage_aa.h400 unsigned size = sizeof(int32) * 4; // min_x, min_y, max_x, max_y local
665 serialized_scanlines_adaptor_aa(const int8u* data, unsigned size, double dx, double dy) argument
679 init(const int8u* data, unsigned size, double dx, double dy) argument
[all...]
H A Dagg_scanline_storage_bin.h244 unsigned size = sizeof(int32) * 4; // min_x, min_y, max_x, max_y local
457 serialized_scanlines_adaptor_bin(const int8u* data, unsigned size, double dx, double dy) argument
471 init(const int8u* data, unsigned size, double dx, double dy) argument
[all...]
H A Dagg_span_gradient.h130 unsigned size() const { return m_size; } function in struct:agg::gradient_linear_color
/haiku/headers/libs/udis86/libudis86/
H A Ddecode.h148 Mx_mem_size(ud_operand_size_t size) argument
154 Mx_reg_size(ud_operand_size_t size) argument
165 ud_operand_size_t size; member in struct:ud_itab_entry_operand
H A Dtypes.h154 uint16_t size; member in struct:ud_operand
/haiku/headers/os/drivers/
H A Dmidi_driver.h30 size_t size; member in struct:__anon259
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h125 u_int size; member in struct:cistpl_device_t::__anon263
395 u_int size; member in struct:cistpl_bar_t
/haiku/headers/os/interface/
H A DRect.h164 BRect::BRect(BPoint leftTop, BSize size) argument
/haiku/headers/os/kernel/
H A Dfs_attr.h15 off_t size; member in struct:attr_info
H A Dfs_index.h15 off_t size; member in struct:index_info
/haiku/headers/os/media/
H A DBuffer.h25 size_t size; member in struct:buffer_clone_info
/haiku/headers/os/package/hpkg/
H A DPackageAttributeValue.h25 uint64 size; member in struct:BPackageKit::BHPKG::BPackageAttributeValue::__anon505::__anon506
132 BPackageAttributeValue::SetToData(uint64 size, uint64 offset) argument
142 BPackageAttributeValue::SetToData(uint64 size, const void* rawData) argument
[all...]
/haiku/headers/os/package/hpkg/v1/
H A DPackageAttributeValue.h27 uint64 size; member in struct:BPackageKit::BHPKG::V1::BPackageAttributeValue::__anon37::__anon38
134 BPackageAttributeValue::SetToData(uint64 size, uint64 offset) argument
144 BPackageAttributeValue::SetToData(uint64 size, const void* rawData) argument
[all...]
H A DPackageData.h41 void SetUncompressedSize(uint64 size) argument
43 void SetChunkSize(uint32 size) argument
/haiku/headers/private/app/
H A DMessagePrivate.h211 SendFlattenedMessage(void *data, int32 size, port_id port, argument
H A DServerLink.h158 ServerLink::Attach(const void* data, ssize_t size) argument
210 ServerLink::Read(void* data, ssize_t size) argument
H A DSimpleMallocIO.h20 BSimpleMallocIO(size_t size) argument
36 void Read(void *buffer, size_t size) argument
41 void ReadAt(off_t pos, void *buffer, size_t size) argument
51 void Write(const void *buffer, size_t size) argument
56 void WriteAt(off_t pos, const void *buffer, size_t size) argument
61 SetSize(off_t size) argument
[all...]
/haiku/headers/private/audio/
H A Dsoundcard.h1199 int size; member in struct:buffmem_desc
/haiku/headers/private/bluetooth/
H A DPortListener.h53 status_t Trigger(int32 code, TYPE* buffer, size_t size) argument
/haiku/headers/private/debugger/types/
H A DTargetAddressRange.h22 TargetAddressRange(target_addr_t start, target_size_t size) argument
H A DTargetAddressRangeList.h48 TargetAddressRangeList::AddRange(target_addr_t start, target_size_t size) argument

Completed in 230 milliseconds

1234567891011>>