Searched refs:len (Results 401 - 425 of 878) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DExtent.cpp50 int len = fInode->DirBlockSize(); local
51 fBlockBuffer = new(std::nothrow) char[len];
58 if (read_pos(fInode->GetVolume()->Device(), readPos, fBlockBuffer, len)
59 != len) {
140 Extent::EntrySize(int len) const
142 int entrySize = sizeof(xfs_ino_t) + sizeof(uint8) + len + sizeof(uint16);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c69 #define PRINT(ptr, wptr, len) \
72 register size_t outlen = (len); \
81 #define PADN(ch, len) \
84 if (PAD (fp, ch, len) != len) \
86 done += len; \
/haiku/headers/cpp/
H A Dfstream.h51 void setbuf(char *ptr, int len) { rdbuf()->setbuf(ptr, len); } argument
/haiku/headers/libs/agg/
H A Dagg_renderer_outline_image.h268 int len, double scale, int x, int y) :
284 m_len(uround(len / scale))
286 double d = len * scale;
446 int len() const { return m_len; } function in class:agg::distance_interpolator4
493 m_di(lp.x1, lp.y1, lp.x2, lp.y2, sx, sy, ex, ey, lp.len, scale_x,
511 lp.len);
608 int s1 = m_di.dist() / m_lp.len;
694 int s1 = m_di.dist() / m_lp.len;
768 int pattern_end() const { return m_start + m_di.len(); }
864 void blend_color_hspan(int x, int y, unsigned len, cons argument
266 distance_interpolator4(int x1, int y1, int x2, int y2, int sx, int sy, int ex, int ey, int len, double scale, int x, int y) argument
870 blend_color_vspan(int x, int y, unsigned len, const color_type* colors) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.h19 off_t pos, void *buf, size_t *len);
35 off_t pos, const void *buf, size_t *len);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dmd5c.c277 /* Encodes input (UINT4) into output (unsigned char). Assumes len is
280 static void Encode (unsigned char *output, UINT4 *input, unsigned int len) argument
284 for (i = 0, j = 0; j < len; i++, j += 4) {
292 /* Decodes input (unsigned char) into output (UINT4). Assumes len is
295 static void Decode (UINT4 *output, unsigned char *input, unsigned int len) argument
299 for (i = 0, j = 0; j < len; i++, j += 4)
307 static void MD5_memcpy (POINTER output, POINTER input, unsigned int len) argument
311 for (i = 0; i < len; i++)
317 static void MD5_memset (POINTER output, int value, unsigned int len) argument
321 for (i = 0; i < len;
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDeframer.h52 status_t RegisterSOFTags(const uint8 **tags, int count, size_t len, size_t skip);
53 status_t RegisterEOFTags(const uint8 **tags, int count, size_t len, size_t skip);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.h41 size_t len);
44 size_t len);
/haiku/src/apps/deskbar/
H A DResourceSet.h67 size_t PreIndex(char* strings, ssize_t len);
68 void MakeIndex(const char* strings, ssize_t len, size_t indexLen,
/haiku/src/libs/iconv/
H A Diso2022_jp3.h272 unsigned int len; local
276 len = iso2022_jp3_comp_table02e5_len;
279 len = iso2022_jp3_comp_table02e9_len;
282 len = iso2022_jp3_comp_table0300_len;
285 len = iso2022_jp3_comp_table0301_len;
288 len = iso2022_jp3_comp_table309a_len;
295 while (++idx, --len > 0);
297 if (len > 0) {
/haiku/src/kits/mail/
H A Db_mail_message.cpp102 status_t BMailMessage::AddEnclosure(const char *MIME_type, void *data, int32 len, argument
106 attach->SetDecodedData(data,len);
/haiku/src/system/kernel/arch/m68k/
H A Darch_cpu.cpp106 arch_cpu_sync_icache(void *address, size_t len) argument
108 cpu_ops.flush_icache((addr_t)address, len);
/haiku/src/kits/tracker/
H A DRegExp.cpp321 int32 len; local
388 len = 0;
391 && (int32)strlen(Operand(scan)) >= len) {
393 len = (int32)strlen(Operand(scan));
397 r->regmlen = len;
755 int32 len; local
759 len = (int32)strcspn(fInputScanPointer, kMeta);
760 if (len <= 0) {
765 ender = *(fInputScanPointer + len);
766 if (len >
[all...]
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dvnet.h307 #define SYSCTL_VNET_OPAQUE(parent, nbr, name, access, ptr, len, fmt, \
310 CTLTYPE_OPAQUE|CTLFLAG_VNET|(access), ptr, len, \
312 #define SYSCTL_VNET_STRING(parent, nbr, name, access, arg, len, descr) \
315 arg, len, vnet_sysctl_handle_string, "A", descr)
465 #define SYSCTL_VNET_OPAQUE(parent, nbr, name, access, ptr, len, fmt, \
467 SYSCTL_OPAQUE(parent, nbr, name, access, ptr, len, fmt, descr)
468 #define SYSCTL_VNET_STRING(parent, nbr, name, access, arg, len, descr) \
469 SYSCTL_STRING(parent, nbr, name, access, arg, len, descr)
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.h98 void CharacterDataHandler(const XML_Char *s, int len);
105 static void _CharacterDataHandler(Svg2PictureView *view, const XML_Char *s, int len);
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Ddriver.c28 static status_t read_hook(void *dev, off_t pos, void *buf, size_t *len);
29 static status_t write_hook(void *dev, off_t pos, const void *buf, size_t *len);
30 static status_t control_hook(void *dev, uint32 msg, void *buf, size_t len);
249 read_hook(void *dev, off_t pos, void *buf, size_t *len) argument
251 *len = 0;
258 write_hook(void *dev, off_t pos, const void *buf, size_t *len) argument
260 *len = 0;
300 control_hook(void *dev, uint32 msg, void *buf, size_t len) argument
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dfile.h72 efi_status (*Read) (struct efi_file_protocol* self, size_t* len, void* buf) EFIAPI;
74 efi_status (*Write) (struct efi_file_protocol* self, size_t* len, void* buf) EFIAPI;
/haiku/src/apps/serialconnect/
H A DXModem.cpp172 uint16_t XModemSender::CRC(const uint8_t *buf, size_t len) argument
175 while( len-- ) {
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.c228 u_int len = frm[1]; local
232 if (len < sizeof(struct ieee80211_ath_ie)-2) {
235 wh, "Atheros", "too short, len %u", len);
288 if (m->m_pkthdr.len < 3*FF_LLC_SIZE)
428 pad = roundup2(m1->m_pkthdr.len, 4) - m1->m_pkthdr.len;
433 m2->m_pkthdr.len += pad;
436 m1->m_pkthdr.len += pad;
447 m1->m_pkthdr.len
[all...]
/haiku/headers/private/virtio/
H A Dvirtio_defs.h86 uint32 len; member in struct:VirtioDesc
101 uint32 len; member in struct:VirtioUsedItem
/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp126 // other options have a len field
127 int len = *(options++); local
129 if (len > optionsLen)
134 dprintf("root path option: \"%.*s\"\n", len, (char*)options);
136 fRootPath = (char*)malloc(len + 1);
139 memcpy(fRootPath, options, len);
140 fRootPath[len] = '\0';
143 options += len;
144 optionsLen -= len;
/haiku/headers/build/os/storage/
H A DNode.h75 const void *buffer, size_t len);
77 void *buffer, size_t len) const;
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dmd5.c65 MD5Update(MD5_CTX *ctx, const void *inputptr, size_t len) argument
75 ctx->count += (u_int64_t)len << 3;
77 if (len >= need) {
82 len -= need;
87 while (len >= MD5_BLOCK_LENGTH) {
90 len -= MD5_BLOCK_LENGTH;
95 if (len != 0)
96 memcpy(ctx->buffer + have, input, len);
H A Dmichael.c63 michael_update(MICHAEL_CTX *ctx, const u_int8_t *data, u_int len) argument
67 for (i = 0; i < len; i++) {
/haiku/src/libs/glut/
H A Dbeos_x11.cpp46 int i, len = strlen (what);
50 for (i = 0; i < len; i++)

Completed in 143 milliseconds

<<11121314151617181920>>