Searched refs:ch3 (Results 1 - 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/ |
H A D | ftrandom.c | 281 int ch3 = getc( foo ); in figurefiletype() local 287 if ( ( ch1 == 0 && ch2 == 1 && ch3 == 0 && ch4 == 0 ) || in figurefiletype() 288 ( ch1 == 'O' && ch2 == 'T' && ch3 == 'T' && ch4 == 'O' ) || in figurefiletype() 289 ( ch1 == 't' && ch2 == 'r' && ch3 == 'u' && ch4 == 'e' ) || in figurefiletype() 290 ( ch1 == 't' && ch2 == 't' && ch3 == 'c' && ch4 == 'f' ) ) in figurefiletype() 309 else if ( ch1 == 1 && ch2 == 0 && ch3 == 4 ) in figurefiletype() 314 else if ( ch1 == 'S' && ch2 == 'T' && ch3 == 'A' && ch4 == 'R' ) in figurefiletype() 319 else if ( ch1 == 'P' && ch2 == 'F' && ch3 == 'R' && ch4 == '0' ) in figurefiletype() 324 else if ( ( ch1 == '\1' && ch2 == 'f' && ch3 == 'c' && ch4 == 'p' ) || in figurefiletype()
|
/third_party/python/Objects/stringlib/ |
H A D | codecs.h | 129 Py_UCS4 ch2, ch3; in utf8_decode() local 143 ch3 = (unsigned char)s[2]; in utf8_decode() 161 if (!IS_CONTINUATION_BYTE(ch3)) { in utf8_decode() 165 ch = (ch << 12) + (ch2 << 6) + ch3 - in utf8_decode() 179 Py_UCS4 ch2, ch3, ch4; in utf8_decode() local 192 ch3 = (unsigned char)s[2]; in utf8_decode() 193 if (!IS_CONTINUATION_BYTE(ch3)) in utf8_decode() 198 ch3 = (unsigned char)s[2]; in utf8_decode() 214 if (!IS_CONTINUATION_BYTE(ch3)) { in utf8_decode() 222 ch = (ch << 18) + (ch2 << 12) + (ch3 << in utf8_decode() [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_container.h | 56 #define DXIL_FOURCC(ch0, ch1, ch2, ch3) ( \ 58 (uint32_t)(ch2) << 16 | (uint32_t)(ch3) << 24)
|
H A D | dxcapi.h | 229 #define DXC_FOURCC(ch0, ch1, ch2, ch3) ( \ 231 (UINT32)(UINT8)(ch2) << 16 | (UINT32)(UINT8)(ch3) << 24 \
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | cmdline.c | 215 #define BI_FOURCC(ch0, ch1, ch2, ch3) ( \ 217 (uint32_t)(ch2) << 16 | (uint32_t)(ch3) << 24)
|
/third_party/python/Modules/ |
H A D | _tkinter.c | 457 Py_UCS4 ch1, ch2, ch3, high, low; in unicodeFromTclStringAndSize() local 464 ch3 = u[i + 2]; in unicodeFromTclStringAndSize() 465 if (!(0xdc80 <= ch3 && ch3 <= 0xdcBF)) continue; in unicodeFromTclStringAndSize() 466 high = 0xD000 | ((ch2 & 0x3F) << 6) | (ch3 & 0x3F); in unicodeFromTclStringAndSize() 474 ch3 = u[i + 5]; in unicodeFromTclStringAndSize() 475 if (!(0xdc80 <= ch3 && ch3 <= 0xdcBF)) continue; in unicodeFromTclStringAndSize() 476 low = 0xD000 | ((ch2 & 0x3F) << 6) | (ch3 & 0x3F); in unicodeFromTclStringAndSize()
|
/third_party/ffmpeg/tools/ |
H A D | qt-faststart.c | 73 #define BE_FOURCC(ch0, ch1, ch2, ch3) \ 74 ( (uint32_t)(unsigned char)(ch3) | \
|
/third_party/python/Parser/ |
H A D | tokenizer.c | 267 int ch1, ch2, ch3; in check_bom() local 279 ch3 = get_char(tok); in check_bom() 280 if (ch3 != 0xBF) { in check_bom() 281 unget_char(ch3, tok); in check_bom()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 193 milliseconds