Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp82 static const ImS64 IM_S64_MIN = LLONG_MIN; // (-9223372036854775807ll - 1ll); variable
85 static const ImS64 IM_S64_MIN = -9223372036854775807LL - 1; variable
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp109 static const ImS64 IM_S64_MIN = LLONG_MIN; // (-9223372036854775807ll - 1ll); variable
112 static const ImS64 IM_S64_MIN = -9223372036854775807LL - 1; variable

Completed in 22 milliseconds