Searched refs:uint32 (Results 251 - 275 of 4907) sorted by path

<<11121314151617181920>>

/haiku/headers/private/debugger/model/
H A DThread.h59 uint32 State() const { return fState; }
60 void SetState(uint32 state,
61 uint32 reason = THREAD_STOPPED_UNKNOWN,
64 uint32 StoppedReason() const
89 uint32 fState;
93 uint32 fStoppedReason;
H A DType.h172 virtual uint32 TypeConstant() const = 0;
210 virtual uint32 Modifiers() const = 0;
H A DTypeComponentPath.h90 uint32 HashValue() const;
130 uint32 HashValue() const;
H A DWatchpoint.h17 Watchpoint(target_addr_t address, uint32 type,
22 uint32 Type() const { return fType; }
45 uint32 fType;
/haiku/headers/private/debugger/types/
H A DValueLocation.h31 uint32 reg; // register number
107 void SetToRegister(uint32 reg)
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h123 uint32 action,
157 uint32 type, int32 length,
/haiku/headers/private/debugger/user_interface/util/
H A DUiUtils.h46 static const char* AreaLockingFlagsToString(uint32 flags,
48 static const BString& AreaProtectionFlagsToString(uint32 protection,
78 uint32 bitSize, uint32 format,
/haiku/headers/private/debugger/util/
H A DStringUtils.h13 static uint32 HashValue(const char* string);
14 static uint32 HashValue(const BString& string);
18 /*static*/ inline uint32
H A DWorker.h55 uint32 type;
58 SimpleJobKey(const void* object, uint32 type);
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h47 uint32 _HashName(const char* name) const;
/haiku/headers/private/device/
H A DJoystickTweaker.h41 status_t SendIOCT(uint32 op);
H A Djoystick_driver.h17 uint32 horizontal;
18 uint32 vertical;
34 uint32 buttons; /* lsb to msb, 1 == on */
46 status_t initialize(uint32 axisCount, uint32 hatCount, uint32 buttonCount)
53 + button_blocks * sizeof(uint32) // bitmaps
63 buttons = (uint32 *)&timestamp[1];
75 uint32 axis_count;
76 uint32 hat_coun
[all...]
/haiku/headers/private/drivers/
H A Data_adapter.h29 uint32 address; // physical address of block (must be even)
91 uint32 lost; // != 0 if device got removed, i.e. if it must not
101 uint32 prdt_phys;
102 uint32 dmaing;
113 uint32 lost; // != 0 if device got removed, i.e. if it must not
179 bool can_dma, bool can_cq, uint32 dma_alignment, uint32 dma_boundary,
180 uint32 max_sg_block_size, device_node **node);
186 uint32 dma_alignment, uint32 dma_boundar
[all...]
H A Ddvb.h81 * DVB_GET_SS | uint32 | signal strength, range 0 to 1000
82 * DVB_GET_BER | uint32 | block error rate, range 0 to 1000
83 * DVB_GET_SNR | uint32 | signal noise ratio, range 0 to 1000
84 * DVB_GET_UPC | uint32 | XXX ???, range 0 to 1000
212 uint32 version; // set this to 1
213 uint32 flags; // set this to 0
215 uint32 _res1[16];
218 uint32 _res2[16];
223 uint32 _res1[16];
227 uint32 _res
[all...]
H A Dlendian_bitfield.h40 #define B_LBITFIELD32_2(b1,b2) uint32 b2,b1
41 #define B_LBITFIELD32_3(b1,b2,b3) uint32 b3,b2,b1
42 #define B_LBITFIELD32_4(b1,b2,b3,b4) uint32 b4,b3,b2,b1
43 #define B_LBITFIELD32_5(b1,b2,b3,b4,b5) uint32 b5,b4,b3,b2,b1
44 #define B_LBITFIELD32_6(b1,b2,b3,b4,b5,b6) uint32 b6,b5,b4,b3,b2,b1
45 #define B_LBITFIELD32_7(b1,b2,b3,b4,b5,b6,b7) uint32 b7,b6,b5,b4,b3,b2,b1
46 #define B_LBITFIELD32_8(b1,b2,b3,b4,b5,b6,b7,b8) uint32 b8,b7,b6,b5,b4,b3,b2,b1
47 #define B_LBITFIELD32_9(b1,b2,b3,b4,b5,b6,b7,b8,b9) uint32 b9,b8,b7,b6,b5,b4,b3,b2,b1
48 #define B_LBITFIELD32_10(b1,b2,b3,b4,b5,b6,b7,b8,b9,b10) uint32 b10,b9,b8,b7,b6,b5,b4,b3,b2,b1
49 #define B_LBITFIELD32_11(b1,b2,b3,b4,b5,b6,b7,b8,b9,b10,b11) uint32 b1
[all...]
/haiku/headers/private/file_systems/
H A DQueryParserUtils.h47 int compareKeys(uint32 type, const void* key1, size_t length1,
49 uint32 utf8ToUnicode(char** string);
/haiku/headers/private/firewire/
H A Dfirewirereg.h209 int (*ioctl) (void *cookie, uint32 cmd, void *arg, size_t len);
H A Dfwglue.h52 #define OWRITE(sc, offset, value) (*(volatile uint32 *)((char *)(sc->regAddr) + (offset)) = value)
53 #define OREAD(sc, offset) (*(volatile uint32 *)((char *)(sc->regAddr) + (offset)))
H A Dtimer.h37 timer_id create_timer(timer_function func, void *cookie, bigtime_t interval, uint32 flags);
/haiku/headers/private/graphics/3dfx/
H A DDriverInterface.h80 uint32 magic; // magic number
81 uint32 offset; // offset of register in PIO register area
96 uint32 size; // size of overlay buffer
116 uint32 videoMemSize; // video memory size in bytes.
118 uint32 cursorOffset; // offset of cursor in video memory
119 uint32 frameBufferOffset; // offset of frame buffer in video memory
120 uint32 maxFrameBufferSize; // max available video memory for frame buffer
124 uint32 colorSpaceCount; // number of color spaces in array colorSpaces
126 uint32 maxPixelClock; // max pixel clock of current chip in KHz
130 uint32 modeCoun
[all...]
/haiku/headers/private/graphics/
H A DAGP.h21 uint32 capability_id; /* AGP capability register */
22 uint32 status; /* AGP status register */
23 uint32 command; /* AGP command register */
47 status_t (*get_nth_agp_info)(uint32 index, agp_info *info);
50 uint32 (*set_agp_mode)(uint32 command);
61 size_t alignment, uint32 flags, addr_t *_apertureBase,
92 status_t (*bind_page)(void *aperture, uint32 offset,
94 status_t (*unbind_page)(void *aperture, uint32 offset);
/haiku/headers/private/graphics/ati/
H A DDriverInterface.h114 uint32 maxPixelClock; // obtained from video BIOS
131 uint32 min_pll_freq;
132 uint32 max_pll_freq;
167 uint32 size; // size of overlay buffer
190 uint32 videoMemSize; // video memory size in bytes.
192 uint32 cursorOffset; // offset of cursor in video memory
193 uint32 frameBufferOffset; // offset of frame buffer in video memory
194 uint32 maxFrameBufferSize; // max available video memory for frame buffer
198 uint32 colorSpaceCount; // number of color spaces in array colorSpaces
202 uint32 modeCoun
[all...]
/haiku/headers/private/graphics/common/
H A Dcompute_display_timing.h17 status_t compute_display_timing(uint32 width, uint32 height, float refresh,
H A Dcreate_display_modes.h22 const display_mode* initialModes, uint32 initialModeCount,
23 const color_space* spaces, uint32 spacesCount,
24 check_display_mode_hook hook, display_mode** _modes, uint32* _count);
26 void fill_display_mode(uint32 width, uint32 height, display_mode* mode);
H A Dlog_coll.h31 // add log entry with 0..3 (uint32) data
43 uint32 args[1];
63 uint32 log_getsize( struct log_info_t *li );
64 void log_getcopy( struct log_info_t *li, void *dest, uint32 max_size );
68 struct log_info_t *log_init( uint32 size );

Completed in 246 milliseconds

<<11121314151617181920>>