Home
last modified time | relevance | path

Searched refs:lastb (Results 1 – 2 of 2) sorted by relevance

/openbsd/bin/ksh/
H A Dvi.c1830 static int lastb = -1; /* last byte# written from wb1, if UTF-8 */ in display() local
1914 if (lastb >= 0 && twb1 == wb1 + lastb + 1) in display()
1935 lastb = *twb1 & 0x80 ? twb1 - wb1 : -1; in display()
1968 lastb = -1; in display()
1975 lastb = -1; in display()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td912 defm LASTB_RPZ : sve_int_perm_last_r<1, "lastb", AArch64lastb>;
914 defm LASTB_VPZ : sve_int_perm_last_v<1, "lastb", AArch64lastb>;