Home
last modified time | relevance | path

Searched refs:blocktype (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/SemaObjCXX/
Dcstyle-block-pointer-cast.mm4 typedef int (^blocktype)(int a, int b);
11 - (blocktype)Meth;
15 - (blocktype)Meth {
17 return (blocktype)b;
19 …return (blocktype)a; // expected-error {{C-style cast from 'A *' to 'blocktype' (aka 'int (^)(int,…
21 return (blocktype)c;
26 blocktype a;
27 blocktype b;
28 blocktype c;
36 …return (A*)a; // expected-error {{C-style cast from 'blocktype' (aka 'int (^)(int, int)') to 'A *'…
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
DExecutionDataReader.java104 protected boolean readBlock(final byte blocktype) throws IOException { in readBlock() argument
105 switch (blocktype) { in readBlock()
117 Byte.valueOf(blocktype))); in readBlock()
/external/e2fsprogs/debugfs/
Dlogdump.c342 __u32 magic, sequence, blocktype; in dump_journal() local
411 blocktype = be32_to_cpu(header->h_blocktype); in dump_journal()
429 sequence, blocktype, in dump_journal()
430 type_to_name(blocktype), blocknr); in dump_journal()
433 switch (blocktype) { in dump_journal()
456 "block %u.\n", blocktype, blocknr); in dump_journal()
/external/e2fsprogs/e2fsck/
Drecovery.c360 int blocktype; in do_one_pass() local
432 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass()
435 blocktype, sequence); in do_one_pass()
446 switch(blocktype) { in do_one_pass()
675 blocktype); in do_one_pass()
/external/aac/libAACenc/src/
Dpsy_configuration.cpp571 INT blocktype, in FDKaacEnc_InitPsyConfiguration() argument
590 …ErrorStatus = FDKaacEnc_initSfbTable(samplerate,blocktype,granuleLength,psyConf->sfbOffset,&psyCon… in FDKaacEnc_InitPsyConfiguration()
613 blocktype); in FDKaacEnc_InitPsyConfiguration()
622 if (blocktype!=SHORT_WINDOW) { in FDKaacEnc_InitPsyConfiguration()
652 blocktype, in FDKaacEnc_InitPsyConfiguration()
Dtns_func.h101 INT blocktype,
Dpsy_configuration.h156 INT blocktype,
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
DExecutionDataReaderWriterTest.java96 protected boolean readBlock(byte blocktype) throws IOException { in testCustomBlocks()
97 switch (blocktype) { in testCustomBlocks()
103 return super.readBlock(blocktype); in testCustomBlocks()
/external/llvm/test/Transforms/GVN/
D2007-07-31-RedundantPhi.ll5 …pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype, i16 signext %p…
/external/libvorbis/lib/
Dcodec_internal.h34 int blocktype; member
Dmapping0.c254 int blocktype=vbi->blocktype; in mapping0_forward() local
258 vorbis_look_psy *psy_look=b->psy+blocktype+(vb->W?2:0); in mapping0_forward()
Dblock.c588 vbi->blocktype=BLOCKTYPE_TRANSITION; in vorbis_analysis_blockout()
591 vbi->blocktype=BLOCKTYPE_LONG; in vorbis_analysis_blockout()
596 vbi->blocktype=BLOCKTYPE_IMPULSE; in vorbis_analysis_blockout()
600 vbi->blocktype=BLOCKTYPE_PADDING; in vorbis_analysis_blockout()
/external/clang/test/CodeGenObjC/
Darc-blocks.m318 typedef id __attribute__((ns_returns_retained)) blocktype(void);
319 extern void test9_consume_block(blocktype^);
320 return ^blocktype {