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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
ia32intrin.h 408 __rolq(unsigned long long __X, int __C) { function
422 #define _lrotl(a,b) __rolq((a), (b))
  /src/external/gpl3/gcc/dist/gcc/config/i386/
ia32intrin.h 242 __rolq (unsigned long long __X, int __C) function
298 #define _lrotl(a,b) __rolq((a), (b))
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
ia32intrin.h 242 __rolq (unsigned long long __X, int __C) function
298 #define _lrotl(a,b) __rolq((a), (b))

Completed in 43 milliseconds