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

  /src/external/gpl3/gcc.old/dist/gcc/
hwint.h 158 pow2p_hwi (unsigned HOST_WIDE_INT x) function
251 return pow2p_hwi (x) ? ctz_hwi (x) : -1;
  /src/external/gpl3/gcc/dist/gcc/
hwint.h 179 pow2p_hwi (unsigned HOST_WIDE_INT x) function
272 return pow2p_hwi (x) ? ctz_hwi (x) : -1;

Completed in 23 milliseconds