Searched refs:uint32 (Results 226 - 250 of 4907) sorted by path

1234567891011>>

/haiku/headers/private/app/
H A DLinkSender.h56 uint32 fCurrentEnd; // current append position
57 uint32 fCurrentStart; // start of current message
H A DMessageAdapter.h30 static ssize_t FlattenedSize(uint32 format,
33 static status_t Flatten(uint32 format, const BMessage* from,
35 static status_t Flatten(uint32 format, const BMessage* from,
38 static status_t Unflatten(uint32 format, BMessage* into,
40 static status_t Unflatten(uint32 format, BMessage* into,
52 static status_t _FlattenR5Message(uint32 format,
56 static status_t _UnflattenR5Message(uint32 format,
58 static status_t _UnflattenDanoMessage(uint32 format,
H A DMessagePrivate.h49 uint32 count;
50 uint32 data_size;
51 uint32 offset;
57 uint32 format;
58 uint32 what;
59 uint32 flags;
71 uint32 data_size;
72 uint32 field_count;
73 uint32 hash_table_size;
H A DServerProtocolStructs.h71 uint32 style;
90 uint32 options;
/haiku/headers/private/audio/
H A Daudio_driver.h51 uint32 capture_size;
70 uint32 wr_skipped;
71 uint32 rd_skipped;
74 uint32 _reserved_[6];
111 uint32 flags;
H A Dhmulti_audio.h161 uint32 interface_version; /* current version of interface that's implemented */
162 uint32 interface_minimum; /* minimum version required to understand driver */
177 uint32 output_rates;
178 uint32 input_rates;
181 uint32 output_formats;
182 uint32 input_formats;
183 uint32 lock_sources;
184 uint32 timecode_sources;
186 uint32 interface_flags;
189 uint32 _reserved
[all...]
/haiku/headers/private/binary_compatibility/
H A DInterface.h56 uint32 flags;
/haiku/headers/private/bluetooth/
H A DCodeHandler.h25 static hci_id Device(uint32 code)
31 static void SetDevice(uint32* code, hci_id device)
37 static uint16 Handler(uint32 code)
43 static void SetHandler(uint32* code, uint16 handler)
49 static bt_packet_t Protocol(uint32 code)
55 static void SetProtocol(uint32* code, bt_packet_t protocol)
H A DCommandManager.h115 void* buildInquiry(uint32 lap, uint8 length, uint8 num_rsp, size_t* outsize);
H A DPortListener.h14 uint32 PRIORITY = B_URGENT_DISPLAY_PRIORITY>
/haiku/headers/private/debug/
H A DDebugContext.h41 status_t SetWatchpoint(void* address, uint32 type,
H A DDebugEventStream.h16 uint32 version;
17 uint32 flags;
18 uint32 event_mask;
19 uint32 reserved;
49 ssize_t ReadNextEvent(uint32* _event, uint32* _cpu,
60 uint32 fFlags;
61 uint32 fEventMask;
76 status_t SetTo(BDataIO* stream, uint32 flags,
77 uint32 eventMas
[all...]
/haiku/headers/private/debugger/arch/
H A DArchitecture.h78 virtual status_t GetCpuFeatures(uint32& flags) = 0;
101 uint32 valueType, BVariant& _value) const
104 target_addr_t address, uint32 valueType,
H A DRegister.h32 uint32 bitSize, uint32 valueType,
38 uint32 ValueType() const { return fValueType; }
40 uint32 BitSize() const { return fBitSize; }
48 uint32 fBitSize;
49 uint32 fValueType;
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h92 uint32 action, target_addr_t address);
123 uint32 type, int32 length, bool enabled);
215 uint32 type, int32 length, bool enabled);
H A DThreadHandler.h71 void HandleThreadAction(uint32 action,
87 uint32 stoppedReason,
94 void _SetThreadState(uint32 state,
95 CpuState* cpuState, uint32 stoppedReason,
130 uint32 fStepMode;
/haiku/headers/private/debugger/elf/
H A DElfFile.h26 ElfSection(const char* name, uint32 type,
28 target_addr_t loadAddress, uint32 flags,
29 uint32 linkIndex);
33 uint32 Type() const { return fType; }
45 uint32 LinkIndex() const { return fLinkIndex; }
49 uint32 fType;
55 uint32 fFlags;
57 uint32 fLinkIndex;
63 ElfSegment(uint32 type, uint64 fileOffset,
65 target_size_t loadSize, uint32 flag
[all...]
/haiku/headers/private/debugger/ids/
H A DFunctionID.h30 virtual uint32 ComputeHashValue() const;
H A DObjectID.h17 inline uint32 HashValue() const;
23 virtual uint32 ComputeHashValue() const = 0;
26 mutable uint32 fHashValue;
30 uint32
/haiku/headers/private/debugger/model/
H A DAreaInfo.h21 uint32 lock, uint32 protection);
26 uint32 lock, uint32 protection);
35 uint32 Lock() const { return fLock; }
36 uint32 Protection() const { return fProtection; }
46 uint32 fLock;
47 uint32 fProtection;
H A DSymbolInfo.h17 target_size_t size, uint32 type,
22 uint32 type, const BString& name);
26 uint32 Type() const { return fType; }
32 uint32 fType;
H A DSyntheticPrimitiveType.h16 SyntheticPrimitiveType(uint32 typeConstant);
19 virtual uint32 TypeConstant() const;
38 uint32 fTypeConstant;
H A DSyscallInfo.h18 uint32 syscall,
24 uint32 syscall,
30 uint32 Syscall() const { return fSyscall; }
38 uint32 fSyscall;
H A DTeam.h318 Event(uint32 type, Team* team);
320 uint32 EventType() const { return fEventType; }
324 uint32 fEventType;
331 ThreadEvent(uint32 type, ::Thread* thread);
342 ImageEvent(uint32 type, Image* image);
353 ImageLoadEvent(uint32 type, Team* team,
370 ImageLoadNameEvent(uint32 type, Team* team,
382 DefaultSignalDispositionEvent(uint32 type,
395 CustomSignalDispositionEvent(uint32 type,
410 BreakpointEvent(uint32 typ
[all...]
H A DTeamMemory.h24 uint32& protection, uint32& locking) = 0;

Completed in 298 milliseconds

1234567891011>>