Searched refs:size_t (Results 1 - 25 of 3330) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DFSUtils.cpp139 BNode* destNode, void* buffer, size_t bufsize);
271 CopyLoopControl::ChecksumChunk(const char*, size_t)
764 EditModelName(const Model* model, const char* name, size_t length)
821 ShouldEditRefName(const entry_ref* ref, const char* name, size_t length)
1426 const size_t kMinBufferSize = 1024* 128;
1427 const size_t kMaxBufferSize = 1024* 1024;
1429 size_t bufsize = kMinBufferSize;
1434 size_t freesize = static_cast<size_t>(
1493 loopControl->ChecksumChunk(buffer, (size_t)byte
[all...]
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp142 size_t bufferSize, bool printPort)
292 for (size_t i = 0; i < sizeof(address->l2cap_bdaddr.b); i++)
/haiku/headers/private/net/
H A DNetBufferUtilities.h115 void Remove(size_t bytes)
146 NetBufferPrepend(net_buffer* buffer, size_t size = sizeof(Type))
/haiku/headers/private/kernel/util/
H A DVectorMap.h71 static const size_t kDefaultChunkSize = 10;
72 static const size_t kMaximalChunkSize = 1024 * 1024;
75 VectorMap(size_t chunkSize = kDefaultChunkSize);
266 _VECTOR_MAP_CLASS_NAME::VectorMap(size_t chunkSize)
/haiku/src/kits/shared/
H A DStringForSize.cpp29 string_for_size(double size, char* string, size_t stringSize)
39 size_t index = 0;
H A DStringForRate.cpp27 string_for_rate(double rate, char* string, size_t stringSize)
38 size_t index = 0;
/haiku/src/kits/interface/
H A DColumnTypes.cpp346 size_t index;
438 size_t index = 0;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp65 static const size_t kOptimalIOSize = 65536;
292 uint32 cmd, void *buffer, size_t /*length*/)
362 size_t *bufferSize)
376 size_t toRead = min(*bufferSize,
955 void *buffer, size_t *bufferSize)
992 const void *buffer, size_t *bufferSize)
1291 struct dirent *buffer, size_t bufferSize, uint32 *count)
1308 size_t nameLen = strlen(name);
1311 size_t length = (buffer->d_name + nameLen + 1) - (char*)buffer;
1413 struct dirent *buffer, size_t bufferSiz
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.h34 uint8* buffer, size_t* length);
38 status_t GetNext(char* name, size_t* nameLength);
40 status_t Lookup(const char* name, size_t* nameLength);
H A DShortAttribute.cpp47 size_t length = strlen(name);
75 size_t namelength = strlen(fName);
91 ShortAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length)
101 size_t namelength = strlen(fName);
125 ShortAttribute::GetNext(char* name, size_t* nameLength)
153 ShortAttribute::Lookup(const char* name, size_t* nameLength)
/haiku/src/add-ons/kernel/drivers/audio/sb16/
H A Dsb16_multi_audio.c280 multi_audio_control(void* cookie, uint32 op, void* arg, size_t len)
/haiku/src/add-ons/kernel/drivers/audio/generic/
H A Dutil.c67 alloc_mem(phys_addr_t *phy, void **log, size_t size, const char *name, bool user)
110 map_mem(void **log, phys_addr_t phy, size_t size, const char *name)
H A Dutil.h37 area_id alloc_mem(phys_addr_t *phy, void **log, size_t size, const char *name,
39 area_id map_mem(void **log, phys_addr_t phy, size_t size, const char *name);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c1123 emuxki_multi_control(void *cookie, uint32 op, void *data, size_t length)
1198 static status_t emuxki_control(void* cookie, uint32 op, void* arg, size_t len);
1199 static status_t emuxki_read(void* cookie, off_t position, void *buf, size_t* num_bytes);
1200 static status_t emuxki_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes);
1327 emuxki_control(void* cookie, uint32 op, void* arg, size_t len)
1333 emuxki_read(void* cookie, off_t position, void *buf, size_t* num_bytes)
1340 emuxki_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes)
H A Demuxki.h147 size_t size;
397 void * emuxki_pmem_alloc(emuxki_dev *card, size_t size);
398 void * emuxki_rmem_alloc(emuxki_dev *card, size_t size);
417 char** buffer, size_t *stride);
H A Demuxki.c219 emuxki_mem_new(emuxki_dev *card, int ptbidx, size_t size)
247 emuxki_pmem_alloc(emuxki_dev *card, size_t size)
250 size_t numblocks;
300 emuxki_rmem_alloc(emuxki_dev *card, size_t size)
321 size_t numblocks;
1590 char** buffer, size_t *stride)
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp814 echo_multi_control(void *cookie, uint32 op, void *data, size_t length)
898 static status_t echo_control(void* cookie, uint32 op, void* arg, size_t len);
899 static status_t echo_read(void* cookie, off_t position, void *buf, size_t* num_bytes);
900 static status_t echo_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes);
1105 echo_control(void* cookie, uint32 op, void* arg, size_t len)
1112 echo_read(void* cookie, off_t position, void *buf, size_t* num_bytes)
1120 echo_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes)
H A Decho.cpp97 echo_mem_new(echo_dev *card, size_t size)
124 echo_mem_alloc(echo_dev *card, size_t size)
287 char** buffer, size_t *stride)
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.h122 size_t size;
332 PVOID operator new( size_t Size );
H A DOsSupportBeOS.cpp70 echo_mem_new(size_t size)
95 echo_mem_alloc(size_t size)
381 PVOID COsSupport::operator new(size_t size)
H A DCEchoGals.h107 PVOID operator new( size_t Size );
H A DCEchoGals.cpp47 PVOID CEchoGals::operator new( size_t Size )
67 } // PVOID CEchoGals::operator new( size_t Size )
H A DC3g.h110 PVOID operator new( size_t Size );
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c79 static status_t pcm_control(void *cookie, uint32 op, void *data, size_t len);
80 static status_t pcm_read(void *cookie, off_t pos, void *data, size_t *len);
81 static status_t pcm_write(void *cookie, off_t pos, const void *data, size_t *len);
82 //static status_t pcm_writev(void *cookie, off_t pos, const iovec *vec, size_t count, size_t *len); /* */
718 size_t len)
1071 size_t n = buf->reserved_1-sizeof(*buf);
1079 size_t n = buf->reserved_1-sizeof(*buf);
1349 size_t * nread)
1352 size_t to_rea
[all...]
H A Dmixer.c17 static status_t mixer_control(void *cookie, uint32 op, void *data, size_t len);
18 static status_t mixer_read(void *cookie, off_t pos, void *data, size_t *len);
19 static status_t mixer_write(void *cookie, off_t pos, const void *data, size_t *len);
259 size_t len)
294 size_t * nread)
305 size_t * nwritten)

Completed in 141 milliseconds

1234567891011>>