Searched refs:size_t (Results 101 - 125 of 3330) sorted by relevance

1234567891011>>

/haiku/headers/private/kernel/
H A Dheap.h46 size_t max_allocation_size;
47 size_t page_size;
48 size_t min_bin_size;
49 size_t bin_alignment;
51 size_t max_waste_per_page;
62 void* memalign_etc(size_t alignment, size_t size, uint32 flags) _ALIGNED_BY_ARG(1);
63 void* realloc_etc(void* address, size_t newSize, uint32 flags);
66 void* memalign(size_t alignment, size_t siz
[all...]
H A Ddebug_hex_dump.h27 size_t bufferSize) const;
34 size_t dataSize);
39 size_t bufferSize) const;
43 size_t fDataSize;
47 void print_hex_dump(HexDumpDataProvider& data, size_t maxBytes,
49 void print_hex_dump(const void* data, size_t maxBytes, uint32 flags = 0);
H A Dsafemode.h23 size_t* _bufferSize);
28 const char* parameter, char* buffer, size_t* _bufferSize);
33 size_t* _bufferSize);
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dgraphics-output.h41 size_t SizeOfInfo;
43 size_t FrameBufferSize;
63 uint32_t mode_num, size_t* info_len,
72 size_t src_x, size_t src_y, size_t dest_x, size_t dest_y,
73 size_t width, size_t height, size_t delt
[all...]
/haiku/headers/private/support/
H A DZstdCompressionAlgorithm.h32 size_t BufferSize() const;
33 void SetBufferSize(size_t size);
37 size_t fBufferSize;
46 size_t BufferSize() const;
47 void SetBufferSize(size_t size);
50 size_t fBufferSize;
73 size_t inputSize, void* output,
74 size_t outputSize, size_t& _compressedSize,
78 size_t inputSiz
[all...]
H A DZlibCompressionAlgorithm.h31 size_t BufferSize() const;
32 void SetBufferSize(size_t size);
40 size_t fBufferSize;
50 size_t BufferSize() const;
51 void SetBufferSize(size_t size);
54 size_t fBufferSize;
77 size_t inputSize, void* output,
78 size_t outputSize, size_t& _compressedSize,
82 size_t inputSiz
[all...]
/haiku/src/system/libroot/posix/wchar/
H A Dmbsrtowcs.cpp27 extern "C" size_t
28 __mbsnrtowcs(wchar_t* dst, const char** src, size_t nmc, size_t len,
47 size_t count = 0;
56 count = (size_t)-1;
70 count = (size_t)-1;
87 size_t result = 0;
94 result = (size_t)-1;
98 result = (size_t)-1;
110 extern "C" size_t
[all...]
H A Dwcslcat.c18 size_t
19 __wcslcat(wchar_t* dest, const wchar_t* source, size_t maxLength)
21 size_t destLength = __wcsnlen(dest, maxLength);
22 size_t i;
/haiku/src/system/kernel/slab/
H A DObjectCache.h30 size_t size; // total number of objects
31 size_t count; // free objects
32 size_t offset;
49 size_t object_size;
50 size_t alignment;
51 size_t cache_color_cycle;
55 size_t total_objects; // total number of objects
56 size_t used_count; // used objects
57 size_t empty_count; // empty slabs
58 size_t pressur
[all...]
/haiku/headers/cpp/
H A Dbitset38 #include <stddef.h> // for size_t
71 template<size_t _Nw, class _WordT>
79 static size_t _S_whichword( size_t __pos ) {
82 static size_t _S_whichbyte( size_t __pos ) {
85 static size_t _S_whichbit( size_t __pos ) {
88 static _WordT _S_maskbit( size_t __pos ) {
92 _WordT& _M_getword(size_t __po
[all...]
/haiku/headers/private/kernel/slab/
H A DObjectDepot.h21 size_t full_count;
22 size_t empty_count;
23 size_t max_count;
24 size_t magazine_capacity;
37 status_t object_depot_init(object_depot* depot, size_t capacity,
38 size_t maxCount, uint32 flags, void* cookie,
/haiku/src/system/runtime_loader/
H A Delf_tls.h18 inline TLSBlockTemplate(void* address, size_t fileSize,
19 size_t memorySize);
33 size_t fFileSize;
34 size_t fMemorySize;
62 TLSBlockTemplate::TLSBlockTemplate(void* address, size_t fileSize,
63 size_t memorySize)
H A Delf_haiku_version.h13 size_t bufferSize);
/haiku/src/add-ons/kernel/file_systems/nfs/
H A DXDROutPacket.h12 size_t fSize;
13 size_t fLength;
19 void XDROutPacketGrow (struct XDROutPacket *packet, size_t size);
21 status_t XDROutPacketAddDynamic (struct XDROutPacket *packet, const void *data, size_t size);
22 status_t XDROutPacketAddFixed (struct XDROutPacket *packet, const void *data, size_t size);
27 size_t XDROutPacketLength (struct XDROutPacket *packet);
/haiku/headers/private/kernel/arch/
H A Duser_memory.h18 status_t _arch_cpu_user_memcpy(void* to, const void* from, size_t size,
20 ssize_t _arch_cpu_user_strlcpy(char* to, const char* from, size_t size,
22 status_t _arch_cpu_user_memset(void* s, char c, size_t count,
29 arch_cpu_user_memcpy(void* to, const void* from, size_t size)
37 arch_cpu_user_strlcpy(char* to, const char* from, size_t size)
45 arch_cpu_user_memset(void* s, char c, size_t count)
/haiku/headers/os/drivers/pcmcia/
H A Dmem_op.h47 static inline void copy_pc_to_user(void *to, const void *from, size_t n)
49 size_t odd = (n & 3);
59 static inline void copy_user_to_pc(void *to, const void *from, size_t n)
63 size_t odd = (n & 3);
78 static inline void copy_from_pc(void *to, const void *from, size_t n)
80 size_t odd = (n & 1);
90 static inline void copy_to_pc(void *to, const void *from, size_t n)
92 size_t odd = (n & 1);
102 static inline void copy_pc_to_user(void *to, const void *from, size_t n)
104 size_t od
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DSymLink.h19 status_t ReadSymLink(char* buffer, size_t toRead,
20 size_t& _bytesRead);
21 status_t WriteSymLink(const char* buffer, size_t toWrite,
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dvm.cpp18 user_memcpy(void *to, const void *from, size_t size)
26 user_strlcpy(char *to, const char *from, size_t size)
33 user_memset(void* target, char data, size_t length)
/haiku/headers/os/media/
H A DBuffer.h24 size_t offset;
25 size_t size;
43 size_t SizeAvailable();
44 size_t SizeUsed();
45 void SetSizeUsed(size_t used);
57 size_t Size();
82 size_t fOffset;
83 size_t fSize;
94 static size_t SmallBufferSizeLimit();
/haiku/src/add-ons/media/media-add-ons/dvb/
H A Dpes.cpp30 pes_extract(const uint8 *pes_data, size_t pes_size, const uint8 **data, size_t *size)
38 size_t header_size = 9 + pes_data[8];
56 pes_stream_id(const uint8 *pes_data, size_t pes_size, int *stream_id)
/haiku/src/apps/cortex/addons/common/
H A DIParameterSet.h61 size_t size); //nyi
70 size_t* ioSize); //nyi
80 size_t size) =0;
85 size_t* ioSize) =0;
/haiku/src/system/libroot/posix/string/
H A Dstrncmp.c11 strncmp(char const *a, char const *b, size_t count)
/haiku/src/tests/system/libroot/posix/
H A Dtest_confstr.c6 size_t confstr(int name, char *buf, size_t len);
12 size_t size;
14 size = confstr(i, NULL, (size_t) 0);
/haiku/src/system/libroot/os/
H A DPathBuffer.h25 PathBuffer(char* buffer, size_t size, size_t length = 0)
30 void SetTo(char* buffer, size_t size, size_t length = 0)
39 bool Append(const char* toAppend, size_t length)
42 size_t toCopy = std::min(length, fSize - fLength - 1);
61 size_t Length() const
68 size_t fSize;
69 size_t fLength;
/haiku/headers/private/kernel/util/
H A DStringHash.h21 uint32 hash_hash_string_part(const char* string, size_t maxLength);

Completed in 113 milliseconds

1234567891011>>