HomeSort by relevance Sort by last modified time
    Searched refs:__rlwinm (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 43 * __rlwinm - Rotate Left Word Immediate then AND with Mask
277 * __rlwinm - Rotate Left Word Immediate then AND with Mask
279 * int __rlwinm(long, int, int, int);
281 #define __rlwinm(rS, cnt, mb, me) \ macro
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 421 # define ROTATE(a,n) (unsigned MD32_REG_T)__rlwinm((int)a,n,0,31)
    [all...]

Completed in 277 milliseconds