/external/llvm/examples/Kaleidoscope/Chapter3/ |
CMakeLists.txt | 3 add_llvm_example(Kaleidoscope-Ch3
|
Makefile | 10 TOOLNAME = Kaleidoscope-Ch3
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
Makefile | 15 TOOLNAME := OCaml-Kaleidoscope-Ch3
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_i18n.c | 272 uint8_t ch2, ch3, ch4; local 294 && ((ch3 = mbs[i + 2]) & 0xc0) == 0x80) { 295 wideChar = (uint16_t)(((ch & 0x0F) << 12) | ((ch2 & 0x3F) << 6) | (ch3 & 0x3F)); 307 && ((ch3 = mbs[i + 2]) & 0xc0) == 0x80
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_video_config_parser.cpp | 44 #define MAKEFOURCC_WMC(ch0, ch1, ch2, ch3) \ 46 ((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 )) 48 #define mmioFOURCC_WMC(ch0, ch1, ch2, ch3) MAKEFOURCC_WMC(ch0, ch1, ch2, ch3)
|
/external/srec/srec/include/ |
sample.h | 71 #define MAKEFOURCC(ch0, ch1, ch2, ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
|
/frameworks/base/media/mtp/ |
MtpStringBuffer.cpp | 161 uint16_t ch3 = *src++; local 162 ch = ((ch1 & 0x0F) << 12) | ((ch2 & 0x3F) << 6) | (ch3 & 0x3F);
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
OMX_VideoDec_Utils.h | [all...] |
/external/valgrind/main/VEX/priv/ |
guest_arm_toIR.c | [all...] |