Searched refs:space_available (Results 1 – 3 of 3) sorted by relevance
31 space_available=$[$(stat -f --format="%a*%S" .)/(1024 * 1024 * 1024)]32 echo "space_available: $space_available"33 if test $space_available -lt 10; then
70 int space_available = buffer.length - write_pos; in run() local72 if (space_available == 0) { in run()
201 int space_available = (draw_below_anchor ? space_available_below_anchor in GetPopupPos() local206 if (space_available < fMinPopup) in GetPopupPos()208 else if (space_available > fMaxPopup) in GetPopupPos()211 popup_height = static_cast<float>(space_available); in GetPopupPos()