Searched defs:size (Results 151 - 175 of 1596) sorted by relevance

1234567891011>>

/haiku/src/add-ons/translators/gif/
H A DSFHash.cpp26 SFHash::SFHash(int size) { argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dutil.c30 round_to_pagesize(uint32 size) argument
37 alloc_mem(void **virt, void **phy, size_t size, uint32 protection, argument
75 map_mem(void **virt, void *phy, size_t size, uint32 protection, const char *name) argument
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPMailbox.h54 uint32 size; member in struct:IMAPMailbox::MessageFlagsAndSize
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dutil.cpp41 alloc_mem(physical_entry *phy, addr_t *log, size_t size, const char *name) argument
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DHPJetDirectTransport.cpp90 HPJetDirectPort::Read(void* buffer, size_t size) argument
100 HPJetDirectPort::Write(const void* buffer, size_t size) argument
/haiku/src/preferences/media/
H A DMedia.cpp35 ssize_t size = 0; local
/haiku/src/tests/kits/net/cookie/
H A Dcookie_test.cpp15 void stressTest(int32 domainNumber, int32 totalCookies, char** flat, ssize_t* size) argument
90 ssize_t size; local
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2util.cpp134 alloc_room(struct list* l, size_t size) argument
/haiku/src/kits/debugger/jobs/
H A DWriteMemoryJob.cpp12 WriteMemoryJob(Team* team, TeamMemory* teamMemory, target_addr_t address, void* data, target_size_t size) argument
/haiku/src/kits/debugger/model/
H A DAreaInfo.cpp38 AreaInfo(team_id team, area_id area, const BString& name, target_addr_t address, target_size_t size, target_size_t ramSize, uint32 lock, uint32 protection) argument
55 SetTo(team_id team, area_id area, const BString& name, target_addr_t address, target_size_t size, target_size_t ramSize, uint32 lock, uint32 protection) argument
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDataStream.cpp24 DataStream::DataStream(Volume* volume, Inode* inode, off_t size) argument
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dcpp.h27 inline void *operator new(size_t size, const nothrow_t&) throw() argument
32 inline void *operator new[](size_t size, const nothrow_t&) throw() argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmst.c41 is_valid_record(u32 size, u16 usa_ofs, u16 usa_count) argument
65 int ntfs_mst_post_read_fixup_warn(NTFS_RECORD *b, const u32 size, argument
144 ntfs_mst_post_read_fixup(NTFS_RECORD *b, const u32 size) argument
169 ntfs_mst_pre_write_fixup(NTFS_RECORD *b, const u32 size) argument
[all...]
/haiku/src/kits/package/hpkg/
H A DDataReader.cpp43 BAbstractBufferedDataReader::ReadData(off_t offset, void* buffer, size_t size) argument
53 BBufferDataReader::BBufferDataReader(const void* data, size_t size) argument
62 BBufferDataReader::ReadData(off_t offset, void* buffer, size_t size) argument
85 ReadDataToOutput(off_t offset, size_t size, BDataIO* output) argument
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_kern_mbuf.c118 m_extadd(struct mbuf *mb, caddr_t buf, u_int size, argument
/haiku/src/system/boot/platform/u-boot/
H A Dserial.cpp65 serial_puts(const char* string, size_t size) argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_mmu.cpp43 ppc_set_page_table(page_table_entry_group *pageTable, size_t size) argument
/haiku/src/tests/servers/app/text_rendering/
H A Dmain.cpp21 float size = 2.0f; local
29 textAndSize << " (" << size << ")"; local
/haiku/src/tools/fs_shell/
H A Dstdio.cpp27 fssh_snprintf(char *string, fssh_size_t size, char const *format, ...) argument
48 fssh_vsnprintf(char *string, fssh_size_t size, char const *format, va_list ap) argument
/haiku/src/system/kernel/slab/
H A Dslab_private.h47 slab_internal_alloc(size_t size, uint32 flags) argument
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dthreadheap.h67 threadHeap::memalign(size_t alignment, size_t size) argument
/haiku/headers/private/kernel/
H A DAreaKeeper.h52 Create(const char *name, void **_virtualAddress, uint32 spec, size_t size, uint32 lock, uint32 protection) argument
/haiku/src/kits/app/
H A DMessageUtils.cpp19 CalculateChecksum(const uint8 *buffer, int32 size) argument
41 entry_ref_flatten(char *buffer, size_t *size, const entry_ref *ref) argument
68 entry_ref_unflatten(entry_ref *ref, const char *buffer, size_t size) argument
96 entry_ref_swap(char *buffer, size_t size) argument
114 node_ref_flatten(char *buffer, size_t *size, const node_ref *ref) argument
129 node_ref_unflatten(node_ref *ref, const char *buffer, size_t size) argument
146 node_ref_swap(char *buffer, size_t size) argument
[all...]
/haiku/src/bin/
H A Dresizefs.cpp31 int64 size = parse_size(argv[2]); local
[all...]
/haiku/src/apps/processcontroller/
H A DPriorityMenu.cpp80 const size_t size = B_OS_NAME_LENGTH * 4; local

Completed in 361 milliseconds

1234567891011>>