/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | utf8.rs | 551 let mut s = Three([rutf8(0xA, 0xB), rutf8(0xB, 0xC), rutf8(0xC, 0xD)]); in reverse() 555 &[rutf8(0xC, 0xD), rutf8(0xB, 0xC), rutf8(0xA, 0xB)] in reverse() 561 rutf8(0xC, 0xD), in reverse() 562 rutf8(0xD, 0xE), in reverse() 568 rutf8(0xD, 0xE), in reverse() 569 rutf8(0xC, 0xD), in reverse()
|
/third_party/lame/mpglib/ |
H A D | decode_i386.c | 165 sum -= window[0xD] * b0[0xD]; \ 202 sum -= window[-0xD] * b0[0xC]; \ 203 sum -= window[-0xE] * b0[0xD]; \
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | kernel_compatibility_test.js | 160 1, ByteString.fromArrayBuffer(createArrayBuffer(0xC, 0xD))); 163 .toEqual(createArrayBuffer(0xA, 0x2, 0xA, 0xB, 0xA, 0x2, 0xC, 0xD)); 167 .toEqual(ByteString.fromArrayBuffer(createArrayBuffer(0xC, 0xD))); 193 .toEqual(createArrayBuffer(0xD, 0xFF, 0xFF, 0xFF, 0xFF)); 205 .toEqual(createArrayBuffer(0xD, 0xFF, 0xFF, 0xFF, 0xFF));
|
/third_party/skia/gm/ |
H A D | complexclip2.cpp | 56 SkScalar xD = 30.65f; variable 72 fRects[1].setLTRB(xA, yA, xD, yD); 82 fRects[3].setLTRB(xA, yC, xD, yF);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | textfile.cpp | 90 if (c < 0 || c == 0xD || c == 0xA) { in readLine() 91 // consume 0xA following 0xD in readLine() 92 if (c == 0xD) { in readLine()
|
/third_party/libsnd/src/GSM610/ |
H A D | gsm.h | 21 #define GSM_MAGIC 0xD /* 13 kbit/s RPE-LTP */
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/ |
H A D | test-go-strconv.go | 120 0x0, 0xA, 0xB, 0xC, 0xD, 0xE, 0xF, 0x0, // 0x40-0x47 A-F 124 0x0, 0xA, 0xB, 0xC, 0xD, 0xE, 0xF, 0x0, // 0x60-0x67 a-f
|
/third_party/ffmpeg/libavcodec/ |
H A D | asv.c | 45 { 0xD, 5 }, { 0x5, 5 }, { 0x9, 5 }, { 0x1, 5 },
|
H A D | pgxdec.c | 38 if (digit == ' ' || digit == 0xA || digit == 0xD) in pgx_get_number()
|
/third_party/alsa-utils/topology/nhlt/ |
H A D | nhlt.h | 54 #define NHLT_MIC_ARRAY_TYPE_PLANAR_4_ELEMENT_L_SHAPED 0xD
|
/third_party/lzma/CPP/Common/ |
H A D | ListFileUtils.cpp | 140 if (c == '\n' || c == 0xD)
in ReadNamesFromListFile2()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_perfcounter.h | 72 DB = 0xD,
|
H A D | ac_sqtt.h | 122 RGP_SQTT_MARKER_IDENTIFIER_RESERVED4 = 0xD,
|
/third_party/mesa3d/src/intel/tools/tests/gen7.5/ |
H A D | math.asm | 21 math intdiv(8) g10<1>D g1<0>.xD g1.4<0>D { align16 1Q };
|
/third_party/mesa3d/src/intel/tools/tests/gen7/ |
H A D | math.asm | 17 math intdiv(8) g9<1>.xyD g1<0>.xD g1<0>.yzzzD { align16 1Q };
|
/third_party/lame/libmp3lame/ |
H A D | gain_analysis.c | 168 Float_t xD = output[ -4] * kernel[17] + output[ -3] * kernel[18]; in filterYule() local 171 Float_t s2 = x1 + x5 + x9 + xD + xH; in filterYule()
|
/third_party/openssl/test/ |
H A D | v3ext.c | 257 key[2] = 0xD; in test_addr_fam_len() 260 key[5] = 0xD; in test_addr_fam_len()
|
/third_party/node/deps/v8/src/utils/ |
H A D | ostreams.cc | 125 bool IsSpace(uint16_t c) { return (0x9 <= c && c <= 0xD) || c == 0x20; } in IsSpace()
|
/third_party/ffmpeg/libavformat/ |
H A D | wvdec.c | 139 case 0xD: in wv_read_block_header()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | string-16.cc | 27 return isASCII(c) && c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); in isSpaceOrNewLine()
|
/third_party/skia/tests/ |
H A D | RectangleTextureTest.cpp | 45 GrColor color0 = GrColorPackRGBA(0xA, 0xB, 0xC, 0xD); in test_clear()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 2938 if (Rm != 0xD && Rm != 0xF && in DecodeVLDInstruction() 3101 if (Rm == 0xD) in DecodeVSTInstruction() 3318 if (Rm != 0xD && Rm != 0xF && in DecodeVLD1DupInstruction() 3365 if (Rm != 0xD && Rm != 0xF) { in DecodeVLD2DupInstruction() 3398 if (Rm == 0xD) in DecodeVLD3DupInstruction() 3450 if (Rm == 0xD) in DecodeVLD4DupInstruction() 4949 if (Rm != 0xD) { in DecodeVLD1LN() 5014 if (Rm != 0xD) { in DecodeVST1LN() 5079 if (Rm != 0xD) { in DecodeVLD2LN() 5142 if (Rm != 0xD) { in DecodeVST2LN() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | avstring.c | 440 if (code < 0x20 && code != 0x9 && code != 0xA && code != 0xD && in av_utf8_decode()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard.h | 71 TAG_ALU_8_WRITEOUT = 0xD,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | gl_enum_utils_autogen.cpp | 688 case 0xD: in GLenumToString() 3379 case 0xD: in GLenumToString()
|