Home
last modified time | relevance | path

Searched refs:blocktype (Results 1 – 11 of 11) 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/e2fsprogs/debugfs/
Dlogdump.c341 __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/
Drecovery.c363 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/
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()
651 blocktype, in FDKaacEnc_InitPsyConfiguration()
Dtns_func.h101 INT blocktype,
Dpsy_configuration.h156 INT blocktype,
/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.m286 typedef id __attribute__((ns_returns_retained)) blocktype(void);
287 extern void test9_consume_block(blocktype^);
288 return ^blocktype {