Home
last modified time | relevance | path

Searched refs:xD (Results 1 - 25 of 55) sorted by relevance

123

/third_party/rust/crates/regex/regex-syntax/src/
H A Dutf8.rs551 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 Ddecode_i386.c165 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 Dkernel_compatibility_test.js160 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 Dcomplexclip2.cpp56 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 Dtextfile.cpp90 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 Dgsm.h21 #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 Dtest-go-strconv.go120 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 Dasv.c45 { 0xD, 5 }, { 0x5, 5 }, { 0x9, 5 }, { 0x1, 5 },
H A Dpgxdec.c38 if (digit == ' ' || digit == 0xA || digit == 0xD) in pgx_get_number()
/third_party/alsa-utils/topology/nhlt/
H A Dnhlt.h54 #define NHLT_MIC_ARRAY_TYPE_PLANAR_4_ELEMENT_L_SHAPED 0xD
/third_party/lzma/CPP/Common/
H A DListFileUtils.cpp140 if (c == '\n' || c == 0xD) in ReadNamesFromListFile2()
/third_party/mesa3d/src/amd/common/
H A Dac_perfcounter.h72 DB = 0xD,
H A Dac_sqtt.h122 RGP_SQTT_MARKER_IDENTIFIER_RESERVED4 = 0xD,
/third_party/mesa3d/src/intel/tools/tests/gen7.5/
H A Dmath.asm21 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 Dmath.asm17 math intdiv(8) g9<1>.xyD g1<0>.xD g1<0>.yzzzD { align16 1Q };
/third_party/lame/libmp3lame/
H A Dgain_analysis.c168 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 Dv3ext.c257 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 Dostreams.cc125 bool IsSpace(uint16_t c) { return (0x9 <= c && c <= 0xD) || c == 0x20; } in IsSpace()
/third_party/ffmpeg/libavformat/
H A Dwvdec.c139 case 0xD: in wv_read_block_header()
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.cc27 return isASCII(c) && c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); in isSpaceOrNewLine()
/third_party/skia/tests/
H A DRectangleTextureTest.cpp45 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 DARMDisassembler.cpp2938 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 Davstring.c440 if (code < 0x20 && code != 0x9 && code != 0xA && code != 0xD && in av_utf8_decode()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard.h71 TAG_ALU_8_WRITEOUT = 0xD,
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dgl_enum_utils_autogen.cpp688 case 0xD: in GLenumToString()
3379 case 0xD: in GLenumToString()

Completed in 26 milliseconds

123