HomeSort by: relevance | last modified time | path
    Searched defs:tst_bits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 4020 /* Bits more significant than TST_BITS are part of the shared prefix
4023 int tst_bits = (max_bits != min_bits ? max_bits
4031 brings MAX_LEN below TST_BITS, if that's lower than min_len. */
4037 blksize = max_len - (HOST_WIDE_INT_1U << tst_bits) + alrng;
4052 tst_bits = (max_bits != min_bits ? max_bits
4115 if (i <= tst_bits)
4022 int tst_bits = (max_bits != min_bits ? max_bits local
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 4370 /* Bits more significant than TST_BITS are part of the shared prefix
4373 int tst_bits = (max_bits != min_bits ? max_bits
4378 int orig_tst_bits = tst_bits;
4385 brings MAX_LEN below TST_BITS, if that's lower than min_len. */
4391 blksize = max_len - (HOST_WIDE_INT_1U << tst_bits) + alrng;
4410 tst_bits = (max_bits != min_bits ? max_bits
4463 tst_bits = orig_tst_bits;
4488 needs not be between the moduli, so set tst_bits to cover all
4490 has the common prefix, and the previously-computed tst_bits
4493 tst_bits = max_bits
4372 int tst_bits = (max_bits != min_bits ? max_bits local
    [all...]

Completed in 43 milliseconds