Home
last modified time | relevance | path

Searched defs:block1 (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_block_unittest.cc31 void PrepareBuffers(uint8_t* &block1, uint8_t* &block2) { in PrepareBuffers()
40 uint8_t* block1; in TEST() local
52 uint8_t* block1; in TEST() local
64 uint8_t* block1; in TEST() local
76 uint8_t* block1; in TEST() local
/external/tensorflow/tensorflow/core/kernels/
Dcompare_and_bitpack_op_gpu.cu.cc87 const float4 block1 = in CompareAndBitpackKernel() local
104 const double2 block1 = in CompareAndBitpackKernel() local
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/Large/
Dbranch-range-07.py47 block1 = 'entry' if i == branch_blocks - 1 else 'loop%d' % (i + 1) variable
Dbranch-range-08.py48 block1 = 'entry' if i == branch_blocks - 1 else 'loop%d' % (i + 1) variable
/external/llvm/test/CodeGen/SystemZ/Large/
Dbranch-range-07.py47 block1 = 'entry' if i == branch_blocks - 1 else 'loop%d' % (i + 1) variable
Dbranch-range-08.py48 block1 = 'entry' if i == branch_blocks - 1 else 'loop%d' % (i + 1) variable
/external/flac/libFLAC/
Dmetadata_object.c695 static FLAC__bool compare_block_data_streaminfo_(const FLAC__StreamMetadata_StreamInfo *block1, con… in compare_block_data_streaminfo_()
718 static FLAC__bool compare_block_data_application_(const FLAC__StreamMetadata_Application *block1, c… in compare_block_data_application_()
732 static FLAC__bool compare_block_data_seektable_(const FLAC__StreamMetadata_SeekTable *block1, const… in compare_block_data_seektable_()
757 static FLAC__bool compare_block_data_vorbiscomment_(const FLAC__StreamMetadata_VorbisComment *block… in compare_block_data_vorbiscomment_()
785 static FLAC__bool compare_block_data_cuesheet_(const FLAC__StreamMetadata_CueSheet *block1, const F… in compare_block_data_cuesheet_()
834 static FLAC__bool compare_block_data_picture_(const FLAC__StreamMetadata_Picture *block1, const FLA… in compare_block_data_picture_()
857 static FLAC__bool compare_block_data_unknown_(const FLAC__StreamMetadata_Unknown *block1, const FLA… in compare_block_data_unknown_()
868 FLAC_API FLAC__bool FLAC__metadata_object_is_equal(const FLAC__StreamMetadata *block1, const FLAC__… in FLAC__metadata_object_is_equal()
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DDhiesTest.java161 String block1 = TestUtil.bytesToHex(Arrays.copyOfRange(ciphertext, i, i + 16)); in testNotEcb() local
DEciesTest.java251 String block1 = TestUtil.bytesToHex(Arrays.copyOfRange(ciphertext, 241, 257)); in testNotEcb() local
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_sync_test.cc77 u64 block1[4] = {}; // fake malloc block in TEST() local
/external/boringssl/src/decrepit/xts/
Dxts.c61 block128_f block1, block2; member
/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc129 Reference block1 = allocator_->GetAsReference(obj1); in TEST_F() local
281 Reference block1 = allocator_->Allocate(TEST_MEMORY_PAGE / 2, 1); in TEST_F() local
569 Reference block1 = allocator_->Allocate(sizeof(TestObject1), 1); in TEST_F() local
/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c81 static MV mi_mv_pred_q2(const MODE_INFO *mi, int idx, int block0, int block1) { in mi_mv_pred_q2()
/external/mesa3d/src/compiler/nir/
Dnir_print.c961 const nir_block *block1 = *((const nir_block **) p1); in compare_block_index() local
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_cfg_test.cpp563 Block block1("block1"); in TEST_P() local
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_cfg_test.cpp563 Block block1("block1"); in TEST_P() local
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp1929 …bool Program::areMatchingUniformBlocks(const glsl::UniformBlock &block1, const glsl::UniformBlock … in areMatchingUniformBlocks()