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

  /external/jpeg/
jidctfst.c 147 #define IRIGHT_SHIFT(x,shft) \
149 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \
150 (ishift_temp >> (shft)))
153 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft))
jpegint.h 314 #define RIGHT_SHIFT(x,shft) \
316 (shift_temp >> (shft)) | ((~((INT32) 0)) << (32-(shft))) : \
317 (shift_temp >> (shft)))
320 #define RIGHT_SHIFT(x,shft) ((x) >> (shft))
jcphuff.c 79 #define IRIGHT_SHIFT(x,shft) \
81 (ishift_temp >> (shft)) | ((~0) << (16-(shft))) : \
82 (ishift_temp >> (shft)))
85 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft))
  /external/qemu/distrib/jpeg-6b/
jidctfst.c 147 #define IRIGHT_SHIFT(x,shft) \
149 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \
150 (ishift_temp >> (shft)))
153 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft))
jpegint.h 314 #define RIGHT_SHIFT(x,shft) \
316 (shift_temp >> (shft)) | ((~((INT32) 0)) << (32-(shft))) : \
317 (shift_temp >> (shft)))
320 #define RIGHT_SHIFT(x,shft) ((x) >> (shft))
jcphuff.c 79 #define IRIGHT_SHIFT(x,shft) \
81 (ishift_temp >> (shft)) | ((~0) << (16-(shft))) : \
82 (ishift_temp >> (shft)))
85 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft))
  /external/valgrind/main/helgrind/
libhb_core.c 770 Word bix, shft, mask, prep; local
773 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
774 mask = 3 << shft;
775 prep = b2 << shft;
781 Word bix, shft; local
784 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
785 return (arr[bix] >> shft) & 3;
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 2494 UInt shft, mask; local
2644 UInt shft, mask; local
6447 UChar shft; local
    [all...]

Completed in 253 milliseconds