Home
last modified time | relevance | path

Searched refs:xA (Results 1 - 25 of 106) sorted by relevance

12345

/third_party/protobuf/js/experimental/runtime/kernel/
H A Dkernel_compatibility_test.js59 expect(serializedData).toEqual(createArrayBuffer(0xA, 0x2, 0x8, 0x1));
76 1, ByteString.fromArrayBuffer(createArrayBuffer(0xA, 0xB)));
78 expect(serializedData).toEqual(createArrayBuffer(0xA, 0x2, 0xA, 0xB));
83 .toEqual(ByteString.fromArrayBuffer(createArrayBuffer(0xA, 0xB)));
91 .toEqual(createArrayBuffer(0xA, 0x5, 0x68, 0x65, 0x6C, 0x6C, 0x6F));
119 expect(serializedData).toEqual(createArrayBuffer(0xA, 0x2, 0x0, 0x1));
142 0xA, 0x2, 0x8, 0x1, 0xA, 0x4, 0x8, 0x2, 0x10, 0x3));
158 1, ByteString.fromArrayBuffer(createArrayBuffer(0xA,
[all...]
/third_party/rust/crates/regex/regex-syntax/src/
H A Dutf8.rs543 let mut s = One(rutf8(0xA, 0xB)); in reverse()
545 assert_eq!(s.as_slice(), &[rutf8(0xA, 0xB)]); in reverse()
547 let mut s = Two([rutf8(0xA, 0xB), rutf8(0xB, 0xC)]); in reverse()
549 assert_eq!(s.as_slice(), &[rutf8(0xB, 0xC), rutf8(0xA, 0xB)]); in reverse()
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()
559 rutf8(0xA, 0xB), in reverse()
571 rutf8(0xA, 0xB) in reverse()
/third_party/lame/mpglib/
H A Ddecode_i386.c162 sum += window[0xA] * b0[0xA]; \
179 sum += window[0xA] * b0[0xA]; \
199 sum -= window[-0xA] * b0[0x9]; \
200 sum -= window[-0xB] * b0[0xA]; \
/third_party/skia/gm/
H A Dcomplexclip2.cpp35 SkScalar xA = 0.65f; in ComplexClip2GM() local
41 fWidth = xF - xA; in ComplexClip2GM()
53 SkScalar xA = 0.65f; variable
72 fRects[1].setLTRB(xA, yA, xD, yD);
82 fRects[3].setLTRB(xA, yC, xD, yF);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DExternalBufferTest.cpp103 std::vector<GLubyte> initData(kBufferSize, 0xA); in TEST_P()
144 std::vector<GLubyte> initData(kBufferSize, 0xA); in TEST_P()
208 std::vector<GLubyte> initData(kBufferSize, 0xA); in TEST_P()
293 std::vector<GLubyte> initData(kBufferSize, 0xA); in TEST_P()
/third_party/mesa3d/src/intel/isl/
H A Disl.c3407 case ISL_FORMAT_B8G8R8A8_UNORM: return 0xA; in isl_format_get_aux_map_encoding()
3408 case ISL_FORMAT_B8G8R8X8_UNORM: return 0xA; in isl_format_get_aux_map_encoding()
3409 case ISL_FORMAT_B8G8R8A8_UNORM_SRGB: return 0xA; in isl_format_get_aux_map_encoding()
3410 case ISL_FORMAT_B8G8R8X8_UNORM_SRGB: return 0xA; in isl_format_get_aux_map_encoding()
3415 case ISL_FORMAT_R8G8B8A8_UNORM: return 0xA; in isl_format_get_aux_map_encoding()
3416 case ISL_FORMAT_R8G8B8A8_UNORM_SRGB: return 0xA; in isl_format_get_aux_map_encoding()
3432 case ISL_FORMAT_B5G6R5_UNORM: return 0xA; in isl_format_get_aux_map_encoding()
3433 case ISL_FORMAT_B5G6R5_UNORM_SRGB: return 0xA; in isl_format_get_aux_map_encoding()
3434 case ISL_FORMAT_B5G5R5A1_UNORM: return 0xA; in isl_format_get_aux_map_encoding()
3435 case ISL_FORMAT_B5G5R5A1_UNORM_SRGB: return 0xA; in isl_format_get_aux_map_encoding()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpgxdec.c38 if (digit == ' ' || digit == 0xA || digit == 0xD) in pgx_get_number()
85 if (bytestream2_peek_byte(g) == 0xA) in pgx_decode_header()
H A Ddpcm.c105 0x0, 0x1, 0x2, 0x3, 0x6, 0xA, 0xF, 0x15,
106 -0x15, -0xF, -0xA, -0x6, -0x3, -0x2, -0x1, 0x0
110 0x0, 0x1, 0x2, 0x3, 0x6, 0xA, 0xF, 0x15,
111 0x0, -0x1, -0x2, -0x3, -0x6, -0xA, -0xF, -0x15
H A Dasv.c46 { 0xE, 5 }, { 0x6, 5 }, { 0xA, 5 }, { 0x2, 5 },
/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()
94 if (c != 0xA && c >= 0) { in readLine()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DAnyPathTest.java82 assertThat(AnyPath.of(0xA).toString()).isEqualTo("x(xx)?"); // 1010 = 1 or 3 digits in testToString()
95 assertThat(AnyPath.of(0xA)).isGreaterThan(AnyPath.of(0x9)); in testOrdering()
/third_party/node/deps/openssl/openssl/crypto/sm2/
H A Dsm2_sign.c39 BIGNUM *xA = NULL; in ossl_sm2_compute_z_digest() local
58 xA = BN_CTX_get(ctx); in ossl_sm2_compute_z_digest()
71 /* Z = h(ENTL || ID || a || b || xG || yG || xA || yA) */ in ossl_sm2_compute_z_digest()
122 xA, yA, ctx) in ossl_sm2_compute_z_digest()
123 || BN_bn2binpad(xA, buf, p_bytes) < 0 in ossl_sm2_compute_z_digest()
/third_party/openssl/crypto/sm2/
H A Dsm2_sign.c39 BIGNUM *xA = NULL; in ossl_sm2_compute_z_digest() local
58 xA = BN_CTX_get(ctx); in ossl_sm2_compute_z_digest()
71 /* Z = h(ENTL || ID || a || b || xG || yG || xA || yA) */ in ossl_sm2_compute_z_digest()
122 xA, yA, ctx) in ossl_sm2_compute_z_digest()
123 || BN_bn2binpad(xA, buf, p_bytes) < 0 in ossl_sm2_compute_z_digest()
/third_party/libexif/libexif/apple/
H A Dmnote-apple-tag.h31 MNOTE_APPLE_TAG_HDR = 0xA,
/third_party/python/Include/
H A Dpatchlevel.h11 #define PY_RELEASE_LEVEL_ALPHA 0xA
/third_party/python/PCbuild/
H A Dfield3.py8 # * PY_RELEASE_LEVEL = 'alpha' = 0xA
18 levelnum = {'alpha': 0xA,
/third_party/node/deps/undici/src/lib/websocket/
H A Dconstants.js29 PONG: 0xA
/third_party/elfio/elfio/
H A Delfio_utils.hpp247 if ( digit < 0xA ) { in to_hex_string()
251 str = char( 'A' + digit - 0xA ) + str; in to_hex_string()
/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/lzma/CPP/Common/
H A DSha256Reg.cpp67 REGISTER_HASHER(CSha256Hasher, 0xA, "SHA256", SHA256_DIGEST_SIZE)
/third_party/mesa3d/src/asahi/compiler/test/
H A Dtest-lower-pseudo.cpp50 CASE(agx_mov_to(b, wx, wy), agx_bitop_to(b, wx, wy, agx_zero(), 0xA)); in TEST_F()
/third_party/mesa3d/src/intel/tools/
H A Dintel_context.h44 #define MI_BATCH_BUFFER_END (0xA << 23)
/third_party/node/deps/v8/src/codegen/arm64/
H A Ddecoder-arm64-inl.h42 case 0xA: in Decode()
211 DCHECK_EQ(0x8, instr->Bits(27, 24) & 0xA); // 0x8, 0x9, 0xC, 0xD in DecodeLoadStore()
392 DCHECK((instr->Bits(27, 24) == 0xA) || (instr->Bits(27, 24) == 0xB)); in DecodeDataProcessing()
/third_party/alsa-utils/topology/nhlt/
H A Dnhlt.h51 #define NHLT_MIC_ARRAY_TYPE_LINEAR_2_ELEMENT_SMALL 0xA
/third_party/mesa3d/src/amd/common/
H A Dac_perfcounter.h69 TCP = 0xA,

Completed in 15 milliseconds

12345