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 781 const v16u8 rtop = LD_UB(dst - BPS); local
821 const v16u8 rtop = LD_UB(dst - BPS); local
853 const v16u8 rtop = LD_UB(dst - BPS); local
880 const v16u8 rtop = LD_UB(dst - BPS); local
919 const v16u8 rtop = LD_UB(dst - BPS); local
942 const v16u8 rtop = LD_UB(dst - BPS); local
    [all...]
enc_msa.c 527 const v16u8 rtop = LD_UB(top); local
528 const v8u16 dctop = __msa_hadd_u_h(rtop, rtop);
540 const v16u8 rtop = LD_UB(top); local
541 const v8u16 dctop = __msa_hadd_u_h(rtop, rtop);

Completed in 118 milliseconds