Searched refs:size_t (Results 276 - 300 of 3330) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/runtime_loader/
H A Dheap.cpp41 const static size_t kAlignment = alignof(max_align_t);
43 const static size_t kAlignment = 8;
47 const static size_t kInitialHeapSize = 64 * 1024;
48 const static size_t kHeapGrowthAlignment = 32 * 1024;
56 size_t CompleteSize() const
63 size_t fSize;
91 void SetTo(size_t size);
93 size_t Size() const;
95 FreeChunk* Split(size_t splitSize);
105 FreeChunkKey(size_t siz
[all...]
/haiku/src/servers/package/
H A DConstants.h27 static const size_t kMaxActivationFileSize = 10 * 1024 * 1024;
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h26 size_t Length() const
33 bool _Resize(size_t length, bool keepData);
37 size_t fLength;
38 size_t fCapacity;
/haiku/headers/private/graphics/common/
H A Di2c.h46 const uint8 *writeBuffer, size_t writeLength, uint8 *readBuffer,
47 size_t readLength);
67 const uint8 *writeBuffer, size_t writeLength, uint8 *readBuffer,
68 size_t readLength);
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_timingsafe.c20 timingsafe_bcmp(const void *b1, const void *b2, size_t n)
/haiku/src/libs/compat/freebsd_network/compat/machine/
H A D_bus.h13 typedef size_t bus_size_t;
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDParser.h25 size_t descriptorLength);
32 size_t MaxReportSize();
33 size_t MaxReportSize(uint8 type);
38 size_t length);
/haiku/headers/private/file_systems/
H A Dfs_ops_support.h37 next_dirent(struct dirent* dirent, size_t nameLength, size_t& bufferRemaining)
39 const size_t reclen = offsetof(struct dirent, d_name) + nameLength + 1;
45 const size_t roundedReclen = ROUNDUP(reclen, alignof(struct dirent));
/haiku/headers/private/libroot/locale/
H A DICUCollateData.h32 size_t outSize, size_t& requiredSize);
36 size_t outSize, size_t& requiredSize);
/haiku/headers/posix/
H A Duchar.h29 static __inline size_t
37 static __inline size_t
38 mbrtoc32(char32_t *dest, const char *src, size_t srcLength, mbstate_t *mbState)
44 static __inline size_t
/haiku/src/system/libroot/posix/musl/string/
H A Dstrchrnul.c6 #define ALIGN (sizeof(size_t))
7 #define ONES ((size_t)-1/UCHAR_MAX)
17 typedef size_t __attribute__((__may_alias__)) word;
21 size_t k = ONES * c;
/haiku/src/system/boot/loader/
H A Dmisc.cpp13 user_memcpy(void* to, const void* from, size_t size)
/haiku/src/system/kernel/vm/
H A DVMUserAddressSpace.h17 size_t size);
30 virtual status_t InsertArea(VMArea* area, size_t size,
37 virtual bool CanResizeArea(VMArea* area, size_t newSize);
38 virtual status_t ResizeArea(VMArea* area, size_t newSize,
40 virtual status_t ShrinkAreaHead(VMArea* area, size_t newSize,
42 virtual status_t ShrinkAreaTail(VMArea* area, size_t newSize,
45 virtual status_t ReserveAddressRange(size_t size,
51 size_t size, uint32 allocationFlags);
60 size_t alignment, bool initial = false);
63 size_t siz
[all...]
/haiku/headers/os/drivers/
H A Dio_requests.h27 size_t size);
29 size_t size);
/haiku/headers/private/kernel/boot/platform/routerboard_mipsel/
H A Dplatform_arch.h21 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
23 extern status_t arch_mmu_free(void *address, size_t size);
/haiku/headers/private/kernel/posix/
H A Dxsi_message_queue.h24 size_t messageSize, long messageType, int messageFlags);
26 size_t messageSize, int messageFlags);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.h43 void FillRow(GPBand* band, unsigned char* data, size_t size,
45 void FillWhite(unsigned char* data, size_t size);
51 stp_image_status_t GetRow(unsigned char* data, size_t size, int row);
54 void Write(const char* data, size_t size);
55 void ReportError(const char* data, size_t size);
62 unsigned char* data, size_t size, int row);
66 size_t size);
68 size_t size);
/haiku/src/system/kernel/arch/generic/
H A Dgeneric_vm_physical_page_ops.h19 size_t length, bool user);
21 size_t length, bool user);
/haiku/src/system/libroot/posix/string/
H A Dstrlen.cpp16 size_t
19 size_t length = 0;
/haiku/src/tests/system/boot/loader/
H A Dplatform_mmu.cpp14 platform_allocate_region(void **_address, size_t size, uint8 protection,
30 platform_free_region(void *address, size_t size)
/haiku/headers/private/kernel/
H A Dcommpage.h20 void* allocate_commpage_entry(int entry, size_t size);
21 addr_t fill_commpage_entry(int entry, const void* copyFrom, size_t size);
H A Dport.h39 size_t port_team_link_offset();
46 size_t vecCount, size_t bufferSize, uint32 flags,
61 void *msgBuffer, size_t bufferSize, uint32 flags,
65 const void *msgBuffer, size_t bufferSize,
68 const iovec *msgVecs, size_t vecCount,
69 size_t bufferSize, uint32 flags, bigtime_t timeout);
71 port_message_info *info, size_t infoSize, uint32 flags,
/haiku/headers/private/kernel/vm/
H A Dvm_priv.h32 void vm_unreserve_memory(size_t bytes);
33 status_t vm_try_reserve_memory(size_t bytes, int priority, bigtime_t timeout);
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Dutil.h30 area_id map_mem(void **virt, phys_addr_t phy, size_t size, uint32 protection,
32 area_id alloc_mem(void **virt, phys_addr_t *phy, size_t size, uint32 protection,
/haiku/src/system/libroot/os/
H A DArchitecture.cpp29 static const size_t kSiblingArchitectureCount
65 size_t
66 __get_secondary_architectures(const char** architectures, size_t count)
68 size_t index = 0;
73 for (size_t i = 0; i < kSiblingArchitectureCount; i++) {
88 size_t
89 __get_architectures(const char** architectures, size_t count)
110 for (size_t i = 0; i < kSiblingArchitectureCount; i++) {

Completed in 147 milliseconds

<<11121314151617181920>>