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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 323 __DEVICE__ unsigned long long ullmax(unsigned long long __a, function
  /src/external/gpl2/grep/dist/
configure 4036 unsigned long long ullmax = (unsigned long long) -1;
4037 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
  /src/external/gpl3/gcc.old/dist/intl/
configure 4884 unsigned long long ullmax = (unsigned long long) -1;
4885 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 7052 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7055 ullmax = fold_build1_loc (input_location, BIT_NOT_EXPR,
7061 fold_convert (arg_type, ullmax), ullsize);
7164 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7167 ullmax = fold_build1_loc (input_location, BIT_NOT_EXPR,
7172 fold_convert (arg_type, ullmax));
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 7030 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7033 ullmax = fold_build1_loc (input_location, BIT_NOT_EXPR,
7039 fold_convert (arg_type, ullmax), ullsize);
7142 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7145 ullmax = fold_build1_loc (input_location, BIT_NOT_EXPR,
7150 fold_convert (arg_type, ullmax));
  /src/external/bsd/ntp/dist/sntp/
configure 7127 unsigned long long int ullmax = 18446744073709551615ull;
7131 | (ullmax / ull) | (ullmax % ull));
7429 unsigned long long int ullmax = 18446744073709551615ull;
7433 | (ullmax / ull) | (ullmax % ull));
  /src/external/gpl2/diffutils/dist/
configure 4427 unsigned long long ullmax = (unsigned long long) -1;
4428 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
  /src/external/gpl2/groff/dist/
configure 8148 unsigned long long ullmax = (unsigned long long)-1;
8156 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
  /src/external/bsd/iscsi/dist/
configure 21734 unsigned long long int ullmax = 18446744073709551615ull;
21738 | (ullmax / ull) | (ullmax % ull));
21819 unsigned long long int ullmax = 18446744073709551615ull;
21823 | (ullmax / ull) | (ullmax % ull));
  /src/external/bsd/ntp/dist/
configure 16659 unsigned long long int ullmax = 18446744073709551615ull;
16663 | (ullmax / ull) | (ullmax % ull));
16961 unsigned long long int ullmax = 18446744073709551615ull;
16965 | (ullmax / ull) | (ullmax % ull));
  /src/external/gpl2/texinfo/dist/
configure 7124 unsigned long long ullmax = (unsigned long long) -1;
7125 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
  /src/external/gpl2/xcvs/dist/
configure 9357 unsigned long long ullmax = (unsigned long long) -1;
9358 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
  /src/external/gpl3/gcc.old/dist/gcc/
configure 6679 unsigned long long int ullmax = 18446744073709551615ull;
6683 | (ullmax / ull) | (ullmax % ull));
  /src/external/gpl3/gcc/dist/gcc/
configure 6736 unsigned long long int ullmax = 18446744073709551615ull;
6740 | (ullmax / ull) | (ullmax % ull));
    [all...]

Completed in 223 milliseconds