Home
last modified time | relevance | path

Searched refs:block1 (Results 1 – 25 of 165) sorted by relevance

1234567

/external/webrtc/modules/desktop_capture/
Ddiffer_block_unittest.cc33 void PrepareBuffers(uint8_t*& block1, uint8_t*& block2) { in PrepareBuffers() argument
34 block1 = reinterpret_cast<uint8_t*>( in PrepareBuffers()
36 GenerateData(block1, kSizeOfBlock); in PrepareBuffers()
37 block2 = block1 + kSizeOfBlock; in PrepareBuffers()
38 memcpy(block2, block1, kSizeOfBlock); in PrepareBuffers()
42 uint8_t* block1; in TEST() local
44 PrepareBuffers(block1, block2); in TEST()
48 int result = BlockDifference(block1, block2, kBlockSize * kBytesPerPixel); in TEST()
54 uint8_t* block1; in TEST() local
56 PrepareBuffers(block1, block2); in TEST()
[all …]
/external/flac/src/libFLAC/
Dmetadata_object.c695 static FLAC__bool compare_block_data_streaminfo_(const FLAC__StreamMetadata_StreamInfo *block1, con… in compare_block_data_streaminfo_() argument
697 if (block1->min_blocksize != block2->min_blocksize) in compare_block_data_streaminfo_()
699 if (block1->max_blocksize != block2->max_blocksize) in compare_block_data_streaminfo_()
701 if (block1->min_framesize != block2->min_framesize) in compare_block_data_streaminfo_()
703 if (block1->max_framesize != block2->max_framesize) in compare_block_data_streaminfo_()
705 if (block1->sample_rate != block2->sample_rate) in compare_block_data_streaminfo_()
707 if (block1->channels != block2->channels) in compare_block_data_streaminfo_()
709 if (block1->bits_per_sample != block2->bits_per_sample) in compare_block_data_streaminfo_()
711 if (block1->total_samples != block2->total_samples) in compare_block_data_streaminfo_()
713 if (memcmp(block1->md5sum, block2->md5sum, 16) != 0) in compare_block_data_streaminfo_()
[all …]
/external/llvm-project/clang/test/CodeGen/
Dblock-with-perdefinedexpr.cpp5 const char * (^block1)() = ^() { in bar()
16 const char * (^block1)() = ^() { in baz()
30 const char * (^block1)() = ^() { in Foo()
46 const char * (^block1)() = ^() { in ~Foo()
56 const char * (^block1)() = ^() { in bar()
71 const char * (^block1)() = ^() { in inside_lambda()
/external/tensorflow/tensorflow/core/kernels/
Dcompare_and_bitpack_op_gpu.cu.cc86 const float4 block1 = in CompareAndBitpackKernel() local
90 (((block1.x > thresh) << 3)) | (((block1.y > thresh) << 2)) | in CompareAndBitpackKernel()
91 (((block1.z > thresh) << 1)) | (((block1.w > thresh)))); in CompareAndBitpackKernel()
102 const double2 block1 = in CompareAndBitpackKernel() local
109 (((block1.x > thresh) << 5)) | (((block1.y > thresh) << 4)) | in CompareAndBitpackKernel()
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_sync_test.cpp76 u64 block1[4] = {}; // fake malloc block in TEST() local
78 m->AllocBlock(thr, 0, (uptr)&block1[0], 3 * sizeof(u64)); in TEST()
79 m->AllocBlock(thr, 0, (uptr)&block1[3], 1 * sizeof(u64)); in TEST()
80 SyncVar *s1 = m->GetOrCreateAndLock(thr, 0, (uptr)&block1[0], true); in TEST()
82 SyncVar *s2 = m->GetOrCreateAndLock(thr, 0, (uptr)&block1[1], true); in TEST()
84 m->MoveMemory((uptr)&block1[0], (uptr)&block2[0], 4 * sizeof(u64)); in TEST()
85 MBlock *mb1 = m->GetBlock((uptr)&block1[0]); in TEST()
87 MBlock *mb2 = m->GetBlock((uptr)&block1[3]); in TEST()
95 s1 = m->GetIfExistsAndLock((uptr)&block1[0], true); in TEST()
97 s2 = m->GetIfExistsAndLock((uptr)&block1[1], true); in TEST()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_sync_test.cc77 u64 block1[4] = {}; // fake malloc block in TEST() local
79 m->AllocBlock(thr, 0, (uptr)&block1[0], 3 * sizeof(u64)); in TEST()
80 m->AllocBlock(thr, 0, (uptr)&block1[3], 1 * sizeof(u64)); in TEST()
81 SyncVar *s1 = m->GetOrCreateAndLock(thr, 0, (uptr)&block1[0], true); in TEST()
83 SyncVar *s2 = m->GetOrCreateAndLock(thr, 0, (uptr)&block1[1], true); in TEST()
85 m->MoveMemory((uptr)&block1[0], (uptr)&block2[0], 4 * sizeof(u64)); in TEST()
86 MBlock *mb1 = m->GetBlock((uptr)&block1[0]); in TEST()
88 MBlock *mb2 = m->GetBlock((uptr)&block1[3]); in TEST()
96 s1 = m->GetIfExistsAndLock((uptr)&block1[0], true); in TEST()
98 s2 = m->GetIfExistsAndLock((uptr)&block1[1], true); in TEST()
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
DPR17073.ll5 …rst test confirms that we don't do that when the trapping op is reached by the current BB (block1).
23 ; CHECK: block1:
34 br i1 %tobool, label %exit, label %block1
36 block1:
43 …1 icmp eq (i32* bitcast (i8* @b to i32*), i32* @a) to i64)), i64 0), i32* null, i32* @a), %block1 ]
53 ; CHECK: block1:
61 br i1 %tobool, label %exit, label %block1
63 block1:
70 …32*), i32* @a) to i64)), i64 0), i32* null, i32* @a), %entry ],[ null, %block2 ], [ null, %block1 ]
80 ; CHECK: block1:
[all …]
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c971 aes_word_t *block1 = storage1, *block2 = storage2; in aes_nohw_setup_key_192() local
981 aes_nohw_compact_block(block1, in); in aes_nohw_setup_key_192()
982 memcpy(key->rd_key, block1, 16); in aes_nohw_setup_key_192()
1000 aes_nohw_xor(block1[j], aes_nohw_rcon_slice(rcon, j)), 8)); in aes_nohw_setup_key_192()
1016 block1[j] = aes_nohw_shift_right(block1[j], 8); in aes_nohw_setup_key_192()
1017 block1[j] = aes_nohw_or(block1[j], aes_nohw_shift_left(block2[j], 8)); in aes_nohw_setup_key_192()
1020 block1[j] = aes_nohw_xor(block1[j], aes_nohw_shift_right(block2[j], 12)); in aes_nohw_setup_key_192()
1021 aes_word_t v = block1[j]; in aes_nohw_setup_key_192()
1022 block1[j] = aes_nohw_xor(block1[j], aes_nohw_shift_left(v, 4)); in aes_nohw_setup_key_192()
1023 block1[j] = aes_nohw_xor(block1[j], aes_nohw_shift_left(v, 8)); in aes_nohw_setup_key_192()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c971 aes_word_t *block1 = storage1, *block2 = storage2; in aes_nohw_setup_key_192() local
981 aes_nohw_compact_block(block1, in); in aes_nohw_setup_key_192()
982 memcpy(key->rd_key, block1, 16); in aes_nohw_setup_key_192()
1000 aes_nohw_xor(block1[j], aes_nohw_rcon_slice(rcon, j)), 8)); in aes_nohw_setup_key_192()
1016 block1[j] = aes_nohw_shift_right(block1[j], 8); in aes_nohw_setup_key_192()
1017 block1[j] = aes_nohw_or(block1[j], aes_nohw_shift_left(block2[j], 8)); in aes_nohw_setup_key_192()
1020 block1[j] = aes_nohw_xor(block1[j], aes_nohw_shift_right(block2[j], 12)); in aes_nohw_setup_key_192()
1021 aes_word_t v = block1[j]; in aes_nohw_setup_key_192()
1022 block1[j] = aes_nohw_xor(block1[j], aes_nohw_shift_left(v, 4)); in aes_nohw_setup_key_192()
1023 block1[j] = aes_nohw_xor(block1[j], aes_nohw_shift_left(v, 8)); in aes_nohw_setup_key_192()
[all …]
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
Dextend-sink-hoist.ll9 ; CHECK-LABEL: block1:
11 block1:
26 ; The first cast should be hoisted into block1, in order that the
29 ; CHECK-LABEL: block1:
32 block1:
49 block1:
60 %res = phi i128 [ %v2, %block1 ], [ %v4, %block2 ]
/external/llvm-project/llvm/test/Transforms/NewGVN/
Daddrspacecast.ll6 ; CHECK-NEXT: block1:
13 block1:
27 ; CHECK-NEXT: block1:
35 block1:
47 ; CHECK-NEXT: block1:
54 block1:
69 ; CHECK-NEXT: block1:
76 block1:
90 ; CHECK-NEXT: block1:
98 block1:
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dextend-sink-hoist.ll9 ; CHECK-LABEL: block1:
11 block1:
27 ; The first cast should be hoisted into block1, in order that the
30 ; CHECK-LABEL: block1:
33 block1:
51 block1:
62 %res = phi i128 [ %v2, %block1 ], [ %v4, %block2 ]
/external/llvm/test/Transforms/SimplifyCFG/
DPR17073.ll4 …rst test confirms that we don't do that when the trapping op is reached by the current BB (block1).
23 br i1 %tobool, label %exit, label %block1
25 block1:
32 …1 icmp eq (i32* bitcast (i8* @b to i32*), i32* @a) to i64)), i64 0), i32* null, i32* @a), %block1 ]
43 br i1 %tobool, label %exit, label %block1
45 block1:
52 …32*), i32* @a) to i64)), i64 0), i32* null, i32* @a), %entry ],[ null, %block2 ], [ null, %block1 ]
62 br i1 %tobool, label %exit, label %block1
64 block1:
71 …1 icmp eq (i32* bitcast (i8* @b to i32*), i32* @a) to i64)), i64 0), i32* null, i32* @a), %block1 ]
/external/llvm-project/llvm/test/Transforms/GVN/PRE/
Dlocal-pre.ll12 block1:
36 ; CHECK: block1:
38 block1:
64 ; CHECK: block1:
66 block1:
97 ; CHECK: block1:
99 block1:
126 ; CHECK: block1:
128 block1:
/external/llvm/test/CodeGen/Hexagon/
Dearly-if-phi-i1.ll3 ; Check that the early if-conversion does not predicate block1 (where the
10 br i1 %c, label %block2, label %block1
11 block1:
15 %b = phi i1 [ 0, %entry ], [ %c1, %block1 ]
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dearly-if-phi-i1.ll3 ; Check that the early if-conversion does not predicate block1 (where the
10 br i1 %c, label %block2, label %block1
11 block1:
15 %b = phi i1 [ 0, %entry ], [ %c1, %block1 ]
/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc129 Reference block1 = allocator_->GetAsReference(obj1); in TEST_F() local
130 ASSERT_NE(0U, block1); in TEST_F()
131 EXPECT_NE(nullptr, allocator_->GetAsObject<TestObject1>(block1)); in TEST_F()
132 EXPECT_EQ(nullptr, allocator_->GetAsObject<TestObject2>(block1)); in TEST_F()
133 EXPECT_LE(sizeof(TestObject1), allocator_->GetAllocSize(block1)); in TEST_F()
135 allocator_->GetAllocSize(block1)); in TEST_F()
143 char* memory1 = allocator_->GetAsArray<char>(block1, 1, 1); in TEST_F()
145 EXPECT_EQ(block1, allocator_->GetAsReference(memory1, 0)); in TEST_F()
146 EXPECT_EQ(block1, allocator_->GetAsReference(memory1, 1)); in TEST_F()
158 allocator_->MakeIterable(block1); in TEST_F()
[all …]
/external/llvm-project/llvm/test/DebugInfo/MIR/X86/
Dmachinesink.mir32 br label %block1
33 block1:
42 br label %block1
43 block1:
148 successors: %bb.1.block1, %bb.2.exit
169 JCC_1 %bb.1.block1, 4, implicit $eflags
172 bb.1.block1:
176 ; CHECK-LABEL: bb.1.block1:
197 successors: %bb.1.block1, %bb.2.exit
218 JCC_1 %bb.1.block1, 4, implicit $eflags
[all …]
/external/rust/crates/quiche/deps/boringssl/src/decrepit/xts/
Dxts.c61 block128_f block1, block2; member
86 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
111 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
130 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
141 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
169 xctx->xts.block1 = AES_encrypt; in aes_xts_init_key()
172 xctx->xts.block1 = AES_decrypt; in aes_xts_init_key()
/external/boringssl/src/decrepit/xts/
Dxts.c61 block128_f block1, block2; member
86 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
111 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
130 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
141 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
169 xctx->xts.block1 = AES_encrypt; in aes_xts_init_key()
172 xctx->xts.block1 = AES_decrypt; in aes_xts_init_key()
/external/deqp-deps/amber/tests/cases/
Dcompute_ssbo_with_entrypoint_command.vkscript24 layout(set = 1, binding = 2) buffer block1 {
54 OpName %block1 "block1"
55 OpMemberName %block1 0 "data_set1_binding2"
70 OpMemberDecorate %block1 0 Offset 0
71 OpDecorate %block1 BufferBlock
104 %block1 = OpTypeStruct %_arr_float_uint_3_0
105 %_ptr_Uniform_block1 = OpTypePointer Uniform %block1
/external/llvm/test/Transforms/LoopVectorize/
Dvalue-ptr-bug.ll26 br i1 %cmp, label %block1, label %loop
28 block1:
37 %row_width.5 = phi i32 [ %sub267.lcssa, %block1 ], [ %dec, %do.body272 ]
38 %sp.4 = phi i8* [ %tmp30, %block1 ], [ %incdec.ptr273, %do.body272 ]
39 %dp.addr.4 = phi i8* [ %tmp29, %block1 ], [ %incdec.ptr274, %do.body272 ]
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dvalue-ptr-bug.ll26 br i1 %cmp, label %block1, label %loop
28 block1:
37 %row_width.5 = phi i32 [ %sub267.lcssa, %block1 ], [ %dec, %do.body272 ]
38 %sp.4 = phi i8* [ %tmp30, %block1 ], [ %incdec.ptr273, %do.body272 ]
39 %dp.addr.4 = phi i8* [ %tmp29, %block1 ], [ %incdec.ptr274, %do.body272 ]
/external/clang/test/Rewriter/
Dobjc-modern-implicit-cast.mm24 void(^block1)(void) = obj1;
26 return_id(block1);
30 return_block(block1);
/external/llvm-project/clang/test/Rewriter/
Dobjc-modern-implicit-cast.mm24 void(^block1)(void) = obj1;
26 return_id(block1);
30 return_block(block1);

1234567