Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 169) sorted by relevance

1234567

/plan9/sys/src/cmd/gs/src/
H A Dgdevm1.c237 #define CINVERT(bits) ((bits) ^ invert) in mem_mono_copy_mono() argument
238 #define WRITE_OR_MASKED(bits, mask, off)\ in mem_mono_copy_mono() argument
240 #define WRITE_STORE_MASKED(bits, mask, off)\ in mem_mono_copy_mono() argument
242 #define WRITE_AND_MASKED(bits, mask, off)\ in mem_mono_copy_mono() argument
245 #define WRITE_OR(bits) *optr |= CINVERT(bits) in mem_mono_copy_mono() argument
246 #define WRITE_STORE(bits) *optr = CINVERT(bits) in mem_mono_copy_mono() argument
247 #define WRITE_AND(bits) *optr &= CINVERT(bits) in mem_mono_copy_mono() argument
307 #define CINVERT(bits) (bits) /* pre-inverted here */ in mem_mono_copy_mono() argument
342 #define CINVERT(bits) ((bits) ^ invert) in mem_mono_copy_mono() argument
350 register uint bits; in mem_mono_copy_mono() local
[all …]
H A Dgdevdsha.c50 int bits = cinfo->comp_bits[k]; in gx_default_fill_linear_color_scanline() local
60 int bits = cinfo->comp_bits[k]; in gx_default_fill_linear_color_scanline() local
H A Dgdevpe.c257 #define write_byte_masked(ptr, bits, mask)\ in pe_copy_mono() argument
260 #define write_byte(ptr, bits)\ in pe_copy_mono() argument
283 register int bits = *bptr ^ invert; /* first partial byte */ in pe_copy_mono() local
318 register int bits; in pe_copy_mono() local
H A Dshc.c52 hc_put_last_bits_proc(stream_hc_state * ss, byte * q, uint bits, int bits_left) in hc_put_last_bits_proc()
H A Dgdevherc.c234 #define write_byte_masked(ptr, bits, mask)\ in herc_copy_mono() argument
237 #define write_byte(ptr, bits)\ in herc_copy_mono() argument
267 register int bits = *bptr ^ invert; /* first partial byte */ in herc_copy_mono() local
306 register int bits; in herc_copy_mono() local
H A Dgxmclip.c68 const gx_bitmap * bits, gx_device * tdev, in gx_mask_clip_initialize()
H A Dgxhtbit.c38 gx_ht_bit *bits = (gx_ht_bit *)porder->bit_data; in construct_ht_order_default() local
57 ushort *bits = (ushort *)porder->bit_data; in construct_ht_order_short() local
H A Dgxdevbuf.h42 ulong bits; member
H A Dgsgdata.h62 gs_const_bytestring bits; /* pointer to actual data returned here */ member
/plan9/sys/src/cmd/
H A Dsha1sum.c13 int bits; member
72 int i, fd, bits; in main() local
/plan9/sys/src/cmd/unix/drawterm/libsec/
H A Ddsagen.c13 int bits; in dsagen() local
/plan9/sys/src/games/mp3dec/
H A Dfixed.c46 unsigned int bits; in mad_f_div() local
H A Dhuffman.h28 unsigned char bits; member
40 unsigned char bits; member
/plan9/sys/src/libsec/port/
H A Ddsagen.c13 int bits; in dsagen() local
/plan9/sys/src/cmd/unix/drawterm/libmp/
H A Dmprand.c7 mprand(int bits, void (*gen)(uchar*, int), mpint *b) in mprand() argument
/plan9/sys/src/libmp/port/
H A Dmprand.c7 mprand(int bits, void (*gen)(uchar*, int), mpint *b) in mprand() argument
/plan9/sys/src/cmd/auth/
H A Drsagen.c17 int bits; in main() local
/plan9/sys/src/cmd/upas/bayes/
H A Ddfa.c37 uchar *bits; member
105 bits2reiset(Deter *d, uchar *bits) in bits2reiset()
120 add(int n, uchar *bits, int k) in add()
130 followempty(Deter *d, uchar *bits, int bol, int eol) in followempty()
189 uchar *bits; in transition() local
396 uchar *bits; in dregcvt() local
/plan9/sys/src/games/mp3enc/
H A Dbitstream.c403 int i,bits=0; in huffman_coder_count1() local
545 int i,bits; in Huffmancodebits() local
568 int bits; in ShortHuffmancodebits() local
585 int i, bigvalues,bits=0; in LongHuffmancodebits() local
807 int bits; in format_bitstream() local
/plan9/sys/src/cmd/venti/srv/
H A Dfmtbloom.c19 vlong bits, size, size2; in threadmain() local
/plan9/sys/src/cmd/gs/zlib/
H A Dinfback.c82 unsigned sym, bits; local
252 unsigned bits; /* bits in bit buffer */ local
H A Dinftrees.h26 unsigned char bits; /* bits in this part of the code */ member
/plan9/sys/src/cmd/jpg/
H A Dreadyuv.c21 looksize(char *file, vlong size, int *pixels, int *lines, int *bits) in looksize()
82 int bits, lines, pixels; in Breadyuv() local
/plan9/sys/src/cmd/kc/
H A Dbits.c106 Bits bits; in Bconv() local
/plan9/sys/src/libc/port/
H A Dfrexp.c38 int e, bits; in ldexp() local

1234567