Searched defs:ch1 (Results 1 – 11 of 11) sorted by relevance
/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue19201.go | 14 ch1 = make(chan int) var
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | avifmt.h | 19 #define mmioFOURCC(ch0, ch1, ch2, ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(B… argument 23 #define aviTWOCC(ch0, ch1) ((WORD) (BYTE) (ch0) | ((WORD) (BYTE) (ch1) << 8)) argument
|
D | dmdls.h | 40 #define mmioFOURCC(ch0,ch1,ch2,ch3) \ argument
|
D | vfw.h | 36 #define MKFOURCC(ch0,ch1,ch2,ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(… argument 52 #define mmioFOURCC(ch0,ch1,ch2,ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE… argument 56 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8)) argument 635 #define mmioFOURCC(ch0,ch1,ch2,ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE… argument 639 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8)) argument 765 #define mmioFOURCC(ch0,ch1,ch2,ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE… argument
|
D | icm.h | 65 WORD ch1; member
|
D | d3d8types.h | 155 #define MAKEFOURCC(ch0, ch1, ch2, ch3) \ argument
|
D | mmsystem.h | 68 #define MAKEFOURCC(ch0,ch1,ch2,ch3) \ argument 1740 #define mmioFOURCC(ch0,ch1,ch2,ch3) MAKEFOURCC(ch0,ch1,ch2,ch3) argument
|
D | d3d9types.h | 208 #define MAKEFOURCC(ch0, ch1, ch2, ch3) \ argument
|
D | ddraw.h | 787 #define MAKEFOURCC(ch0, ch1, ch2, ch3) \ argument
|
/prebuilts/go/linux-x86/src/internal/types/testdata/check/ |
D | expr0.go | 142 ch1 = -ch /* ERROR "not defined" */ var
|
/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/ |
D | issue51229.go | 100 func ch1[P chan<- int]() (_ P) { return } // core(P) == chan<- int (single type, no til… func
|