Searched defs:ch0 (Results 1 – 8 of 8) sorted by relevance
/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 | 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 | 141 ch0 = +ch /* ERROR "not defined" */ var
|