Home
last modified time | relevance | path

Searched defs:Cb (Results 1 – 9 of 9) sorted by relevance

/plan9/sys/src/9/bcm/
H A Ddma.c78 typedef struct Cb Cb; typedef
87 struct Cb { struct
88 u32int ti;
89 u32int sourcead;
90 u32int destad;
91 u32int txfrlen;
92 u32int stride;
93 u32int nextconbk;
94 u32int reserved[2];
/plan9/sys/src/cmd/jpg/
H A Drgbycc.c11 closest(int Y, int Cb, int Cr) in closest()
65 double Y, Cr, Cb; in main() local
H A Dtotruecolor.c21 int r, g, b, Y, Cr, Cb; in totruecolor() local
H A Dclose.c12 closest(int Y, int Cb, int Cr) in closest()
H A Dreadjpg.c1236 int Y, Cr, Cb; in colormapall1() local
1289 int Y, Cr, Cb; in colormap() local
/plan9/sys/src/9/pc/
H A Dether82557.c143 typedef struct Cb Cb; typedef
144 typedef struct Cb { struct
163 Cb* next; argument
164 } Cb; typedef
/plan9/sys/src/9/port/
H A Dedf.c625 long H, G, Cb, ticks; in testschedulability() local
/plan9/sys/src/cmd/dict/
H A Doed.c21 Cb, /* ? block of stuff (indent) */ enumerator
/plan9/sys/src/cmd/gs/src/
H A Dgscie.c802 const double Ca = -A / K, Cb = B / (N - K); /* know Ca, Cb > 0 */ in gs_cie_cache_init() local