Searched refs:size_t (Results 401 - 425 of 3326) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeSupport.h13 set_dirent_name(struct dirent* buffer, size_t bufferSize, const char* name,
16 size_t length = (buffer->d_name + nameLen + 1) - (char*)buffer;
30 next_dirent(struct dirent*& buffer, size_t& bufferSize)
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DMessageIO.h23 size_t amountToRead);
25 size_t amountToWrite);
43 size_t fSize;
/haiku/headers/private/shared/
H A DJsonTextWriter.h37 off_t offset, size_t length);
41 off_t offset, size_t length);
46 off_t offset, size_t length);
/haiku/src/bin/bfs_tools/lib/
H A DBitmap.h36 size_t Size() const { return fSize; }
42 size_t fSize;
43 size_t fByteSize;
/haiku/src/system/libroot/posix/crypt/
H A Dpbkdf2.cpp37 insecure_memzero_func(volatile void * buf, size_t len)
40 size_t i;
47 void (* volatile insecure_memzero_ptr)(volatile void *, size_t) =
56 HMAC_SHA256_Init(HMAC_SHA256_CTX * ctx, const void * _K, size_t Klen)
61 size_t i;
96 HMAC_SHA256_Update(HMAC_SHA256_CTX * ctx, const void * in, size_t len)
132 PBKDF2_SHA256(const uint8_t * passwd, size_t passwdlen, const uint8_t * salt,
133 size_t saltlen, uint64_t c, uint8_t * buf, size_t dkLen)
136 size_t
[all...]
H A Dcrypt.cpp42 toHex(const uint8* buffer, size_t bufferLength, char* outBuffer,
43 size_t outBufferLength)
45 size_t i;
46 size_t outIndex = 0;
70 static size_t
71 fromHex(const char* hex, uint8* outBuffer, size_t outBufferLength)
73 size_t i = 0;
74 size_t outIndex = 0;
102 crypt_gensalt_rn(char *outbuf, size_t bufsize)
106 size_t totalBytesRea
[all...]
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.h26 virtual ssize_t ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize);
27 virtual ssize_t WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize);
29 virtual status_t GetName(char *nameBuffer, size_t bufferSize) const;
/haiku/src/system/boot/loader/file_systems/bfs/
H A DFile.h26 virtual ssize_t ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize);
27 virtual ssize_t WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize);
29 virtual status_t GetName(char *nameBuffer, size_t bufferSize) const;
/haiku/src/system/kernel/slab/
H A Dslab_private.h17 static const size_t kMinObjectAlignment = 8;
22 void* block_alloc_early(size_t size);
47 slab_internal_alloc(size_t size, uint32 flags)
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.h14 size_t keyLength);
20 const uint8 *oldKey, size_t oldLength);
29 size_t length);
/haiku/headers/posix/
H A Dglob.h41 size_t gl_pathc; /* Count of total paths so far. */
42 size_t gl_matchc; /* Count of paths matching pattern. */
43 size_t gl_offs; /* Reserved at beginning of gl_pathv. */
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dsha2.h65 void SHA256Update(SHA2_CTX *, const void *, size_t)
71 void SHA384Update(SHA2_CTX *, const void *, size_t)
77 void SHA512Update(SHA2_CTX *, const void *, size_t)
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.h23 uint8* buffer, size_t* length);
27 status_t GetNext(char* name, size_t* nameLength);
29 status_t Lookup(const char* name, size_t* nameLength);
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);
/haiku/src/system/libroot/posix/sys/
H A Dmman.cpp28 append_string(char*& path, size_t& bytesLeft, const char* toAppend, size_t size)
43 append_string(char*& path, size_t& bytesLeft, const char* toAppend)
50 shm_name_to_path(const char* name, char* path, size_t pathSize)
92 mmap(void* address, size_t length, int protection, int flags, int fd,
162 munmap(void* address, size_t length)
169 mprotect(void* address, size_t length, int protection)
177 msync(void* address, size_t length, int flags)
184 madvise(void* address, size_t length, int advice)
191 posix_madvise(void* address, size_t lengt
[all...]
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dringbuff.c19 size_t size;
20 size_t current; /* index of next byte to read */
21 size_t avail; /* number of bytes in */
29 void rb_init(struct ring_buffer *rb, size_t size)
42 size_t rb_can_write(struct ring_buffer *rb)
49 size_t rb_can_read(struct ring_buffer *rb)
56 size_t rb_write(struct ring_buffer *rb, void *data, size_t len)
58 size_t index, towrite, written;
83 size_t rb_rea
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dservent.h39 size_t maxaliases;
47 size_t cdb_buf_len;
65 const uint8_t *, size_t);
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioPrivate.h54 size_t bufferSize);
56 const void* buffer, size_t bufferSize);
58 status_t AllocateQueues(size_t count,
82 void _DestroyQueues(size_t count);
92 size_t fQueueCount;
122 size_t readVectorCount,
123 size_t writtenVectorCount,
127 size_t readVectorCount,
128 size_t writtenVectorCount,
145 size_t readVectorCoun
[all...]
/haiku/headers/os/media/
H A DControllable.h46 size_t size);
60 size_t valueSize);
66 void* value, size_t* ioSize) = 0;
69 const void* value, size_t size) = 0;
82 size_t size);
86 int32 count, void* buffer, size_t* ioSize);
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Djoy.c17 static status_t joy_control(void *cookie, uint32 op, void *data, size_t len);
18 static status_t joy_read(void *cookie, off_t pos, void *data, size_t *len);
19 static status_t joy_write(void *cookie, off_t pos, const void *data, size_t *len);
86 size_t len)
97 size_t * nread)
108 size_t * nwritten)
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Djoy.c20 static status_t joy_control(void *cookie, uint32 op, void *data, size_t len);
21 static status_t joy_read(void *cookie, off_t pos, void *data, size_t *len);
22 static status_t joy_write(void *cookie, off_t pos, const void *data, size_t *len);
78 joy_control(void * cookie, uint32 iop, void * data, size_t len)
85 joy_read(void * cookie, off_t pos, void * data, size_t * nread)
92 joy_write(void * cookie, off_t pos, const void * data, size_t * nwritten)
/haiku/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_sine.cpp23 size_t framesPerBufferPart = 256;
24 size_t bufferPartCount = 4;
33 size_t size = strtoul(argv[1], NULL, 10);
62 size_t bufferSize;
79 size_t sampleCount = framesPerBufferPart * bufferPartCount;
80 for(size_t pos = 0; pos < sampleCount; pos++)
/haiku/src/servers/package/
H A DPackage.h67 size_t HashKey(const char* key) const
72 size_t Hash(const Package* value) const
93 size_t HashKey(const node_ref& key) const
95 return (size_t)key.device + 17 * (size_t)key.node;
98 size_t Hash(const Package* value) const
/haiku/headers/private/kernel/
H A Delf.h22 size_t size;
53 size_t textSize, addr_t data, size_t dataSize);
55 addr_t address, size_t size, int32 type);
57 int32* _symbolCount, char* stringTable, size_t* _stringTableSize,
62 int32* _symbolCount, char* stringTable, size_t* _stringTableSize,
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpuasm.h17 size_t _v; \
26 size_t _v; \
32 size_t _v; \
38 x86_write_cr3(size_t value)
44 size_t _v; \
53 size_t _v; \

Completed in 207 milliseconds

<<11121314151617181920>>