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

/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp253 const int32 bufferInc = 64; local
254 int32 bufferSize = bufferInc;
271 bufferSize += bufferInc;
301 const int32 bufferInc = 64; local
302 int32 bufferSize = bufferInc;
319 bufferSize += bufferInc;
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp992 int32 bufferInc = 16; local
1006 inputBufferSize += bufferInc;
1036 int32 bufferInc = 16; local
1050 inputBufferSize += bufferInc;
1084 int32 bufferInc = 16; local
1098 outputBufferSize += bufferInc;
1127 int32 bufferInc = 16; local
1141 outputBufferSize += bufferInc;

Completed in 38 milliseconds