Searched refs:topbit (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libvgl/
H A Dtext.c79 int b, Bpc, Bpl, lin, bit, topbit; local
83 topbit = VGLTextFont->Width - 1;
90 VGLSetXY(Object, (x+topbit-bit), (y+lin), fgcol);
93 VGLSetXY(Object, (x+lin), (y-topbit+bit), fgcol);
96 VGLSetXY(Object, (x-topbit+bit), (y-lin), fgcol);
99 VGLSetXY(Object, (x-lin), (y+topbit-bit), fgcol);
102 VGLSetXY(Object, (x+lin+topbit-bit), (y+lin+bit), fgcol);
108 VGLSetXY(Object, (x+topbit-bit), (y+lin), bgcol);
111 VGLSetXY(Object, (x+lin), (y-topbit+bit), bgcol);
114 VGLSetXY(Object, (x-topbit
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl106 topbit=r21; // carry bit from tmp[num]
205 (p39) add topbit=r0,r0
206 (p41) add topbit=r0,r0,1
285 (p31) add a[0]=a[0],topbit
286 (p33) add a[0]=a[0],topbit,1
287 mov topbit=r0 };;
289 (p31) cmp.ltu p32,p30=a[0],topbit
290 (p33) cmp.leu p32,p30=a[0],topbit
299 (p32) add topbit=r0,r0,1 }
305 (p41) add topbit
[all...]
/freebsd-13-stable/sys/dev/qat/
H A Dqat_ae.c1785 u_int topbit = CRC_BITMASK(CRC_WIDTH - 1); local
1790 if (reg & topbit)

Completed in 115 milliseconds