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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_systemdependent.h 48 static INLINE int get_msb(unsigned int n) { function
54 static INLINE int get_msb(unsigned int n) { function
62 static INLINE int get_msb(unsigned int n) { function
  /external/libvpx/libvpx/vp9/common/
vp9_systemdependent.h 48 static INLINE int get_msb(unsigned int n) { function
54 static INLINE int get_msb(unsigned int n) { function
62 static INLINE int get_msb(unsigned int n) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_systemdependent.h 48 static INLINE int get_msb(unsigned int n) { function
54 static INLINE int get_msb(unsigned int n) { function
62 static INLINE int get_msb(unsigned int n) { function
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog.c 52 static int get_msb(unsigned int bit, unsigned int r400_ext_addr) function
138 int msbc = get_msb(R400_ADDR_EXT_RGB_MSB_BIT(j),
140 int msba = get_msb(R400_ADDR_EXT_A_MSB_BIT(j),
158 unsigned int msb = get_msb(
188 unsigned int msb = get_msb(
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog.c 52 static int get_msb(unsigned int bit, unsigned int r400_ext_addr) function
138 int msbc = get_msb(R400_ADDR_EXT_RGB_MSB_BIT(j),
140 int msba = get_msb(R400_ADDR_EXT_A_MSB_BIT(j),
158 unsigned int msb = get_msb(
188 unsigned int msb = get_msb(
  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 662 static UInt get_msb(UInt mipsins) function
    [all...]

Completed in 93 milliseconds