Searched defs:size (Results 451 - 475 of 1596) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp62 ssize_t size = sizeof(rgb_color); local
/haiku/src/bin/
H A Dmvattr.cpp92 size_t size = min_c(kBufferSize, bytesLeft); local
/haiku/src/bin/rc/
H A Dcompile.cpp108 alloc_mem(size_t size) argument
/haiku/src/bin/unzip/
H A Dcrypt.c273 ulg size; /* size of input data */ local
361 ulg size; /* buffer size */ local
[all...]
/haiku/src/build/libbe/storage/
H A DFile.cpp339 BFile::Read(void *buffer, size_t size) argument
356 BFile::ReadAt(off_t location, void *buffer, size_t size) argument
372 BFile::Write(const void *buffer, size_t size) argument
389 WriteAt(off_t location, const void *buffer, size_t size) argument
453 SetSize(off_t size) argument
[all...]
/haiku/src/kits/debug/
H A DDebugContext.cpp68 BDebugContext::ReadMemoryPartial(const void* address, void* buffer, size_t size) argument
75 BDebugContext::ReadMemory(const void* address, void* buffer, size_t size) argument
82 BDebugContext::ReadString(const void* address, char* buffer, size_t size) argument
H A DDebugEventStream.cpp72 BDebugEventInputStream::SetTo(const void* data, size_t size, argument
235 _Read(void* _buffer, size_t size) argument
255 _GetData(size_t size) argument
347 Write(const void* buffer, size_t size) argument
[all...]
/haiku/src/kits/textencoding/
H A Dutf8_conversions.cpp50 size_t size = iconv(*conversion, &buffer, &left, local
/haiku/src/libs/print/libprint/
H A DPackBits.cpp146 int pack_bits_size(const unsigned char* source, int size) argument
152 int pack_bits(unsigned char* destination, const unsigned char* source, int size) argument
177 long size = ftell(input); local
[all...]
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc186 streamsize filebuf::sys_read(char* buf, streamsize size) argument
/haiku/src/preferences/mail/
H A DDNSQuery.h40 size_t SetSize(off_t size) { return fBuffer.SetSize(size); } argument
/haiku/src/system/kernel/arch/x86/32/
H A Dbios.cpp45 uint8 size; // in "paragraph" (16 byte) units member in struct:bios32
/haiku/src/system/kernel/disk_device_manager/
H A DKPartitionListener.cpp25 KPartitionListener::SizeChanged(KPartition *partition, off_t size) argument
31 KPartitionListener::ContentSizeChanged(KPartition *partition, off_t size) argument
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp166 ssize_t size = msg->FlattenedSize(); local
/haiku/src/tests/kits/app/bmessage/
H A DMessageBStringItemTest.h131 bool TBStringAssertPolicy::Size(size_t size, BString& data) argument
82 AddData(BMessage& msg, const char* name, type_code type, const BString* data, ssize_t size, bool) argument
90 FindData(BMessage& msg, const char* name, type_code type, int32 index, const void** data, ssize_t* size) argument
[all...]
H A DMessageCStringItemTest.h68 bool TCStringAssertPolicy::Size(size_t size, const char* data) argument
H A DMessageMessengerItemTest.h82 inline static bool Size(size_t size, BMessenger& t) argument
28 AddData(BMessage& msg, const char* name, type_code type, BMessenger* data, ssize_t size, bool) argument
47 FindData(BMessage& msg, const char* name, type_code type, int32 index, const void** data, ssize_t* size) argument
H A DMessagePointerItemTest.h70 inline static bool Size(size_t size, const void* t) argument
26 AddData(BMessage& msg, const char* name, type_code type, const void* data, ssize_t size, bool) argument
45 FindData(BMessage& msg, const char* name, type_code type, int32 index, const void** data, ssize_t* size) argument
H A DMessageRefItemTest.h154 static bool Size(size_t size, entry_re argument
56 AddData(BMessage& msg, const char* name, type_code type, entry_ref* data, ssize_t size, bool) argument
87 FindData(BMessage& msg, const char* name, type_code type, int32 index, const void** data, ssize_t* size) argument
[all...]
/haiku/src/tests/kits/mail/
H A Dheader_test.cpp65 off_t size; local
/haiku/src/tests/kits/opengl/glsl/
H A Dshaderutil.c240 GLint size, len; local
290 GLint size, len; local
[all...]
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp99 test_realloc(void* oldBuffer, size_t size) argument
131 size_t size = size_t(rand() * 1. * maxSize / RAND_MAX); local
[all...]
/haiku/src/tests/system/kernel/file_corruption/
H A Dchecksumfs.h50 uint64 size; // content size in bytes member in struct:checksumfs_node
/haiku/src/tests/system/kernel/unit/
H A DTestContext.cpp264 int size = vsnprintf(NULL, 0, format, args) + 1; local
/haiku/src/tools/fs_shell/
H A Dpartition_support.cpp122 restricted_file_restrict_io(int fd, fssh_off_t& pos, fssh_off_t size) argument

Completed in 148 milliseconds

<<11121314151617181920>>