Home
last modified time | relevance | path

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

12

/external/flac/libFLAC/
Dmetadata_object.c696 static FLAC__bool compare_block_data_streaminfo_(const FLAC__StreamMetadata_StreamInfo *block1, con… in compare_block_data_streaminfo_() argument
698 if(block1->min_blocksize != block2->min_blocksize) in compare_block_data_streaminfo_()
700 if(block1->max_blocksize != block2->max_blocksize) in compare_block_data_streaminfo_()
702 if(block1->min_framesize != block2->min_framesize) in compare_block_data_streaminfo_()
704 if(block1->max_framesize != block2->max_framesize) in compare_block_data_streaminfo_()
706 if(block1->sample_rate != block2->sample_rate) in compare_block_data_streaminfo_()
708 if(block1->channels != block2->channels) in compare_block_data_streaminfo_()
710 if(block1->bits_per_sample != block2->bits_per_sample) in compare_block_data_streaminfo_()
712 if(block1->total_samples != block2->total_samples) in compare_block_data_streaminfo_()
714 if(0 != memcmp(block1->md5sum, block2->md5sum, 16)) in compare_block_data_streaminfo_()
[all …]
/external/chromium/sdch/open-vcdiff/src/
Dblockhash.cc242 inline bool CompareWholeWordValues(const char* block1, in CompareWholeWordValues() argument
244 return CompareWholeWordValues<1>(block1, block2) && in CompareWholeWordValues()
245 CompareWholeWordValues<number_of_words - 1>(block1 + sizeof(uword_t), in CompareWholeWordValues()
270 inline bool BlockCompareWordsInline(const char* block1, const char* block2) { in BlockCompareWordsInline() argument
272 return CompareWholeWordValues<kWordsPerBlock>(block1, block2); in BlockCompareWordsInline()
275 bool BlockHash::BlockCompareWords(const char* block1, const char* block2) { in BlockCompareWords() argument
276 return BlockCompareWordsInline(block1, block2); in BlockCompareWords()
279 inline bool BlockContentsMatchInline(const char* block1, const char* block2) { in BlockContentsMatchInline() argument
283 if (*block1 != *block2) { in BlockContentsMatchInline()
287 return BlockCompareWordsInline(block1, block2); in BlockContentsMatchInline()
[all …]
Dblockhash_test.cc45 static bool BlockContentsMatch(const char* block1, const char* block2) { in BlockContentsMatch() argument
46 return BlockHash::BlockContentsMatch(block1, block2); in BlockContentsMatch()
329 const char* block1 = compare_buffer_1_; in TestAndPrintTimesForCompareFunctions() local
331 while (block1 < block1_limit) { in TestAndPrintTimesForCompareFunctions()
332 if (!BlockHash::BlockCompareWords(block1, block2)) { in TestAndPrintTimesForCompareFunctions()
335 block1 += kBlockSize; in TestAndPrintTimesForCompareFunctions()
347 const char* block1 = compare_buffer_1_; in TestAndPrintTimesForCompareFunctions() local
349 while (block1 < block1_limit) { in TestAndPrintTimesForCompareFunctions()
350 if (!BlockHash::BlockContentsMatch(block1, block2)) { in TestAndPrintTimesForCompareFunctions()
353 block1 += kBlockSize; in TestAndPrintTimesForCompareFunctions()
Dblockhash.h375 static bool BlockContentsMatch(const char* block1, const char* block2);
390 static bool BlockCompareWords(const char* block1, const char* block2);
/external/clang/test/Rewriter/
Dobjc-modern-implicit-cast.mm24 void(^block1)(void) = obj1;
26 return_id(block1);
30 return_block(block1);
Drewrite-modern-struct-ivar.mm9 void (^block1)();
/external/openssl/crypto/modes/
Dxts128.c86 (*ctx->block1)(scratch.c,scratch.c,ctx->key1); in CRYPTO_xts128_encrypt()
129 (*ctx->block1)(scratch.c,scratch.c,ctx->key1); in CRYPTO_xts128_encrypt()
164 (*ctx->block1)(scratch.c,scratch.c,ctx->key1); in CRYPTO_xts128_encrypt()
175 (*ctx->block1)(scratch.c,scratch.c,ctx->key1); in CRYPTO_xts128_encrypt()
Dmodes_lcl.h122 block128_f block1,block2; member
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DBasicBlockList.java259 public boolean catchesEqual(BasicBlock block1, BasicBlock block2) { in catchesEqual() argument
260 TypeList catches1 = block1.getExceptionHandlerTypes(); in catchesEqual()
267 IntList succ1 = block1.getSuccessors(); in catchesEqual()
271 int primary1 = block1.getPrimarySuccessor(); in catchesEqual()
/external/clang/test/SemaObjC/
Dnonnull.m17 extern void func1 (void (^block1)(), void (^block2)(), int) __attribute__((nonnull));
19 extern void func3 (void (^block1)(), int, void (^block2)(), int)
22 extern void func4 (void (^block1)(), void (^block2)()) __attribute__((nonnull(1)))
DNSString-type.m6 void (^block1)(void) = pid;
/external/clang/test/CodeGen/
Dblockwithlocalstatic.c10 void (^block1)(void) = ^ {
/external/llvm/test/Transforms/GVN/
Dpre-load.ll6 block1:
29 block1:
54 block1:
84 block1:
246 block1:
369 block1:
Dbasic.ll4 block1:
Dlocal-pre.ll4 block1:
Drle-semidominated.ll4 block1:
Drle-nonlocal.ll4 block1:
Drle.ll366 block1:
437 block1:
/external/clang/test/SemaObjCXX/
DNSString-type.mm6 void (^block1)(void) = pid;
/external/openssl/crypto/evp/
De_aes.c359 xctx->xts.block1 = (block128_f)aesni_encrypt; in aesni_xts_init_key()
365 xctx->xts.block1 = (block128_f)aesni_decrypt; in aesni_xts_init_key()
1078 xctx->xts.block1 = (block128_f)vpaes_encrypt; in aes_xts_init_key()
1083 xctx->xts.block1 = (block128_f)vpaes_decrypt; in aes_xts_init_key()
1097 xctx->xts.block1 = (block128_f)AES_encrypt; in aes_xts_init_key()
1102 xctx->xts.block1 = (block128_f)AES_decrypt; in aes_xts_init_key()
/external/clang/test/Index/
Dcomplete-objc-message.m178 void test_block_invoke(A *(^block1)(int),
181 [block1(5) init];
317 // CHECK-BLOCK-RECEIVER: ParmDecl:{ResultType A *(^)(int)}{TypedText block1} (34)
/external/oprofile/libregex/tests/
Dmangled-name.in145 vector<block1::block2, allocator<block1::block2> >
146 vector<block1::block2>
/external/flac/include/FLAC/
Dmetadata.h1352 FLAC_API FLAC__bool FLAC__metadata_object_is_equal(const FLAC__StreamMetadata *block1, const FLAC__…
/external/llvm/test/Transforms/ObjCARC/
Dbasic.ll785 %block1 = type { i8**, i32, i32, i32 (%struct.__block_literal_1*)*, %block0* }
788 @__block_holder_tmp_1 = external constant %block1
791 …%0 = call i8* @objc_retainBlock(i8* bitcast (%block1* @__block_holder_tmp_1 to i8*)) nounwind, !cl…
792 call void @bar(i32 ()* bitcast (%block1* @__block_holder_tmp_1 to i32 ()*))
793 call void @bar(i32 ()* bitcast (%block1* @__block_holder_tmp_1 to i32 ()*))
794 call void @objc_release(i8* bitcast (%block1* @__block_holder_tmp_1 to i8*)) nounwind
821 %0 = call i8* @objc_retainBlock(i8* bitcast (%block1* @__block_holder_tmp_1 to i8*)) nounwind
822 call void @bar(i32 ()* bitcast (%block1* @__block_holder_tmp_1 to i32 ()*))
823 call void @bar(i32 ()* bitcast (%block1* @__block_holder_tmp_1 to i32 ()*))
824 call void @objc_release(i8* bitcast (%block1* @__block_holder_tmp_1 to i8*)) nounwind
/external/webkit/Source/WebCore/platform/mac/
DHTMLConverter.mm953 static NSInteger _colCompare(id block1, id block2, void *)
955 …NSInteger col1 = [(NSTextTableBlock *)block1 startingColumn], col2 = [(NSTextTableBlock *)block2 s…

12