Searched refs:tmpInt (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/app/
H A DPropertyInfo.cpp164 int32 tmpInt; local
168 tmpInt = 0x01 | (fValueInfo ? 0x2 : 0x0);
169 flatData.Write(&tmpInt, sizeof(tmpInt));
190 tmpInt = 0;
191 flatData.Write(&tmpInt, sizeof(tmpInt));
197 tmpInt = 0;
198 flatData.Write(&tmpInt, sizeof(tmpInt));
272 int32 tmpInt; local
[all...]

Completed in 35 milliseconds