Searched refs:uint32 (Results 176 - 200 of 4907) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDCollection.h29 uint32 CountChildren() { return fChildren.Count(); };
30 HIDCollection * ChildAt(uint32 index);
32 uint32 CountChildrenFlat(uint8 type);
33 HIDCollection * ChildAtFlat(uint8 type, uint32 index);
36 uint32 CountItems() { return fItems.Count(); };
37 HIDReportItem * ItemAt(uint32 index);
39 uint32 CountItemsFlat();
40 HIDReportItem * ItemAtFlat(uint32 index);
44 uint32 &reportCount);
46 void PrintToStream(uint32 indentLeve
[all...]
/haiku/src/add-ons/accelerants/radeon/
H A Dgeneric.h20 uint32 ACCELERANT_MODE_COUNT(void);
26 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
29 void SET_INDEXED_COLORS(uint count, uint8 first, uint8 *color_data, uint32 flags);
31 status_t radeon_get_edid_info(void* info, size_t size, uint32* _version);
33 uint32 DPMS_CAPABILITIES(void);
34 uint32 DPMS_MODE(void);
35 status_t SET_DPMS_MODE(uint32 dpms_flags);
41 uint32 ACCELERANT_ENGINE_COUNT(void);
42 status_t ACQUIRE_ENGINE(uint32 capabilitie
[all...]
/haiku/headers/os/drivers/
H A DACPI.h87 uint32 object_type;
89 uint32 object_type;
93 uint32 object_type;
94 uint32 len;
98 uint32 object_type;
99 uint32 length;
103 uint32 object_type;
104 uint32 count;
108 uint32 object_type;
109 uint32 actual_typ
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.h30 uint32 uidValidity;
31 uint32 uid;
42 virtual uint32 MessageAdded(const MessageToken& fromToken,
47 const entry_ref& ref, uint32 oldFlags,
48 uint32 newFlags) = 0;
65 void SetUIDValidity(uint32 uidValidity);
67 uint32 LastUID() const { return fLastUID; }
69 status_t GetMessageEntryRef(uint32 uid, entry_ref& ref);
71 uint32& uid) const;
72 uint32 MessageFlag
[all...]
/haiku/headers/private/graphics/common/
H A Dcompute_display_timing.h17 status_t compute_display_timing(uint32 width, uint32 height, float refresh,
/haiku/headers/private/kernel/boot/net/
H A DChainBuffer.h14 ChainBuffer(void *data = 0, uint32 size = 0, ChainBuffer *next = NULL,
19 uint32 Size() const { return fSize; }
20 uint32 TotalSize() const { return fTotalSize; }
38 void _Init(void *data, uint32 size, ChainBuffer *next, uint32 flags);
41 uint32 fFlags:4;
42 uint32 fSize:14;
43 uint32 fTotalSize:14;
/haiku/headers/private/kernel/boot/platform/u-boot/
H A Dplatform_stage2_args.h14 uint32 boot_tgz_size;
16 uint32 fdt_size;
/haiku/headers/private/libroot/
H A Dmemory_private.h16 uint32* _protected, uint32* _lock);
/haiku/src/add-ons/accelerants/s3/
H A Daccel.h44 void (*WaitQueue)(uint32);
48 uint32 (*DPMSCapabilities)(void);
49 uint32 (*GetDPMSMode)(void);
50 status_t (*SetDPMSMode)(uint32 dpms_flags);
58 void (*FillRectangle)(engine_token*, uint32 color, fill_rect_params*, uint32 count);
59 void (*FillSpan)(engine_token*, uint32 color, uint16* list, uint32 count);
60 void (*InvertRectangle)(engine_token*, fill_rect_params*, uint32 count);
61 void (*ScreenToScreenBlit)(engine_token*, blit_params*, uint32 coun
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dutils.c14 int radeon_log2( uint32 x )
17 uint32 tmp;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_disk_system.h12 uint32 blockSize;
13 uint32 flags;
H A Dbfs_control.h19 /* ioctl to check the version of BFS used - parameter is a uint32 *
27 uint32 offset;
29 uint32 length;
47 uint32 magic;
48 uint32 pass;
49 uint32 flags;
52 uint32 mode;
53 uint32 errors;
68 uint32 block_size;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DMetadataPartition.h28 uint32 metadataFileLocation, uint32 metadataMirrorFileLocation,
29 uint32 metadataBitmapFileLocation, uint32 allocationUnitSize,
32 virtual status_t MapBlock(uint32 logicalBlock, off_t &physicalBlock);
36 uint32 AllocationUnitSize() const { return fAllocationUnitSize; }
38 uint32 MetadataIsDuplicated() const { return fMetadataIsDuplicated; }
42 uint32 fAllocationUnitSize;
/haiku/src/add-ons/translators/pcx/
H A DConfigView.h14 ConfigView(const BRect &frame, uint32 resize = B_FOLLOW_ALL,
15 uint32 flags = B_WILL_DRAW);
/haiku/src/add-ons/translators/rtf/
H A DConfigView.h14 ConfigView(const BRect &frame, uint32 resize = B_FOLLOW_ALL,
15 uint32 flags = B_WILL_DRAW);
/haiku/src/system/libroot/os/
H A Dmemory.cpp13 get_memory_properties(team_id teamID, const void* address, uint32* _protected,
14 uint32* _lock)
/haiku/src/kits/debugger/dwarf/
H A DDwarfTargetInterface.h23 virtual uint32 CountRegisters() const = 0;
24 virtual uint32 RegisterValueType(uint32 index) const = 0;
26 virtual bool GetRegisterValue(uint32 index,
28 virtual bool SetRegisterValue(uint32 index,
30 virtual bool IsCalleePreservedRegister(uint32 index) const
38 uint32 valueType, BVariant& _value) const
42 uint32 valueType, BVariant& _value) const
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs_disk_system.h15 uint32 blockSize;
16 uint32 sectorSize;
/haiku/src/system/libroot/os/arch/x86/
H A Dsystem_info.c12 get_cpuid(cpuid_info *info, uint32 eaxRegister, uint32 cpuNum)
/haiku/headers/private/drivers/
H A Dpoke.h33 uint32 signature;
41 uint32 signature;
44 uint32 value;
49 uint32 signature;
55 uint32 value;
60 uint32 signature;
65 uint32 flags;
66 uint32 protection;
/haiku/src/apps/sudoku/
H A DSudokuField.cpp18 mask(uint32 set)
21 uint32 i = 0;
47 SudokuField::SudokuField(uint32 size)
65 uint32 count = fSize * fSize;
70 for (uint32 i = 0; i < count; i++) {
121 uint32 count = fSize * fSize;
122 for (uint32 i = 0; i < count && status == B_OK; i++) {
150 for (uint32 y = 0; y < fSize; y++) {
151 for (uint32 x = 0; x < fSize; x++) {
173 uint32
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.h39 void (*reg_write)(uint32 offset, uint32 data);
40 uint32 (*reg_read)(uint32 offset);
41 void (*ioreg_write)(uint32 offset, uint32 data);
42 uint32 (*ioreg_read)(uint32 offset);
43 void (*mc_write)(uint32 offset, uint32 dat
[all...]
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h110 uint32 clb; // Command List Base Address
112 uint32 clbu; // Command List Base Address Upper 32-Bits
113 uint32 fb; // FIS Base Address (alignment 256 byte)
114 uint32 fbu; // FIS Base Address Upper 32-Bits
115 uint32 is; // Interrupt Status **RWC**
116 uint32 ie; // Interrupt Enable
117 uint32 cmd; // Command and Status
118 uint32 res1; // Reserved
119 uint32 tfd; // Task File Data
120 uint32 si
[all...]
/haiku/headers/private/graphics/radeon/
H A Dpll_access.h36 uint32 Radeon_INPLL( vuint8 *regs, radeon_type asic, int addr );
39 void Radeon_OUTPLL( vuint8 *regs, radeon_type asic, uint8 addr, uint32 val );
42 void Radeon_OUTPLLP( vuint8 *regs, radeon_type asic, uint8 addr, uint32 val, uint32 mask );
/haiku/headers/private/input/
H A Dshared_cursor_area.h16 uint32 pos;

Completed in 104 milliseconds

1234567891011>>