Home
last modified time | relevance | path

Searched defs:IM_S64_MIN (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp82 static const ImS64 IM_S64_MIN = LLONG_MIN; // (-9223372036854775807ll - 1ll); variable
85 static const ImS64 IM_S64_MIN = -9223372036854775807LL - 1; variable