HomeSort by relevance Sort by last modified time
    Searched defs:h01 (Results 1 - 4 of 4) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
support.h 70 static const unsigned int h01 = 0x01010101; local
78 return (x * h01) >> 24;
95 static const unsigned long long h01 = 0x0101010101010101; local
103 return static_cast<int>((x * h01) >> 56);
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
support.h 70 static const unsigned int h01 = 0x01010101; local
78 return (x * h01) >> 24;
95 static const unsigned long long h01 = 0x0101010101010101; local
103 return static_cast<int>((x * h01) >> 56);
  /frameworks/av/include/media/
Interpolator.h 191 const S h01 = -2 * t3 + 3 * t2 ; local
193 return h00 * low->second + (h10 * m0 + h11 * m1) * interval + h01 * high->second;
  /toolchain/binutils/binutils-2.27/opcodes/
bfin-dis.c 2953 int h01 = ((iw1 >> DSP32Mac_h01_bits) & DSP32Mac_h01_mask); local
3036 int h01 = ((iw1 >> DSP32Mac_h01_bits) & DSP32Mac_h01_mask); local
    [all...]

Completed in 674 milliseconds