Home
last modified time | relevance | path

Searched defs:get_msb (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/vpx_ports/
H A Dbitops.h39 static INLINE int get_msb(unsigned int n) { in get_msb() function
/aosp_15_r20/external/libaom/aom_ports/
H A Dbitops.h42 static inline int get_msb(unsigned int n) { in get_msb() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c30 static int get_msb(unsigned int bit, unsigned int r400_ext_addr) in get_msb() function