Home
last modified time | relevance | path

Searched defs:bit (Results 1 – 25 of 91) sorted by relevance

1234

/plan9-contrib/sys/src/cmd/gs/src/
H A Dgxbitops.h104 # define set_mono_thin_mask(var, w, bit)\ argument
110 # define set_mono_left_mask(var, bit)\ argument
126 # define set_mono_left_mask(var, bit)\ argument
128 # define set_mono_thin_mask(var, w, bit)\ argument
H A Dgdevm64.c233 register int bit = first_bit; in mem_true64_copy_mono() local
270 register int bit = first_bit; in mem_true64_copy_mono() local
306 register int bit = 0x80; in mem_true64_copy_mono() local
H A Dgdevm40.c306 register int bit = first_bit; in mem_true40_copy_mono() local
343 register int bit = first_bit; in mem_true40_copy_mono() local
379 register int bit = 0x80; in mem_true40_copy_mono() local
H A Dgdevm48.c275 register int bit = first_bit; in mem_true48_copy_mono() local
312 register int bit = first_bit; in mem_true48_copy_mono() local
348 register int bit = 0x80; in mem_true48_copy_mono() local
/plan9-contrib/sys/src/boot/vt4/
H A Dintr.c25 ulong bit; member
72 intrenable(ulong bit, int (*func)(ulong)) in intrenable() argument
95 intrack(ulong bit) in intrack()
/plan9-contrib/sys/src/9/vt4/
H A Dintr.c35 ulong bit; member
50 bit2intr(ulong bit) in bit2intr()
171 intrenable(ulong bit, int (*func)(ulong), char *name) in intrenable() argument
194 intrack(ulong bit) in intrack()
H A Darchvt4.c110 lightbiton(int bit) in lightbiton()
126 lightbitoff(int bit) in lightbitoff()
144 static int bit; in twinkle() local
H A Ddma.c94 dmaresetdump(ulong bit, Dma *dma) in dmaresetdump()
106 dmareset(ulong bit) in dmareset()
153 dmaintr(ulong bit) in dmaintr()
206 ulong bit; in dma1init() local
/plan9-contrib/sys/src/cmd/lzip/
H A Dencoder_base.h71 bool bit = symbol & 1; in price_symbol3() local
86 bool bit = symbol & 1; in price_symbol6() local
110 bool bit = symbol & 1; in price_symbol8() local
143 bool bit = symbol & 1; in price_symbol_reversed() local
160 bool bit = (symbol <<= 1) & 0x100; in price_matched() local
345 Re_encode_bit(Range_encoder *renc, Bit_model *probability, bool bit) in Re_encode_bit()
368 bool bit = (symbol >> 2) & 1; in Re_encode_tree3() local
382 bool bit = (symbol >> 5) & 1; in Re_encode_tree6() local
406 bool bit = (symbol >> i) & 1; in Re_encode_tree8() local
418 bool bit = symbol & 1; in Re_encode_tree_reversed() local
[all …]
H A Ddecoder.h130 bool bit; in Rd_decode() local
200 unsigned bit = Rd_decode_bit(rdec, &bm[model]); in Rd_decode_tree_reversed() local
212 unsigned bit = Rd_decode_bit(rdec, &bm[model]); in Rd_decode_tree_reversed4() local
229 unsigned bit = Rd_decode_bit(rdec, &bm[symbol+match_bit+mask]); in Rd_decode_matched() local
/plan9-contrib/sys/src/cmd/scat/
H A Dqtree.c14 int log2n, k, bit, b, nqmax; in qtree_decode() local
208 qtree_bitins(uchar *a, int nx, int ny, Pix *b, int n, int bit) in qtree_bitins()
263 read_bdirect(Biobuf *infile, Pix *a, int n, int nqx, int nqy, uchar *scratch, int bit) in read_bdirect()
/plan9-contrib/sys/src/9/vt5/
H A Darchvt5.c136 lightbiton(int bit) in lightbiton()
151 lightbitoff(int bit) in lightbitoff()
168 static int bit; in twinkle() local
/plan9-contrib/sys/src/cmd/disk/kfs/
H A Dauth.c43 ulong bit; in authorize() local
/plan9-contrib/sys/src/cmd/unix/drawterm/libmp/
H A Dmpexp.c22 mpdigit d, bit; in mpexp() local
/plan9-contrib/sys/src/libmp/port/
H A Dmpexp.c22 mpdigit d, bit; in mpexp() local
/plan9-contrib/sys/src/nboot/efi/
H A Defi.c145 int bit = 0; in topbit() local
157 int bit = 0; in lowbit() local
/plan9-contrib/sys/src/cmd/4c/
H A Dreg.c43 Bits bit; in regopt() local
456 Bits bit; in addsplits() local
550 Bits bit; in mkvar() local
/plan9-contrib/sys/src/cmd/ic/
H A Dreg.c43 Bits bit; in regopt() local
466 Bits bit; in addsplits() local
561 Bits bit; in mkvar() local
/plan9-contrib/sys/src/cmd/vc/
H A Dreg.c43 Bits bit; in regopt() local
455 Bits bit; in addsplits() local
547 Bits bit; in mkvar() local
/plan9-contrib/sys/src/cmd/5c/
H A Dreg.c43 Bits bit; in regopt() local
465 Bits bit; in addsplits() local
557 Bits bit; in mkvar() local
/plan9-contrib/sys/src/9/teg2/
H A Dethermii.c17 int bit, oui, phyno, r, rmask; in mii() local
/plan9-contrib/sys/src/9/ppc/
H A Dethermii.c17 int bit, oui, phyno, r, rmask; in mii() local
/plan9-contrib/sys/src/9/rb/
H A Dethermii.c17 int bit, oui, phyno, r, rmask; in mii() local
/plan9-contrib/sys/src/9/pc/
H A Dethermii.c17 int bit, oui, phyno, r, rmask; in mii() local
/plan9-contrib/sys/src/9/kw/
H A Dethermii.c17 int bit, oui, phyno, r, rmask; in mii() local

1234