Searched defs:Cb (Results 1 – 9 of 9) sorted by relevance
/plan9/sys/src/9/bcm/ |
H A D | dma.c | 78 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 D | rgbycc.c | 11 closest(int Y, int Cb, int Cr) in closest() 65 double Y, Cr, Cb; in main() local
|
H A D | totruecolor.c | 21 int r, g, b, Y, Cr, Cb; in totruecolor() local
|
H A D | close.c | 12 closest(int Y, int Cb, int Cr) in closest()
|
H A D | readjpg.c | 1236 int Y, Cr, Cb; in colormapall1() local 1289 int Y, Cr, Cb; in colormap() local
|
/plan9/sys/src/9/pc/ |
H A D | ether82557.c | 143 typedef struct Cb Cb; typedef 144 typedef struct Cb { struct 163 Cb* next; argument 164 } Cb; typedef
|
/plan9/sys/src/9/port/ |
H A D | edf.c | 625 long H, G, Cb, ticks; in testschedulability() local
|
/plan9/sys/src/cmd/dict/ |
H A D | oed.c | 21 Cb, /* ? block of stuff (indent) */ enumerator
|
/plan9/sys/src/cmd/gs/src/ |
H A D | gscie.c | 802 const double Ca = -A / K, Cb = B / (N - K); /* know Ca, Cb > 0 */ in gs_cie_cache_init() local
|