Searched refs:offset (Results 1 - 25 of 1236) sorted by path

1234567891011>>

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex135 a size field, it has to be deduced, where the file ends. This end offset is
263 Specifies the offset of the resource index section relative to the beginning
311 Specifies the offset of the resource index section relative to the beginning
324 Specifies the offset of the unknown section relative to the beginning
330 Specifies the offset of the unknown section relative to the beginning
338 Specifies the offset of the resource info table relative to the beginning
369 Specifies the offset of the resource data relative to the beginning
598 have shown, that QuickRes aligns their resources offset to 32 bytes.
/haiku/headers/build/os/app/
H A DMessage.h81 BPoint DropPoint(BPoint *offset = NULL) const;
284 status_t _ResizeData(uint32 offset, int32 change);
/haiku/headers/build/os/interface/
H A DBitmap.h65 void SetBits(const void *data, int32 length, int32 offset,
70 int32 offset, color_space colorSpace);
/haiku/headers/build/private/app/
H A DMessagePrivate.h51 uint32 offset; member in struct:BMessage::field_header
/haiku/headers/cpp/
H A Dstreambuf.h278 void set_offset(int offset) { _pos = offset; } argument
/haiku/headers/libs/agg/
H A Dagg_bitset_iterator.h27 bitset_iterator(const int8u* bits, unsigned offset = 0) :
28 m_bits(bits + (offset >> 3)),
29 m_mask(0x80 >> (offset & 7))
H A Dagg_path_storage.h190 unsigned offset = idx & block_mask; local
191 T* pv = m_coord_blocks[block] + (offset << 1);
194 m_cmd_blocks[block][offset] = (int8u)cmd;
/haiku/headers/libs/alm/
H A DArea.h113 void _DoLayout(const BPoint& offset);
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h46 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
81 bool _PrintBand(BBitmap* band, BPoint* offset);
/haiku/headers/libs/udis86/libudis86/
H A Dextern.h106 int64_t *offset));
H A Dtypes.h158 uint8_t offset; member in struct:ud_operand
204 const char* (*sym_resolver)(struct ud*, uint64_t addr, int64_t *offset);
/haiku/headers/libs/x86emu/x86emu/
H A Ddecode.h63 u8 fetch_data_byte(uint offset);
64 u8 fetch_data_byte_abs(uint segment, uint offset);
65 u16 fetch_data_word(uint offset);
66 u16 fetch_data_word_abs(uint segment, uint offset);
67 u32 fetch_data_long(uint offset);
68 u32 fetch_data_long_abs(uint segment, uint offset);
69 void store_data_byte(uint offset, u8 val);
70 void store_data_byte_abs(uint segment, uint offset, u8 val);
71 void store_data_word(uint offset, u16 val);
72 void store_data_word_abs(uint segment, uint offset, u1
[all...]
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h537 u_int offset; member in struct:cistpl_format_t
/haiku/headers/os/interface/
H A DRect.h51 void OffsetTo(BPoint offset);
59 BRect& OffsetBySelf(BPoint offset);
61 BRect OffsetByCopy(BPoint offset) const;
63 BRect& OffsetToSelf(BPoint offset);
65 BRect OffsetToCopy(BPoint offset) const;
/haiku/headers/os/media/
H A DBuffer.h24 size_t offset; member in struct:buffer_clone_info
H A DParameterWeb.h315 float offset);
317 float* offset);
H A DSound.h38 virtual bool GetDataAt(off_t offset,
H A DSoundFile.h56 virtual off_t SetDataLocation(off_t offset);
84 // offset to first sample
/haiku/headers/os/midi/
H A DMidiSynth.h24 void SetTransposition(int16 offset);
/haiku/headers/os/package/hpkg/
H A DDataReader.h24 virtual status_t ReadData(off_t offset, void* buffer,
33 virtual status_t ReadData(off_t offset, void* buffer,
35 virtual status_t ReadDataToOutput(off_t offset, size_t size,
46 virtual status_t ReadData(off_t offset, void* buffer,
59 virtual status_t ReadData(off_t offset, void* buffer,
73 virtual status_t ReadData(off_t offset, void* buffer,
75 virtual status_t ReadDataToOutput(off_t offset, size_t size,
H A DPackageAttributeValue.h27 uint64 offset; member in union:BPackageKit::BHPKG::BPackageAttributeValue::__anon505::__anon506::__anon507
47 inline void SetToData(uint64 size, uint64 offset);
132 BPackageAttributeValue::SetToData(uint64 size, uint64 offset) argument
135 data.offset = offset;
H A DPackageData.h30 void SetData(uint64 size, uint64 offset);
/haiku/headers/os/package/hpkg/v1/
H A DPackageAttributeValue.h29 uint64 offset; member in union:BPackageKit::BHPKG::V1::BPackageAttributeValue::__anon37::__anon38::__anon39
49 inline void SetToData(uint64 size, uint64 offset);
134 BPackageAttributeValue::SetToData(uint64 size, uint64 offset) argument
137 data.offset = offset;
H A DPackageData.h36 void SetData(uint64 size, uint64 offset);
/haiku/headers/os/storage/
H A DFile.h40 virtual off_t Seek(off_t offset, uint32 seekMode);

Completed in 271 milliseconds

1234567891011>>