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

  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
support.h 33 #define __builtin_ctzl(x) __builtin_ctzll(x) macro
35 #define __builtin_ctzl(x) __builtin_ctz(x) macro

Completed in 16 milliseconds