Searched refs:offset (Results 226 - 250 of 1236) sorted by path

1234567891011>>

/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp82 destination->offset = source->offset;
111 buffer->offset = 0;
170 Split the buffer at offset, the header data
175 split_buffer(net_buffer *_from, uint32 offset) argument
179 if (offset > from->size)
187 size_t remaining = from->size - offset;
194 memcpy(tailData, from->data + offset, remaining);
197 buffer->data = (uint8*)realloc(from->data, offset);
198 buffer->size = offset;
251 write_data(net_buffer *_buffer, size_t offset, const void *data, size_t size) argument
267 read_data(net_buffer *_buffer, size_t offset, void *data, size_t size) argument
414 append_cloned_data(net_buffer *_buffer, net_buffer *_source, uint32 offset, size_t bytes) argument
593 direct_access(net_buffer *_buffer, uint32 offset, size_t size, void **_contiguousBuffer) argument
607 checksum_data(net_buffer *_buffer, uint32 offset, size_t size, bool finalize) argument
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMapParser.h44 off_t offset);
45 status_t _ReadPartitionTable(off_t offset,
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp620 off_t offset = startLBA * kBlockSize; local
623 Session* result = new Session(offset, size, kBlockSize,
657 off_t offset = startLBA * kBlockSize; local
660 Session* result = new Session(offset, size, kBlockSize,
1059 Session::Session(off_t offset, off_t size, uint32 blockSize, int32 index, argument
1062 fOffset(offset),
H A DDisc.h82 Session(off_t offset, off_t size,
H A Dsession.cpp42 DEBUG_INIT_ETC(NULL, ("fd: %d, id: %" B_PRId32 ", offset: %" B_PRIdOFF ", "
44 fd, partition->id, partition->offset, partition->size,
73 DEBUG_INIT_ETC(NULL, ("fd: %d, id: %" B_PRId32 ", offset: %" B_PRId64 ", "
75 partition->id, partition->offset, partition->size,
88 i, partition->offset + session->Offset(), session->Size(), -1);
/haiku/src/add-ons/kernel/partitioning_systems/vmdk/
H A Dvmdk.cpp114 read_file(int fd, off_t offset, void* buffer, size_t size) argument
116 ssize_t bytesRead = pread(fd, buffer, size, offset);
309 TRACE("Bad extend offset.\n");
330 TRACE("extend offset: %lld\n", extendOffset * 512);
363 partition->id, partition->offset, partition->size,
380 partition->id, partition->offset, partition->size,
396 partition->offset + cookie->contentOffset, cookie->contentSize, -1);
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKit/
H A DFinePix.cpp141 int offset = 0; local
148 ret = bulk_in->BulkTransfer(&frame[offset], MAX_BUFFER_SIZE);
151 frame[offset+0], frame[offset+1],frame[offset+2], frame[offset+3],
152 frame[offset+4], frame[offset+5],frame[offset+6], frame[offset
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCC.cpp53 for (int offset = C_RADEON_CC_BLANK_START; offset < C_RADEON_CC_BLANK_START + 4 * C_RADEON_CC_BIT_DURATION; offset++) {
54 if (low > buffer[offset])
55 low = buffer[offset];
56 if (high < buffer[offset])
57 high = buffer[offset];
81 for (int offset = start + C_RADEON_CC_BIT_DURATION / 2; offset < end; offset
503 const int offset = code & 0x000f; local
[all...]
H A DI2CPort.cpp158 for (int offset = 0; offset < length; offset++)
159 fRadeon.SetRegister(C_RADEON_I2C_DATA, buffer[offset]);
226 for (int offset = 0; offset < length; offset++) {
228 buffer[offset] = fRadeon.Register(C_RADEON_I2C_DATA) & 0xff;
H A DRadeon.cpp534 int32 *offset, int32 *handle )
550 *offset = am.offset;
627 for (int offset = 0; offset < 128 - 9; offset++) {
628 if (ROM(offset + 0) == '7' &&
629 ROM(offset + 1) == '6' &&
630 ROM(offset + 2) == '1' &&
631 ROM(offset
532 AllocateGraphicsMemory( memory_type_e memory_type, int32 size, int32 *offset, int32 *handle ) argument
[all...]
H A DRadeon.h374 int32 *offset, int32 *handle );
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.h49 static off_t _Seek(void* cookie, off_t offset, int whence);
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.h23 virtual bool NextBand(BBitmap *bitmap, BPoint *offset);
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.h24 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp230 GPDriver::NextBand(BBitmap* bitmap, BPoint* offset) argument
244 int x = (int)offset->x;
245 int y = (int)offset->y;
287 offset->x = -1.0;
288 offset->y = -1.0;
290 offset->y += height;
H A DGPDriver.h42 bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku/src/add-ons/print/drivers/lpstyl/
H A DLpstyl.cpp40 LpstylDriver::NextBand(BBitmap* bitmap, BPoint* offset) argument
42 fprintf(stderr, "Next band at %f %f\n", offset->x, offset->y);
47 offset->y += bitmap->Bounds().Height();
50 if (offset->y >= page_height)
52 offset->y = -1;
53 offset->x = -1;
H A DLpstyl.h34 bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku/src/add-ons/print/drivers/pcl5/
H A DPCL5.h23 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku/src/add-ons/print/drivers/pcl6/
H A DDeltaRowCompression.cpp76 // calculate offset
79 int offset = totalOffset; local
80 // control byte limits offset value to 31
82 offset = 31;
84 // write control byte (delta bytes bits 5-7; offset bits 0-4)
85 Put(((deltaBytes - 1) << 5) | offset);
88 // write additional offset bytes after control byte
89 // the last offset byte must be less than 255
90 totalOffset -= offset;
H A DPCL6.h29 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku/src/add-ons/print/drivers/postscript/
H A DPS.h24 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku/src/add-ons/screen_savers/nebula/
H A DDraw.c26 int offset; local
37 offset = half_length;
38 offset = -offset;
39 offset--; // For in-advance incl in loop
45 offset++;
54 tmp = source[offset] + (center_shade >> 8); // Increment right pixel.
56 source[offset] = 255;
58 source[offset] = tmp;
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.h37 int offset; member in struct:Memblock
/haiku/src/add-ons/translators/ico/
H A DICO.cpp542 TRACE(("width: %d, height: %d, planes: %d, color_count: %d, bits_per_pixel: %d, size: %ld, offset: %ld\n",
544 entry.size, entry.offset));
547 if (stream.ReadAt(entry.offset, &bitmapHeader, sizeof(ico_bitmap_header)) != (ssize_t)sizeof(ico_bitmap_header))
606 source.Seek(entry.offset, SEEK_SET);
753 entry.offset = sizeof(ico_header) + sizeof(ico_dir_entry);

Completed in 122 milliseconds

1234567891011>>