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

  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libbitmask.c 150 * emit(buf, buflen, rbot, rtop, len)
158 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len)
162 if (rbot == rtop)
167 rtop);
188 /* current bit is 'cur', most recently seen range is [rbot, rtop] */
189 unsigned int cur, rbot, rtop; local
195 rtop = cur;
197 if (cur >= bmp->size || cur > rtop + 1) {
198 len = emit(buf, buflen, rbot, rtop, len);
  /external/webp/src/dsp/
dec_msa.c 780 const v16u8 rtop = LD_UB(dst - BPS); local
820 const v16u8 rtop = LD_UB(dst - BPS); local
852 const v16u8 rtop = LD_UB(dst - BPS); local
879 const v16u8 rtop = LD_UB(dst - BPS); local
918 const v16u8 rtop = LD_UB(dst - BPS); local
941 const v16u8 rtop = LD_UB(dst - BPS); local
    [all...]
enc_msa.c 523 const v16u8 rtop = LD_UB(top); local
524 const v8u16 dctop = __msa_hadd_u_h(rtop, rtop);
536 const v16u8 rtop = LD_UB(top); local
537 const v8u16 dctop = __msa_hadd_u_h(rtop, rtop);

Completed in 173 milliseconds