Home
last modified time | relevance | path

Searched refs:bytes1 (Results 1 - 10 of 10) sorted by relevance

/third_party/node/test/fixtures/wpt/wasm/jsapi/module/
H A DcustomSections.any.js81 const bytes1 = [87, 101, 98, 65, 115, 115, 101, 109, 98, 108, 121];
85 builder.addCustomSection("name", bytes1);
87 builder.addCustomSection("foo", bytes1);
92 bytes1,
97 bytes1,
/third_party/node/deps/v8/third_party/zlib/
H A Dadler32_simd.c103 const __m128i bytes1 = _mm_loadu_si128((__m128i*)(buf)); in adler32_simd_() local
115 v_s1 = _mm_add_epi32(v_s1, _mm_sad_epu8(bytes1, zero)); in adler32_simd_()
116 const __m128i mad1 = _mm_maddubs_epi16(bytes1, tap1); in adler32_simd_()
259 const uint8x16_t bytes1 = vld1q_u8((uint8_t*)(buf)); in adler32_simd_() local
270 v_s1 = vpadalq_u16(v_s1, vpadalq_u8(vpaddlq_u8(bytes1), bytes2)); in adler32_simd_()
275 v_column_sum_1 = vaddw_u8(v_column_sum_1, vget_low_u8 (bytes1)); in adler32_simd_()
276 v_column_sum_2 = vaddw_u8(v_column_sum_2, vget_high_u8(bytes1)); in adler32_simd_()
/third_party/node/deps/zlib/
H A Dadler32_simd.c103 const __m128i bytes1 = _mm_loadu_si128((__m128i*)(buf)); in adler32_simd_() local
115 v_s1 = _mm_add_epi32(v_s1, _mm_sad_epu8(bytes1, zero)); in adler32_simd_()
116 const __m128i mad1 = _mm_maddubs_epi16(bytes1, tap1); in adler32_simd_()
259 const uint8x16_t bytes1 = vld1q_u8((uint8_t*)(buf)); in adler32_simd_() local
270 v_s1 = vpadalq_u16(v_s1, vpadalq_u8(vpaddlq_u8(bytes1), bytes2)); in adler32_simd_()
275 v_column_sum_1 = vaddw_u8(v_column_sum_1, vget_low_u8 (bytes1)); in adler32_simd_()
276 v_column_sum_2 = vaddw_u8(v_column_sum_2, vget_high_u8(bytes1)); in adler32_simd_()
/third_party/skia/third_party/externals/zlib/
H A Dadler32_simd.c103 const __m128i bytes1 = _mm_loadu_si128((__m128i*)(buf)); in adler32_simd_() local
115 v_s1 = _mm_add_epi32(v_s1, _mm_sad_epu8(bytes1, zero)); in adler32_simd_()
116 const __m128i mad1 = _mm_maddubs_epi16(bytes1, tap1); in adler32_simd_()
259 const uint8x16_t bytes1 = vld1q_u8((uint8_t*)(buf)); in adler32_simd_() local
270 v_s1 = vpadalq_u16(v_s1, vpadalq_u8(vpaddlq_u8(bytes1), bytes2)); in adler32_simd_()
275 v_column_sum_1 = vaddw_u8(v_column_sum_1, vget_low_u8 (bytes1)); in adler32_simd_()
276 v_column_sum_2 = vaddw_u8(v_column_sum_2, vget_high_u8(bytes1)); in adler32_simd_()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc674 int64_t bytes1 = 0, bytes2 = 0; in BtreeAllocatorTest()
675 PropagatingCountingAlloc<T> allocator1(&bytes1); in BtreeAllocatorTest()
689 int64_t original_bytes1 = bytes1; in BtreeAllocatorTest()
691 EXPECT_GT(bytes1, original_bytes1); in BtreeAllocatorTest()
697 EXPECT_EQ(bytes1, original_bytes1); in BtreeAllocatorTest()
704 EXPECT_GT(bytes2, bytes1); in BtreeAllocatorTest()
712 int64_t original_bytes1 = bytes1; in BtreeAllocatorTest()
714 EXPECT_GT(bytes1, original_bytes1); in BtreeAllocatorTest()
719 EXPECT_EQ(bytes1, original_bytes1); in BtreeAllocatorTest()
726 EXPECT_GT(bytes2, bytes1); in BtreeAllocatorTest()
2399 int64_t bytes1 = 0, bytes2 = 0; TEST() local
[all...]
/third_party/protobuf/js/
H A Dmessage.js1677 var bytes1 = /** @type {!Uint8Array} */(field1);
1679 if (bytes1.length != bytes2.length) return false;
1680 for (var i = 0; i < bytes1.length; i++) {
1681 if (bytes1[i] != bytes2[i]) return false;
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dkernel_repeated_test.js7044 const bytes1 = createArrayBuffer(0x08, 0x01);
7046 const msg1 = new TestMessage(Kernel.fromArrayBuffer(bytes1));
7150 const bytes1 = createArrayBuffer(0x08, 0x01);
7151 const msg1 = new TestMessage(Kernel.fromArrayBuffer(bytes1));
7165 const bytes1 = createArrayBuffer(0x08, 0x01);
7166 const msg1 = new TestMessage(Kernel.fromArrayBuffer(bytes1));
7220 const bytes1 = createArrayBuffer(0x08, 0x01);
7221 const msg1 = new TestMessage(Kernel.fromArrayBuffer(bytes1));
7236 const bytes1 = createArrayBuffer(0x08, 0x01);
7237 const msg1 = new TestMessage(Kernel.fromArrayBuffer(bytes1));
[all...]
/third_party/openssl/test/
H A Dasn1_encode_test.c91 unsigned char *bytes1; member
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
/third_party/python/Lib/
H A Dpickletools.py486 raise ValueError("expected %d bytes in a bytes1, but only %d remain" %
489 bytes1 = ArgumentDescriptor( variable
490 name="bytes1",
1330 arg=bytes1,
/third_party/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1223 MappedData bytes1; member

Completed in 18 milliseconds