HomeSort by: relevance | last modified time | path
    Searched refs:sref (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/nouveau/
pushbuf.c 440 pushbuf_refn_fail(struct nouveau_pushbuf *push, int sref, int srel)
446 kref = krec->buffer + sref;
447 while (krec->nr_buffer-- > sref) {
453 krec->nr_buffer = sref;
464 int sref = krec->nr_buffer; local
476 pushbuf_refn_fail(push, sref, krec->nr_reloc);
496 int sref, srel, ret; local
502 sref = krec->nr_buffer;
528 pushbuf_refn_fail(push, sref, srel);
  /xsrc/external/mit/xedit/dist/
hook.c 79 int soff, slen, sref; member in struct:_EditInfo
800 einfo.sref = 0;
819 if (rstart[i] - '0' > einfo.sref)
820 einfo.sref = rstart[i] - '0';
957 einfo.sref + 1, &einfo.mats[0], flags);
1001 if (einfo.sref) {

Completed in 6 milliseconds