Searched defs:ShiftRight (Results 1 – 6 of 6) sorted by relevance
207 #define ShiftRight(_x,_s) ((_x<0) ? -(-_x>>_s) : (_x>>_s)) macro
96 ShiftRight (int x, const unsigned char s) in ShiftRight() function
1422 void dng_pixel_buffer::ShiftRight (uint32 shift) in ShiftRight() function in dng_pixel_buffer
94 ShiftRight enumerator
1001 static inline UINT_32 ShiftRight( in ShiftRight() function
5888 unsigned ShiftRight = NumElems - SubVecNumElems - IdxVal; in insert1BitVector() local5929 unsigned ShiftRight = NumElems - SubVecNumElems - IdxVal; in insert1BitVector() local40327 if (SDValue ShiftRight = combineAndMaskToShift(N, DAG, Subtarget)) in combineAnd() local