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

1234567891011>>

/haiku-fatelf/data/etc/
H A Dbash_completion453 # @param $2 integer Index number of word to return, negatively offset to the
465 # return previous word offset by $2
1426 # a wrapper method for the next one, when the offset is unknown
1429 local offset i
1431 # find actual offset, as position of the first non-option
1432 offset=1
1435 offset=$i
1439 _command_offset $offset
1686 # sh-basic-offset: 4
/haiku-fatelf/docs/develop/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-fatelf/headers/build/os/app/
H A DMessage.h80 BPoint DropPoint(BPoint *offset = NULL) const;
281 status_t _ResizeData(uint32 offset, int32 change);
/haiku-fatelf/headers/build/os/drivers/
H A DDrivers.h174 off_t offset; /* offset (in bytes) */ member in struct:__anon28
/haiku-fatelf/headers/build/os/interface/
H A DBitmap.h65 void SetBits(const void *data, int32 length, int32 offset,
70 int32 offset, color_space colorSpace);
/haiku-fatelf/headers/build/os/storage/
H A DFile.h54 virtual off_t Seek(off_t offset, uint32 seekMode);
H A DNode.h78 ssize_t WriteAttr(const char *name, type_code type, off_t offset,
80 ssize_t ReadAttr(const char *name, type_code type, off_t offset,
/haiku-fatelf/headers/build/private/app/
H A DMessagePrivate.h49 uint32 offset; member in struct:BMessage::field_header
/haiku-fatelf/headers/build/private/kernel/
H A Dsyscalls.h218 // addr_t size, int lock, int mapping, const char *path, off_t offset);
357 int32 changeCounter, off_t *offset, off_t *size,
402 int32 changeCounter, off_t offset, off_t size, const char *type,
/haiku-fatelf/headers/cpp/
H A Dstreambuf.h278 void set_offset(int offset) { _pos = offset; } argument
/haiku-fatelf/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-fatelf/headers/libs/alm/
H A DArea.h113 void _DoLayout(const BPoint& offset);
/haiku-fatelf/headers/libs/expat/
H A Dexpat.h911 the integer pointed to by offset to the offset within this buffer
922 int *offset,
/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Dsynth.h262 * occured (out of memory or negative offset) */
263 FLUIDSYNTH_API int fluid_synth_set_bank_offset(fluid_synth_t* synth, int sfont_id, int offset);
265 /** Get the offset of the bank numbers in a SoundFont. */
590 * \param loff The offset, in samples, in the left buffer where the writing pointer starts
593 * \param roff The offset, in samples, in the right buffer where the writing pointer starts
610 * \param loff The offset, in samples, in the left buffer where the writing pointer starts
613 * \param roff The offset, in samples, in the right buffer where the writing pointer starts
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h75 * offset which is out-of-bounds, or which points to an
125 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
126 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) argument
128 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen);
131 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
137 int fdt_next_node(const void *fdt, int offset, int *depth);
218 * @stroffset: offset of the string within the strings block (native endian)
262 * @parentoffset: structure block offset of a node
276 * @parentoffset: structure block offset of a node
280 * offset parentoffse
[all...]
H A Dlibfdt_internal.h65 int _fdt_check_node_offset(const void *fdt, int offset);
66 int _fdt_check_prop_offset(const void *fdt, int offset);
70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) argument
72 return (const char *)fdt + fdt_off_dt_struct(fdt) + offset;
75 static inline void *_fdt_offset_ptr_w(void *fdt, int offset) argument
77 return (void *)(uintptr_t)_fdt_offset_ptr(fdt, offset);
/haiku-fatelf/headers/libs/print/libprint/
H A DGraphicsDriver.h46 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
76 bool _PrintBand(BBitmap* band, BPoint* offset);
/haiku-fatelf/headers/libs/udis86/libudis86/
H A Dtypes.h126 uint8_t offset; member in struct:ud_operand
/haiku-fatelf/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-fatelf/headers/os/app/
H A DMessage.h90 BPoint DropPoint(BPoint* offset = NULL) const;
510 status_t _ResizeData(uint32 offset, int32 change);
/haiku-fatelf/headers/os/drivers/
H A DDrivers.h150 off_t offset; /* offset (in bytes) */ member in struct:__anon221
H A DPCI.h137 uchar offset, /* offset in configuration space */
144 uchar offset, /* offset in configuration space */
156 uchar *offset
H A Ddisk_device_manager.h24 off_t offset; member in struct:partition_data
54 off_t offset; member in struct:partitionable_space_data
109 off_t offset, off_t size, partition_id childID);
/haiku-fatelf/headers/os/drivers/bus/
H A DPCI.h30 uint32 (*read_pci_config)(pci_device *device, uint8 offset,
32 void (*write_pci_config)(pci_device *device, uint8 offset,
35 uint8 *offset);

Completed in 159 milliseconds

1234567891011>>