Searched refs:uint32 (Results 1 - 25 of 4907) sorted by path

1234567891011>>

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp32 uint32 gProjLength;
57 uint32 Id() { return
58 static_cast<uint32>(B_BENDIAN_TO_HOST_INT32(fId)); }
59 uint32 Size() { return
60 static_cast<uint32>(B_BENDIAN_TO_HOST_INT32(fSize)); }
63 uint32 fId;
64 uint32 fSize;
97 uint32 projFileLength = gProjFile.tellg();
103 uint32 length;
106 length = static_cast<uint32>(B_BENDIAN_TO_HOST_INT3
[all...]
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex73 const uint32 kX86ResourcesOffset = 0x00000004;
93 uint32 formatVersion;
94 uint32 dateTimeStamp;
95 uint32 oldDefVersion;
96 uint32 oldImpVersion;
97 uint32 currentVersion;
100 uint32 reservedA;
109 const uint32 kPPCResourcesOffset = 0x00000028;
143 const uint32 kELFMinResourceAlignment = 32;
238 uint32 rh_resources_magi
[all...]
/haiku/docs/develop/media/
H A DMediaFileProducer.h207 uint32 flags);
237 uint32 _reserved_media_file_node_[16];
H A DMediaFileProducerAddOn.h96 uint32 _reserved_media_file_node_[16];
/haiku/headers/build/
H A DHaikuBuildCompatibility.h179 uint32 version;
183 uint32 product_id;
190 uint32 min_horizontal_frequency; // in kHz
191 uint32 max_horizontal_frequency;
192 uint32 min_vertical_frequency; // in Hz
193 uint32 max_vertical_frequency;
194 uint32 max_pixel_clock; // in kHz
/haiku/headers/build/os/app/
H A DMessage.h49 uint32 what;
52 BMessage(uint32 what);
115 status_t AddUInt32(const char *name, uint32 value);
156 status_t FindUInt32(const char *name, uint32 *value) const;
157 status_t FindUInt32(const char *name, int32 index, uint32 *value) const;
202 status_t ReplaceUInt32(const char *name, uint32 value);
203 status_t ReplaceUInt32(const char *name, int32 index, uint32 value);
284 status_t _ResizeData(uint32 offset, int32 change);
286 uint32 _HashName(const char* name) const;
300 uint32 fFieldsAvailabl
[all...]
/haiku/headers/build/os/interface/
H A DBitmap.h38 BBitmap(BRect bounds, uint32 flags, color_space colorSpace,
55 status_t LockBits(uint32 *state = NULL);
89 void InitObject(BRect bounds, color_space colorSpace, uint32 flags,
105 uint32 fFlags;
/haiku/headers/build/os/kernel/
H A Dfs_attr.h14 uint32 type;
24 extern ssize_t fs_read_attr(int fd, const char *attribute, uint32 type,
26 extern ssize_t fs_write_attr(int fd, const char *attribute, uint32 type,
33 uint32 type, int openMode);
34 extern int fs_fopen_attr(int fd, const char *attribute, uint32 type,
H A Dfs_info.h27 uint32 flags; /* flags (see above) */
/haiku/headers/build/os/storage/
H A DStatable.h59 uint32 _reserved[4];
61 virtual status_t set_stat(struct stat &st, uint32 what) = 0;
/haiku/headers/build/private/app/
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;
/haiku/headers/libs/alm/
H A DALMGroup.h65 uint32 _reserved[4];
H A DALMLayout.h52 void AddXTabs(BReference<XTab>* tabs, uint32 count);
54 void AddYTabs(BReference<YTab>* tabs, uint32 count);
280 uint32 _reserved[5];
H A DArea.h150 uint32 _reserved[2];
H A DTab.h55 uint32 _reserved[2];
69 uint32 _reserved[2];
/haiku/headers/libs/print/libprint/
H A DDialogWindow.h17 uint32 flags,
18 uint32 workspace = B_CURRENT_WORKSPACE);
24 uint32 flags,
25 uint32 workspace = B_CURRENT_WORKSPACE);
H A DGraphicsDriver.h115 uint32 fPageCount;
H A DHalftoneView.h16 uint32 resizeMask, uint32 flags);
25 HalftoneView(BRect frame, const char* name, uint32 resizeMask,
26 uint32 flags);
H A DJobSetupDlg.h128 void FillCapabilityMenu(BPopUpMenu* menu, uint32 message,
131 void FillCapabilityMenu(BPopUpMenu* menu, uint32 message,
133 void FillCapabilityMenu(BPopUpMenu* menu, uint32 message,
H A DPagesView.h14 PagesView(BRect frame, const char* name, uint32 resizeMask, uint32 flags);
H A DPreview.h63 virtual void MouseMoved(BPoint point, uint32 transit,
H A DStatusWindow.h18 uint32 firstPage, uint32 numPages,
19 uint32 docCopies, uint32 nup);
25 bool UpdateStatusBar(uint32 page, uint32 copy);
26 void SetPageCopies(uint32 copies);
34 uint32 fNops;
35 uint32 fFirstPage;
36 uint32 fCopie
[all...]
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h22 typedef void* (*GetAccelerantHook)(uint32, void*);
24 void* get_accelerant_hook(uint32 feature, void* data);
87 uint32 version; /* structure version number */
92 uint32 memory; /* amount of memory on the device, */
94 uint32 dac_speed; /* nominal DAC speed, in MHz */
99 uint32 pixel_clock; /* kHz */
108 uint32 flags; /* sync polarity, etc. */
114 uint32 space; /* pixel configuration */
119 uint32 flags; /* mode flags (Some drivers use this */
130 uint32 bytes_per_ro
[all...]
/haiku/headers/os/add-ons/input_server/
H A DInputServerFilter.h33 uint32 _reserved[4];
H A DInputServerMethod.h40 uint32 _reserved[4];

Completed in 85 milliseconds

1234567891011>>