Searched refs:IM_S64_MAX (Results 1 – 1 of 1) sorted by relevance
83 static const ImS64 IM_S64_MAX = LLONG_MAX; // (9223372036854775807ll); variable86 static const ImS64 IM_S64_MAX = 9223372036854775807LL; variable1851 … ? *(const ImS64* )v_min : IM_S64_MIN, v_max ? *(const ImS64* )v_max : IM_S64_MAX, format, power, … in DragBehavior()2280 IM_ASSERT(*(const ImS64*)v_min >= IM_S64_MIN/2 && *(const ImS64*)v_max <= IM_S64_MAX/2); in SliderBehavior()