Searched refs:BLOCK (Results 1 - 25 of 61) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dcapture-complex-expr-in-block.c4 typedef void (^BLOCK)(void);
8 BLOCK b = ^() {
/external/libvpx/vp8/encoder/
H A Dencodeintra.h19 void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode);
20 void vp8_encode_intra4x4block_rd(const VP8_ENCODER_RTCD *, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode);
H A Dasm_enc_offsets.c37 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
38 DEFINE(vp8_block_zbin, offsetof(BLOCK, zbin));
39 DEFINE(vp8_block_round, offsetof(BLOCK, round));
40 DEFINE(vp8_block_quant, offsetof(BLOCK, quant));
41 DEFINE(vp8_block_quant_fast, offsetof(BLOCK, quant_fast));
42 DEFINE(vp8_block_zbin_extra, offsetof(BLOCK, zbin_extra));
43 DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost));
44 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
52 DEFINE(vp8_block_base_src, offsetof(BLOCK, base_src));
53 DEFINE(vp8_block_src, offsetof(BLOCK, sr
[all...]
H A Dquantize.h18 void (sym)(BLOCK *b,BLOCKD *d)
50 extern void vp8_strict_quantize_b(BLOCK *b,BLOCKD *d);
H A Dmcomp.h37 BLOCK *b,
51 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv,
62 BLOCK *b, \
77 BLOCK *b, \
H A Dblock.h52 } BLOCK; typedef in typeref:struct:__anon6239
66 BLOCK block[25];
120 void (*quantize_b)(BLOCK *b, BLOCKD *d);
H A Dquantize.c21 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
69 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
105 void vp8_regular_quantize_b(BLOCK *b, BLOCKD *d)
158 void vp8_strict_quantize_b(BLOCK *b, BLOCKD *d)
217 void vp8_regular_quantize_b(BLOCK *b, BLOCKD *d)
H A Dencodeintra.c33 void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode)
57 BLOCK *be = &mb->block[i];
H A Dencodemb.h28 void (sym)(BLOCK *be,BLOCKD *bd, int pitch)
/external/dbus/dbus/
H A Dversioninfo.rc.in33 BLOCK "StringFileInfo"
35 BLOCK "040904b0"
/external/libvpx/vp8/encoder/arm/
H A Dquantize_arm.c29 void vp8_fast_quantize_b_neon(BLOCK *b, BLOCKD *d)
36 void vp8_fast_quantize_b_neon(BLOCK *b,BLOCKD *d)
/external/chromium/chrome/browser/
H A Dexternal_protocol_handler.cc82 return BLOCK;
88 return BLOCK;
103 return should_block ? BLOCK : DONT_BLOCK;
123 state == BLOCK ? true : false);
139 if (block_state == BLOCK)
H A Dexternal_protocol_handler.h19 BLOCK, enumerator in enum:ExternalProtocolHandler::BlockState
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java73 new ElemDesc(0 | ElemDesc.EMPTY | ElemDesc.BLOCK));
74 m_elementFlags.put("FRAMESET", new ElemDesc(0 | ElemDesc.BLOCK));
75 m_elementFlags.put("NOFRAMES", new ElemDesc(0 | ElemDesc.BLOCK));
78 new ElemDesc(0 | ElemDesc.EMPTY | ElemDesc.BLOCK));
82 m_elementFlags.put("CENTER", new ElemDesc(0 | ElemDesc.BLOCK));
83 m_elementFlags.put("DIR", new ElemDesc(0 | ElemDesc.BLOCK));
84 m_elementFlags.put("MENU", new ElemDesc(0 | ElemDesc.BLOCK));
121 | ElemDesc.BLOCK));
122 m_elementFlags.put("BODY", new ElemDesc(0 | ElemDesc.BLOCK));
127 | ElemDesc.BLOCK
[all...]
H A DElemDesc.java51 static final int BLOCK = (1 << 3); field in class:ElemDesc
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java120 int BLOCK = 'B'; // block statement field in interface:TokenId
H A DParser.java153 body = new Stmnt(BLOCK);
245 return new Stmnt(BLOCK); // empty statement
290 body = (Stmnt)ASTList.concat(body, new Stmnt(BLOCK, s));
295 return new Stmnt(BLOCK); // empty block
413 Stmnt body = new Stmnt(BLOCK, s);
419 body = (Stmnt)ASTList.concat(body, new Stmnt(BLOCK, s2));
423 s = (Stmnt)ASTList.concat(s, new Stmnt(BLOCK, s2));
604 expr = (Stmnt)ASTList.concat(expr, new Stmnt(BLOCK, e));
/external/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c46 void (*vp8_subtract_b)(BLOCK *be, BLOCKD *bd, int pitch);
49 void (*vp8_fast_quantize_b)(BLOCK *b, BLOCKD *d);
66 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
69 extern void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d);
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGBlock.cpp45 newStyle->setDisplay(BLOCK);
/external/libvpx/vp8/encoder/x86/
H A Dx86_csystemdependent.c29 static void fast_quantize_b_mmx(BLOCK *b, BLOCKD *d)
72 static void subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch)
88 static void fast_quantize_b_sse2(BLOCK *b, BLOCKD *d)
128 static void subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
144 static void fast_quantize_b_ssse3(BLOCK *b, BLOCKD *d)
/external/chromium/chrome/browser/ui/gtk/
H A Dexternal_protocol_dialog_gtk.cc117 url_.scheme(), ExternalProtocolHandler::BLOCK);
/external/e2fsprogs/e2fsck/
H A Dmtrace.h154 #define BLOCK(A) (((char *) (A) - _heapbase) / BLOCKSIZE + 1) macro
/external/webkit/Source/WebCore/rendering/
H A DRenderTextControlMultiLine.cpp124 textBlockStyle->setDisplay(BLOCK);
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLBlock.cpp56 newStyle->setDisplay(BLOCK);
/external/chromium/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.cc87 url_.scheme(), ExternalProtocolHandler::BLOCK);

Completed in 454 milliseconds

123