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

1234567

/external/clang/test/CodeGen/
H A Dcapture-complex-expr-in-block.c4 typedef void (^BLOCK)(void);
8 BLOCK b = ^() {
/external/compiler-rt/lib/builtins/arm/
H A Dclzsi2.S46 #define BLOCK(shift) \ define
51 BLOCK(16)
52 BLOCK(8)
53 BLOCK(4)
54 BLOCK(2)
H A Dclzdi2.S67 #define BLOCK(shift) \ define
72 BLOCK(16)
73 BLOCK(8)
74 BLOCK(4)
75 BLOCK(2)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/
H A Dversion.rc.h10 BLOCK "StringFileInfo"
12 BLOCK "040904E4"
25 BLOCK "VarFileInfo"
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
H A Dversion.rc.h10 BLOCK "StringFileInfo"
12 BLOCK "040904E4"
25 BLOCK "VarFileInfo"
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dvp8_asm_enc_offsets.c23 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
24 DEFINE(vp8_block_zbin, offsetof(BLOCK, zbin));
25 DEFINE(vp8_block_round, offsetof(BLOCK, round));
26 DEFINE(vp8_block_quant, offsetof(BLOCK, quant));
27 DEFINE(vp8_block_quant_fast, offsetof(BLOCK, quant_fast));
28 DEFINE(vp8_block_zbin_extra, offsetof(BLOCK, zbin_extra));
29 DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost));
30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
38 DEFINE(vp8_block_base_src, offsetof(BLOCK, base_src));
39 DEFINE(vp8_block_src, offsetof(BLOCK, sr
[all...]
H A Dmcomp.h48 BLOCK *b,
61 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
73 BLOCK *b,
86 BLOCK *b,
99 BLOCK *b,
H A Dblock.h55 } BLOCK; typedef in typeref:struct:block
75 BLOCK block[25];
162 void (*quantize_b)(BLOCK *b, BLOCKD *d);
163 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
/external/libvpx/libvpx/vp8/encoder/
H A Dvp8_asm_enc_offsets.c23 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
24 DEFINE(vp8_block_zbin, offsetof(BLOCK, zbin));
25 DEFINE(vp8_block_round, offsetof(BLOCK, round));
26 DEFINE(vp8_block_quant, offsetof(BLOCK, quant));
27 DEFINE(vp8_block_quant_fast, offsetof(BLOCK, quant_fast));
28 DEFINE(vp8_block_zbin_extra, offsetof(BLOCK, zbin_extra));
29 DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost));
30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
38 DEFINE(vp8_block_base_src, offsetof(BLOCK, base_src));
39 DEFINE(vp8_block_src, offsetof(BLOCK, sr
[all...]
H A Dmcomp.h48 BLOCK *b,
61 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
73 BLOCK *b,
86 BLOCK *b,
99 BLOCK *b,
H A Dblock.h55 } BLOCK; typedef in typeref:struct:block
75 BLOCK block[25];
161 void (*quantize_b)(BLOCK *b, BLOCKD *d);
162 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLRTElement.cpp24 if (style->display() == BLOCK)
H A DHTMLRubyElement.cpp26 if (style->display() == BLOCK)
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl.rc51 BLOCK "StringFileInfo"
53 BLOCK "040904B0" // Lang=US English, CharSet=Unicode
64 BLOCK "VarFileInfo"
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderPagedFlowThread.cpp14 renderer->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK));
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTagBalancingHtmlStreamEventReceiver.java299 BLOCK, enum constant in enum:TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships.ElementGroup
427 ElementGroup.BLOCK
435 ElementGroup.BLOCK, ElementGroup.INLINE,
485 ElementGroup.BLOCK
487 ElementGroup.BLOCK, ElementGroup.INLINE
493 ElementGroup.BLOCK, ElementGroup.INLINE
503 ElementGroup.BLOCK, ElementGroup.INLINE
522 ElementGroup.BLOCK
524 ElementGroup.BLOCK, ElementGroup.INLINE
552 ElementGroup.BLOCK, ElementGrou
[all...]
/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/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler_unittest.cc41 : block_state_(ExternalProtocolHandler::BLOCK),
59 ASSERT_TRUE(block_state_ == ExternalProtocolHandler::BLOCK ||
128 if (block_state != ExternalProtocolHandler::BLOCK)
144 DoTest(ExternalProtocolHandler::BLOCK,
150 DoTest(ExternalProtocolHandler::BLOCK,
156 DoTest(ExternalProtocolHandler::BLOCK,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.h22 #define BLOCK 5 macro
/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_scheme_classifier.cc54 case ExternalProtocolHandler::BLOCK:
/external/chromium_org/third_party/libvpx/source/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);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
66 extern void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
/external/libvpx/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);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
66 extern void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)

Completed in 1160 milliseconds

1234567