HomeSort by: relevance | last modified time | path
    Searched refs:LLONG_MAX (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/test/sync/
sync.c 36 LLONG_MAX,
163 { LLONG_MAX, 1 },
164 { LLONG_MAX, LLONG_MAX },
  /xsrc/external/mit/xorg-server/dist/Xext/
sync.c 1038 psci->bracket_greater = LLONG_MAX;
1071 psci->bracket_greater = LLONG_MAX;
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_demo.cpp 1197 ImS64 LLONG_MAX = 9223372036854775807LL;
1202 const ImS64 s64_zero = 0, s64_one = 1, s64_fifty = 50, s64_min = LLONG_MIN/2, s64_max = LLONG_MAX/2, s64_hi_a = LLONG_MAX/2 - 100, s64_hi_b = LLONG_MAX/2;
imgui_widgets.cpp 83 static const ImS64 IM_S64_MAX = LLONG_MAX; // (9223372036854775807ll);
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_lexer.cpp 1581 if (is_long && !is_uint && base == 10 && value > (uint64_t)LLONG_MAX + 1) {
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_lexer.cpp 1558 if (is_long && !is_uint && base == 10 && value > (uint64_t)LLONG_MAX + 1) {
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_widgets.cpp 83 static const ImS64 IM_S64_MAX = LLONG_MAX; // (9223372036854775807ll);
  /xsrc/external/mit/freetype/dist/builds/unix/
configure 12712 #ifndef LLONG_MAX
12715 # define LLONG_MAX (HALF - 1 + HALF)
12727 if (LLONG_MAX / 2 < m)

Completed in 50 milliseconds