Home
last modified time | relevance | path

Searched refs:suffix1 (Results 1 – 3 of 3) sorted by relevance

/third_party/libdrm/nouveau/
Dpushbuf.c62 uint32_t suffix1; member
342 req.suffix1 = nvpb->suffix1; in pushbuf_submit()
355 nvpb->suffix1 = req.suffix1; in pushbuf_submit()
569 nvpb->suffix1 = req.suffix1; in nouveau_pushbuf_new()
572 nvpb->suffix1 = 0xffffffff; in nouveau_pushbuf_new()
717 if (nvpb->suffix0 || nvpb->suffix1) { in nouveau_pushbuf_data()
719 *push->cur++ = nvpb->suffix1; in nouveau_pushbuf_data()
/third_party/libdrm/include/drm/
Dnouveau_drm.h173 __u32 suffix1; member
/third_party/python/Objects/stringlib/
Dstringlib_find_two_way_notes.txt377 suffix1 = max(needle[i:] for i in range(len(needle)))
379 cut1 = len(needle) - len(suffix1)