Searched refs:size (Results 201 - 225 of 2734) sorted by relevance

1234567891011>>

/haiku/src/add-ons/media/media-add-ons/dvb/
H A DMediaFormat.h34 status_t GetHeaderFormat(media_format *out_format, const void *header, size_t size, int stream_id);
/haiku/src/kits/app/
H A Dlink_message.h22 int32 size; member in struct:message_header
/haiku/src/system/boot/platform/bios_ia32/
H A Dserial.h20 extern void serial_puts(const char *string, size_t size);
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dadd_n.c27 mpn_add_n (mp_ptr res_ptr, mp_srcptr s1_ptr, mp_srcptr s2_ptr, mp_size_t size) argument
29 mpn_add_n (res_ptr, s1_ptr, s2_ptr, size)
33 mp_size_t size;
41 j = -size;
H A Dsub_n.c27 mpn_sub_n (mp_ptr res_ptr, mp_srcptr s1_ptr, mp_srcptr s2_ptr, mp_size_t size) argument
29 mpn_sub_n (res_ptr, s1_ptr, s2_ptr, size)
33 mp_size_t size;
41 j = -size;
/haiku/src/system/libroot/posix/glibc/include/
H A Dalloca.h12 # define __alloca(size) __builtin_alloca (size)
15 extern int __libc_use_alloca (size_t size) __attribute__ ((const));
16 extern int __libc_alloca_cutoff (size_t size) __attribute__ ((const));
H A Dgmp.h10 extern mp_size_t __mpn_extract_double (mp_ptr res_ptr, mp_size_t size,
14 extern mp_size_t __mpn_extract_long_double (mp_ptr res_ptr, mp_size_t size,
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofwrite.c31 _IO_fwrite (buf, size, count, fp)
33 _IO_size_t size;
37 _IO_size_t request = size * count;
51 return written / size;
/haiku/src/tools/restest/
H A DOffsetFile.h19 // ssize_t Read(void *buffer, size_t size);
20 // ssize_t Write(const void *buffer, size_t size);
21 ssize_t ReadAt(off_t pos, void *buffer, size_t size);
23 size_t size);
26 status_t SetSize(off_t size);
27 status_t GetSize(off_t* size);
/haiku/src/apps/pairs/
H A DPairsButton.h20 PairsButton(int32 x, int32 y, int32 size,
/haiku/src/system/boot/platform/u-boot/
H A Dserial.h19 extern void serial_puts(const char *string, size_t size);
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dutil.h15 area_id alloc_mem(physical_entry *phy, addr_t *log, size_t size,
/haiku/src/kits/debugger/arch/
H A DInstructionInfo.cpp22 target_addr_t targetAddress, target_size_t size,
28 fSize(size),
38 target_size_t size, instruction_type type, bool breakpointAllowed,
43 fSize = size;
21 InstructionInfo(target_addr_t address, target_addr_t targetAddress, target_size_t size, instruction_type type, bool breakpointAllowed, const BString& disassembledLine) argument
37 SetTo(target_addr_t address, target_addr_t targetAddress, target_size_t size, instruction_type type, bool breakpointAllowed, const BString& disassembledLine) argument
/haiku/headers/private/shared/
H A DStringForSize.h14 const char* string_for_size(double size, char* string, size_t stringSize);
H A DMemoryRingIO.h17 BMemoryRingIO(size_t size);
22 virtual ssize_t Read(void* buffer, size_t size);
23 virtual ssize_t Write(const void* buffer, size_t size);
25 status_t SetSize(size_t size);
/haiku/src/system/kernel/slab/
H A Dslab_private.h22 void* block_alloc_early(size_t size);
47 slab_internal_alloc(size_t size, uint32 flags) argument
50 return block_alloc_early(size);
52 return malloc_etc(size, flags);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DResizeVisitor.h19 status_t Resize(off_t size, disk_job_id job);
/haiku/src/system/libroot/posix/unistd/
H A Dioctl.c19 RETURN_AND_SET_ERRNO(_kern_ioctl(fd, cmd, args.argument, args.size));
29 size_t size; local
34 size = va_arg(args, size_t);
37 status = _kern_ioctl(fd, cmd, argument, size);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPArray.cpp33 GPArray<TYPE>::SetSize(int size) argument
36 fArray = new PointerType[size];
40 fSize = size;
41 for (int i = 0; i < size; i ++) {
/haiku/headers/private/storage/
H A DOffsetFile.h45 ssize_t ReadAt(off_t pos, void *buffer, size_t size);
47 size_t size);
51 status_t SetSize(off_t size);
52 status_t GetSize(off_t *size) const;
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp44 // maximum implementation derived buffer size is 65536
57 uint16 size; member in struct:header_space
63 uint16 size; member in struct:free_data
94 header->space.size += toAdd;
102 header->space.size -= toSubtract;
124 header->space.size += space;
158 static status_t append_data(net_buffer* buffer, const void* data, size_t size);
165 size_t size);
341 size_t size)
346 fSize(size)
340 AppendCloned(net_buffer* buffer, net_buffer* source, uint32 offset, size_t size) argument
366 PrependSize(net_buffer* buffer, size_t size) argument
387 AppendSize(net_buffer* buffer, size_t size) argument
408 RemoveHeader(net_buffer* buffer, size_t size) argument
429 Trim(net_buffer* buffer, size_t size) argument
450 Read(net_buffer* buffer, uint32 offset, void* data, size_t size) argument
475 Write(net_buffer* buffer, uint32 offset, const void* data, size_t size) argument
674 size_t size = 0; local
846 free_data_header_space(data_header* header, uint8* data, size_t size) argument
862 alloc_data_header_space(data_header* header, size_t size) argument
910 alloc_data_header_space(net_buffer_private* buffer, size_t size, data_header** _header = NULL) argument
1027 append_data_from_buffer(net_buffer* to, const net_buffer* from, size_t size) argument
1464 write_data(net_buffer* _buffer, size_t offset, const void* data, size_t size) argument
1511 read_data(net_buffer* _buffer, size_t offset, void* data, size_t size) argument
1558 prepend_size(net_buffer* _buffer, size_t size, void** _contiguousBuffer) argument
1658 prepend_data(net_buffer* buffer, const void* data, size_t size) argument
1682 append_size(net_buffer* _buffer, size_t size, void** _contiguousBuffer) argument
1780 append_data(net_buffer* buffer, const void* data, size_t size) argument
2183 direct_access(net_buffer* _buffer, uint32 offset, size_t size, void** _contiguousBuffer) argument
2212 checksum_data(net_buffer* _buffer, uint32 offset, size_t size, bool finalize) argument
[all...]
/haiku/headers/os/package/hpkg/
H A DPackageAttributeValue.h25 uint64 size; member in struct:BPackageKit::BHPKG::BPackageAttributeValue::__anon505::__anon506
47 inline void SetToData(uint64 size, uint64 offset);
48 inline void SetToData(uint64 size, const void* rawData);
132 BPackageAttributeValue::SetToData(uint64 size, uint64 offset) argument
134 data.size = size;
142 BPackageAttributeValue::SetToData(uint64 size, const void* rawData) argument
144 data.size = size;
145 if (size >
[all...]
/haiku/headers/os/package/hpkg/v1/
H A DPackageAttributeValue.h27 uint64 size; member in struct:BPackageKit::BHPKG::V1::BPackageAttributeValue::__anon37::__anon38
49 inline void SetToData(uint64 size, uint64 offset);
50 inline void SetToData(uint64 size, const void* rawData);
134 BPackageAttributeValue::SetToData(uint64 size, uint64 offset) argument
136 data.size = size;
144 BPackageAttributeValue::SetToData(uint64 size, const void* rawData) argument
146 data.size = size;
147 if (size >
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmst.c35 * Basic validation of a NTFS multi-sector record. The record size must be a
36 * multiple of the logical sector size; and the update sequence array must be
41 is_valid_record(u32 size, u16 usa_ofs, u16 usa_count) argument
43 return size % NTFS_BLOCK_SIZE == 0 &&
45 usa_count == 1 + (size / NTFS_BLOCK_SIZE) &&
52 * @size: size in bytes of @b
65 int ntfs_mst_post_read_fixup_warn(NTFS_RECORD *b, const u32 size, argument
77 if (!is_valid_record(size, usa_ofs, usa_count)) {
80 ntfs_log_perror("%s: magic: 0x%08lx size
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/support/
H A DDataIO.cpp37 BDataIO::Read(void* buffer, size_t size) argument
44 BDataIO::Write(const void* buffer, size_t size) argument
58 BDataIO::ReadExactly(void* buffer, size_t size, size_t* _bytesRead) argument
61 size_t bytesRemaining = size;
81 *_bytesRead = size - bytesRemaining;
88 BDataIO::WriteExactly(const void* buffer, size_t size, size_t* _bytesWritten) argument
91 size_t bytesRemaining = size;
111 *_bytesWritten = size - bytesRemaining;
186 BPositionIO::Read(void* buffer, size_t size) argument
189 ssize_t result = ReadAt(curPos, buffer, size);
198 Write(const void* buffer, size_t size) argument
210 ReadAtExactly(off_t position, void* buffer, size_t size, size_t* _bytesRead) argument
242 WriteAtExactly(off_t position, const void* buffer, size_t size, size_t* _bytesWritten) argument
274 SetSize(off_t size) argument
349 ReadAt(off_t pos, void* buffer, size_t size) argument
365 WriteAt(off_t pos, const void* buffer, size_t size) argument
421 SetSize(off_t size) argument
477 ReadAt(off_t pos, void* buffer, size_t size) argument
493 WriteAt(off_t pos, const void* buffer, size_t size) argument
542 SetSize(off_t size) argument
[all...]

Completed in 158 milliseconds

1234567891011>>