Searched refs:uintptr (Results 1 – 8 of 8) sorted by relevance
50 typedef unsigned __PTRDIFF_TYPE__ uintptr; typedef
117 uintptr pc,
622 uintptr pc, in ProcessOneOpcode()831 lineptr, &lsm, &oplength, (uintptr)-1, in ReadLines()
336 fBuffer = (char *) ((((uintptr) p) + 15) & ~((uintptr) 15)); in SetBuffer()
77 typedef uintptr_t uintptr; typedef
617 return (((uintptr) p) & 1) == 0; in IsAligned16()624 return (((uintptr) p) & 3) == 0; in IsAligned32()631 return (((uintptr) p) & 7) == 0; in IsAligned64()638 return (((uintptr) p) & 15) == 0; in IsAligned128()
393 if (((uintptr) input) & 3) in Decode()492 if (((uintptr) block) & 3) in MD5Transform()
593 uintptr loadermagic;