Searched refs:int32 (Results 326 - 350 of 5235) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/app/drawing/
H A DBitmapDrawingEngine.h24 status_t SetSize(int32 newWidth, int32 newHeight);
25 UtilityBitmap* ExportToBitmap(int32 width, int32 height,
/haiku/src/apps/mediaplayer/playlist/
H A DMovePLItemsCommand.h19 int32 toIndex);
31 int32 fCount;
33 int32* fIndices;
34 int32 fToIndex;
/haiku/src/libs/compat/freebsd_network/compat/machine/
H A Datomic.h13 atomic_add((int32 *)(ptr), value)
16 atomic_add((int32 *)(ptr), -value)
19 atomic_get((int32 *)ptr)
25 atomic_or((int32 *)(ptr), value)
28 atomic_set((int32 *)(ptr), 0)
31 (atomic_test_and_set((int32 *)(ptr), new, old) == (int32)old)
40 #define atomic_set_32(ptr, val) atomic_set((int32 *)ptr, val)
41 #define atomic_fetchadd_32(ptr, val) atomic_add((int32 *)ptr, val)
/haiku/src/servers/app/
H A DServerBitmap.h46 inline int32 Width() const
48 inline int32 Height() const
51 inline int32 BytesPerRow() const
60 inline int32 Token() const
75 status_t ImportBits(const void *bits, int32 bitsLength,
76 int32 bytesPerRow, color_space colorSpace);
77 status_t ImportBits(const void *bits, int32 bitsLength,
78 int32 bytesPerRow, color_space colorSpace,
79 BPoint from, BPoint to, int32 width,
80 int32 heigh
[all...]
H A DDesktop.h83 void BroadcastToAllApps(int32 code);
84 void BroadcastToAllWindows(int32 code);
86 int32 GetAllWindowTargets(DelayedMessage& message);
87 int32 GetAllAppTargets(DelayedMessage& message);
89 filter_result KeyEvent(uint32 what, int32 key,
90 int32 modifiers);
111 int32 buttons, Window* windowUnderMouse);
117 int32* buttons) const;
124 status_t SetScreenMode(int32 workspace, int32 i
[all...]
/haiku/headers/private/kernel/arch/x86/
H A Dioapic.h12 bool ioapic_is_interrupt_available(int32 gsi);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformPointsBox.h33 const int32* indices,
34 int32 count);
52 int32* fIndices;
53 int32 fCount;
/haiku/headers/build/os/app/
H A DMessage.h59 status_t GetInfo(type_code typeRequested, int32 index,
61 int32 *countFound = NULL) const;
63 int32 *countFound = NULL) const;
67 int32 CountNames(type_code type) const;
92 status_t AddSpecifier(const char *property, int32 index);
93 status_t AddSpecifier(const char *property, int32 index, int32 range);
97 status_t SetCurrentSpecifier(int32 index);
98 status_t GetCurrentSpecifier(int32 *index,
99 BMessage *specifier = NULL, int32 *wha
[all...]
/haiku/src/apps/patchbay/
H A DPatchRow.cpp39 PatchCheckBox(BRect r, int32 producerID, int32 consumerID)
46 int32 ProducerID() const
50 int32 ConsumerID() const
58 int32 fProducerID;
59 int32 fConsumerID;
63 PatchRow::PatchRow(int32 producerID)
80 int32
104 PatchRow::AddColumn(int32 consumerID)
107 int32 numColumn
[all...]
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h29 if (clippingRegion.Frame().IntegerWidth() + 1 < (int32)dstWidth)
31 if (clippingRegion.Frame().IntegerHeight() + 1 < (int32)dstHeight)
39 filterWeightXIndexOffset = (int32)(clippingRegion.Frame().left
43 filterWeightYIndexOffset = (int32)(clippingRegion.Frame().top
56 const int32 xBitmapShift = (int32)(destinationRect.left - offset.x);
57 const int32 yBitmapShift = (int32)(destinationRect.top - offset.y);
87 const int32 left = (int32)destinationRec
[all...]
/haiku/src/kits/interface/
H A DChannelControl.cpp18 typedef std::map<int32, limit_label> label_map;
47 const char* label, BMessage* model, int32 channel_count,
59 fChannelMin = new int32[channel_count];
60 memset(fChannelMin, 0, sizeof(int32) * channel_count);
62 fChannelMax = new int32[channel_count];
63 for (int32 i = 0; i < channel_count; i++)
66 fChannelValues = new int32[channel_count];
67 memset(fChannelValues, 0, sizeof(int32) * channel_count);
74 BMessage* model, int32 channelCount, uint32 flags)
85 fChannelMin = new int32[channelCoun
[all...]
H A DWindowStack.cpp55 BWindowStack::AddWindowAt(const BWindow* window, int32 position)
63 BWindowStack::AddWindowAt(const BMessenger& window, int32 position)
68 fLink->Attach<int32>(position);
70 int32 code = B_ERROR;
100 BWindowStack::RemoveWindowAt(int32 position, BMessenger* window)
103 fLink->Attach<int32>(position);
105 int32 code = B_ERROR;
116 int32
121 int32 code = B_ERROR;
126 int32 coun
[all...]
/haiku/src/servers/app/decorator/
H A DDecorator.h62 int32 truncatedTitleLength;
112 uint32 flags, int32 index = -1,
114 virtual bool RemoveTab(int32 index,
116 virtual bool MoveTab(int32 from, int32 to, bool isMoving,
119 virtual int32 TabAt(const BPoint& where) const;
120 Decorator::Tab* TabAt(int32 index) const
122 int32 CountTabs() const
124 void SetTopTab(int32 tab);
137 void SetLook(int32 ta
[all...]
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.h21 const BString& displayText, int32 matchPos,
22 int32 matchLen)
33 int32 MatchPos() const { return fMatchPos; }
34 int32 MatchLen() const { return fMatchLen; }
39 int32 fMatchPos;
40 int32 fMatchLen;
49 int32* caretPos) = 0;
51 int32 caretPos,
52 int32 selectionLength = 0) = 0;
60 int32 caretPo
[all...]
/haiku/headers/os/app/
H A DMessage.h68 status_t GetInfo(type_code typeRequested, int32 index,
70 int32* countFound = NULL) const;
72 int32* countFound = NULL) const;
76 int32* countFound, bool* fixedSize) const;
78 int32 CountNames(type_code type) const;
123 status_t AddSpecifier(const char* property, int32 index);
124 status_t AddSpecifier(const char* property, int32 index,
125 int32 range);
130 status_t SetCurrentSpecifier(int32 index);
131 status_t GetCurrentSpecifier(int32* inde
[all...]
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h145 TPoint Axis(int32 index);
181 int32 fullscreen_mode;
183 int32 special;
185 int32 display;
187 int32 space_model;
189 int32 animation;
192 int32 star_density;
202 int32 width, height;
218 int32 count;
219 int32 count
[all...]
/haiku/headers/private/userlandfs/shared/
H A DDriverSettings.h44 int32 CountParameters() const;
46 bool GetParameterAt(int32 index,
61 int32 GetInt32ParameterValue(const char* name,
62 int32 unknownValue = 0,
63 int32 noValue = 0) const;
70 GetParametersAndCount(int32* count) const = 0;
88 GetParametersAndCount(int32* count) const;
104 int32 CountValues() const;
106 const char* ValueAt(int32 index,
108 bool BoolValueAt(int32 inde
[all...]
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.h41 void MoveBy(int32 x, int32 y);
78 void MoveBy(int32 x, int32 y);
79 void ResizeBy(int32 x, int32 y, BRegion* dirtyRegion);
81 void ScrollViewBy(ViewLayer* view, int32 dx, int32 dy);
93 void InvalidateView(int32 token);
101 int32 xOffse
[all...]
/haiku/headers/private/storage/
H A DDriverSettings.h58 int32 CountParameters() const;
60 BDriverParameter ParameterAt(int32 index) const;
74 int32 GetInt32ParameterValue(const char* name,
75 int32 unknownValue = 0,
76 int32 noValue = 0) const;
82 virtual const driver_parameter* GetParametersAndCount(int32& _count) const
102 virtual const driver_parameter* GetParametersAndCount(int32& _count) const;
123 int32 CountValues() const;
125 const char* ValueAt(int32 index,
127 bool BoolValueAt(int32 inde
[all...]
/haiku/src/kits/tracker/
H A DPoseList.cpp44 PoseList::FindPose(const node_ref* node, int32* resultingIndex) const
46 int32 count = CountItems();
47 for (int32 index = 0; index < count; index++) {
63 PoseList::FindPose(const entry_ref* entry, int32* resultingIndex) const
65 int32 count = CountItems();
66 for (int32 index = 0; index < count; index++) {
81 PoseList::FindPose(const Model* model, int32* resultingIndex) const
88 PoseList::DeepFindPose(const node_ref* node, int32* resultingIndex) const
90 int32 count = CountItems();
91 for (int32 inde
[all...]
/haiku/src/apps/charactermap/
H A DCharacterView.h32 bool IsShowingBlock(int32 blockIndex) const;
34 void ScrollToBlock(int32 blockIndex);
37 bool IsBlockVisible(int32 block) const;
63 int32 _BlockAt(BPoint point) const;
69 int32& offset) const;
82 int32 fTopOffset;
90 int32 fCharactersPerLine;
91 int32 fCharacterWidth;
92 int32 fCharacterHeight;
93 int32 fCharacterBas
[all...]
/haiku/headers/private/input/
H A Dkeyboard_mouse_driver.h90 int32 cookie;
92 int32 xdelta;
93 int32 ydelta;
94 int32 clicks;
95 int32 modifiers;
97 int32 wheel_ydelta;
98 int32 wheel_xdelta;
116 int32 clicks;
118 int32 wheel_ydelta;
119 int32 wheel_xdelt
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequestUnflattener.h17 virtual status_t Read(void* buffer, int32 size) = 0;
18 virtual status_t Read(int32 size, void** buffer,
20 virtual status_t Skip(int32 size);
29 int32 GetBytesRead() const;
36 virtual void Visit(RequestMember* member, int32& data);
47 status_t Read(void* buffer, int32 size);
48 status_t Read(int32 size, void*& buffer, bool& mustFree);
49 status_t Align(int32 align);
52 status_t ReadInt32(int32& data);
53 status_t ReadData(void*& buffer, int32
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h29 int32 min = 0,
30 int32 max = 100,
31 int32 value = 0,
52 void SetValue(int32 value);
53 int32 Value() const;
59 virtual void ValueChanged(int32 newValue);
70 virtual void SetMin(int32 min);
71 int32 Min() const;
73 virtual void SetMax(int32 max);
74 int32 Ma
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.h58 static int32 _ConnectionListenerEntry(void* data);
59 int32 _ConnectionListener();
61 static int32 _ConnectionDeleterEntry(void* data);
62 int32 _ConnectionDeleter();
64 static int32 _BroadcasterEntry(void* data);
65 int32 _Broadcaster();
67 static int32 _ServerInfoConnectionListenerEntry(void* data);
68 int32 _ServerInfoConnectionListener();
90 int32 fBroadcastingSocket;
93 int32 fServerInfoConnectionListenerSocke
[all...]

Completed in 145 milliseconds

<<11121314151617181920>>