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

  /src/external/gpl3/gcc.old/dist/gcc/
hwint.cc 27 and exact_log2 are defined as inline functions in hwint.h
75 exact_log2 (unsigned HOST_WIDE_INT x) function
hwint.h 173 extern int exact_log2 (unsigned HOST_WIDE_INT);
249 exact_log2 (unsigned HOST_WIDE_INT x) function
  /src/external/gpl3/gcc/dist/gcc/
hwint.cc 27 and exact_log2 are defined as inline functions in hwint.h
75 exact_log2 (unsigned HOST_WIDE_INT x) function
hwint.h 194 extern int exact_log2 (unsigned HOST_WIDE_INT);
270 exact_log2 (unsigned HOST_WIDE_INT x) function
  /src/external/gpl3/binutils/dist/bfd/
som.c 1264 exact_log2 (unsigned int x) function
2177 space_asect->alignment_power = exact_log2 (subspace.alignment);
2312 subspace_asect->alignment_power = exact_log2 (subspace.alignment);
  /src/external/gpl3/binutils/dist/gas/config/
tc-hppa.c 500 static int exact_log2 (int);
5813 if (exact_log2 (bytes) != -1)
5814 record_alignment (current_subspace->ssd_seg, exact_log2 (bytes));
7047 exact_log2 (int value)
7438 if (exact_log2 (alignment) == -1)
7545 record_alignment (section, exact_log2 (alignment));
7045 exact_log2 (int value) function
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 1264 exact_log2 (unsigned int x) function
2177 space_asect->alignment_power = exact_log2 (subspace.alignment);
2312 subspace_asect->alignment_power = exact_log2 (subspace.alignment);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-hppa.c 500 static int exact_log2 (int);
5813 if (exact_log2 (bytes) != -1)
5814 record_alignment (current_subspace->ssd_seg, exact_log2 (bytes));
7047 exact_log2 (int value)
7438 if (exact_log2 (alignment) == -1)
7545 record_alignment (section, exact_log2 (alignment));
7045 exact_log2 (int value) function
  /src/external/gpl3/gdb/dist/bfd/
som.c 1264 exact_log2 (unsigned int x) function
2177 space_asect->alignment_power = exact_log2 (subspace.alignment);
2312 subspace_asect->alignment_power = exact_log2 (subspace.alignment);
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 1264 exact_log2 (unsigned int x) function
2177 space_asect->alignment_power = exact_log2 (subspace.alignment);
2312 subspace_asect->alignment_power = exact_log2 (subspace.alignment);

Completed in 82 milliseconds