Searched refs:blocktype (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/SemaObjCXX/ |
D | cstyle-block-pointer-cast.mm | 4 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/e2fsprogs/debugfs/ |
D | logdump.c | 341 __u32 magic, sequence, blocktype; in dump_journal() local 410 blocktype = be32_to_cpu(header->h_blocktype); in dump_journal() 428 sequence, blocktype, in dump_journal() 429 type_to_name(blocktype), blocknr); in dump_journal() 432 switch (blocktype) { in dump_journal() 455 "block %u.\n", blocktype, blocknr); in dump_journal()
|
/external/e2fsprogs/e2fsck/ |
D | recovery.c | 363 int blocktype; in do_one_pass() local 440 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass() 443 blocktype, sequence); in do_one_pass() 454 switch(blocktype) { in do_one_pass() 682 blocktype); in do_one_pass()
|
/external/aac/libAACenc/src/ |
D | psy_configuration.cpp | 571 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() 651 blocktype, in FDKaacEnc_InitPsyConfiguration()
|
D | tns_func.h | 101 INT blocktype,
|
D | psy_configuration.h | 156 INT blocktype,
|
/external/llvm/test/Transforms/GVN/ |
D | 2007-07-31-RedundantPhi.ll | 5 …pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype, i16 signext %p…
|
/external/libvorbis/lib/ |
D | codec_internal.h | 34 int blocktype; member
|
D | mapping0.c | 254 int blocktype=vbi->blocktype; in mapping0_forward() local 258 vorbis_look_psy *psy_look=b->psy+blocktype+(vb->W?2:0); in mapping0_forward()
|
D | block.c | 588 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/ |
D | arc-blocks.m | 286 typedef id __attribute__((ns_returns_retained)) blocktype(void); 287 extern void test9_consume_block(blocktype^); 288 return ^blocktype {
|