Searched refs:buf (Results 1 - 25 of 656) sorted by path

1234567891011>>

/haiku/headers/compatibility/bsd/
H A Dstring.h21 void explicit_bzero(void *buf, size_t len);
/haiku/headers/cpp/
H A Dbuiltinbuf.h53 virtual streamsize sys_read(char* buf, streamsize size);
H A Deditbuf.h115 inline buf_char *ptr(struct edit_buffer *buf);
175 inline buf_char *edit_mark::ptr(struct edit_buffer *buf) argument
176 { return buf->data + index_in_buffer(buf); }
H A Dparsestream.h133 general_parsebuf(streambuf *buf, int delete_arg_buf = 0);
H A Dstl_algo.h1519 _Temporary_buffer<_RandomAccessIter, _Tp> buf(__first, __last);
1520 if (buf.begin() == 0)
1523 __stable_sort_adaptive(__first, __last, buf.begin(),
1524 _Distance(buf.size()));
1531 _Temporary_buffer<_RandomAccessIter, _Tp> buf(__first, __last);
1532 if (buf.begin() == 0)
1535 __stable_sort_adaptive(__first, __last, buf.begin(),
1536 _Distance(buf.size()),
H A Dstreambuf.h394 long sgetline(char* buf, _IO_size_t n, char delim, int putback_delim);
411 virtual streamsize sys_read(char* buf, streamsize size);
458 virtual streamsize sys_read(char* buf, streamsize size);
/haiku/headers/libs/agg/
H A Dagg_pattern_filters_rgba.h32 static void AGG_INLINE pixel_low_res(color_type const* const* buf, argument
35 *p = buf[y][x];
38 static void AGG_INLINE pixel_high_res(color_type const* const* buf, argument
41 *p = buf[y >> line_subpixel_shift]
60 static AGG_INLINE void pixel_low_res(color_type const* const* buf, argument
63 *p = buf[y][x];
66 static AGG_INLINE void pixel_high_res(color_type const* const* buf, argument
78 const color_type* ptr = buf[y_lr] + x_lr;
95 ptr = buf[y_lr + 1] + x_lr;
H A Dagg_rendering_buffer.h53 row_ptr_cache(T* buf, unsigned width, unsigned height, int stride) : argument
60 attach(buf, width, height, stride);
64 void attach(T* buf, unsigned width, unsigned height, int stride) argument
66 m_buf = buf;
92 T* buf() { return m_buf; } function in class:agg::row_ptr_cache
93 const T* buf() const { return m_buf; } function in class:agg::row_ptr_cache
/haiku/headers/libs/iconv/
H A Diconv.h101 void (*write_replacement) (const unsigned int *buf, size_t buflen,
111 void (*write_replacement) (const char *buf, size_t buflen,
122 void (*write_replacement) (const wchar_t *buf, size_t buflen,
132 void (*write_replacement) (const char *buf, size_t buflen,
/haiku/headers/libs/udis86/libudis86/
H A Dextern.h101 extern LIBUDIS86_DLLEXTERN void ud_set_asm_buffer(struct ud *u, char *buf, size_t size);
/haiku/headers/os/device/
H A DA2D.h22 ssize_t Read(ushort* buf);
H A DD2A.h22 ssize_t Read(uint8* buf);
H A DDigitalPort.h23 ssize_t Read(uint8* buf);
H A DSerialPort.h72 ssize_t Read(void* buf, size_t count);
73 ssize_t Write(const void* buf, size_t count);
/haiku/headers/os/drivers/bus/
H A DISA.h54 void *buf, // buffer to transfer
/haiku/headers/os/drivers/pcmcia/
H A Dbus_ops.h40 void (*b_ins)(void *bus, u32 port, void *buf,
43 void (*b_outs)(void *bus, u32 port, void *buf,
/haiku/headers/os/kernel/
H A Dfs_query.h34 extern status_t get_path_for_dirent(struct dirent *dent, char *buf,
/haiku/headers/os/storage/
H A DDirectory.h51 virtual int32 GetNextDirents(dirent *buf, size_t bufSize,
H A DSymLink.h27 ssize_t ReadLink(char* buf, size_t size);
/haiku/headers/posix/
H A Dpwd.h27 extern int getpwent_r(struct passwd* pwbuf, char* buf, size_t buflen,
/haiku/headers/private/audio/
H A Dsoundcard.h599 EXTERNC void OSS_seqbuf_dump (int fd, unsigned char *buf, int buflen);
600 EXTERNC void OSS_seq_advbuf (int len, int fd, unsigned char *buf, int buflen);
601 EXTERNC void OSS_seq_needbuf (int len, int fd, unsigned char *buf,
604 unsigned char *buf, int buflen);
606 unsigned char *buf, int buflen);
607 EXTERNC void OSS_write_patch (int fd, unsigned char *buf, int len);
608 EXTERNC int OSS_write_patch2 (int fd, unsigned char *buf, int len);
737 * and the last byte (buf[len-1] of the last fragment must be 0xf7. No byte
744 #define SEQ_SYSEX(dev, buf, len) \
746 unsigned char *bufp=buf;\
[all...]
/haiku/headers/private/firewire/
H A Dfirewirereg.h268 struct fwdma_alloc_multi *buf; member in struct:fw_xferq
397 #define bio buf
H A Diec13213.h246 uint32_t buf[CROM_MAX_CHUNK_LEN]; member in struct:crom_chunk::__anon721
/haiku/headers/private/fs_shell/
H A Dfssh_fs_query.h37 char *buf, fssh_size_t len);
/haiku/headers/private/kernel/arch/m68k/
H A Dstage2_priv.h21 int of_getprop(int handle, const char *prop, void *buf, int buf_len);
22 int of_setprop(int handle, const char *prop, const void *buf, int buf_len);
23 int of_read(int handle, void *buf, int buf_len);
24 int of_write(int handle, void *buf, int buf_len);

Completed in 123 milliseconds

1234567891011>>