HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGen/
capture-complex-expr-in-block.c 4 typedef void (^BLOCK)(void);
8 BLOCK b = ^() {
  /external/libvpx/vp8/encoder/
encodeintra.h 19 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);
asm_enc_offsets.c 15 #include "block.h"
37 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))
    [all...]
quantize.h 15 #include "block.h"
18 void (sym)(BLOCK *b,BLOCKD *d)
50 extern void vp8_strict_quantize_b(BLOCK *b,BLOCKD *d);
mcomp.h 15 #include "block.h"
37 BLOCK *b,
51 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv,
62 BLOCK *b, \
77 BLOCK *b, \
block.h 52 } BLOCK;
65 // 16 Y blocks, 4 U blocks, 4 V blocks, 1 DC 2nd order block each with 16 entries
66 BLOCK block[25]; member in struct:__anon9766
120 void (*quantize_b)(BLOCK *b, BLOCKD *d);
  /development/host/windows/usb/api/
AdbWinApi.rc 72 BLOCK "StringFileInfo"
74 BLOCK "040904e4"
87 BLOCK "VarFileInfo"
  /development/host/windows/usb/winusb/
AdbWinUsbApi.rc 72 BLOCK "StringFileInfo"
74 BLOCK "040904e4"
87 BLOCK "VarFileInfo"
  /external/dbus/dbus/
versioninfo.rc.in 33 BLOCK "StringFileInfo"
35 BLOCK "040904b0"
  /external/libvpx/vp8/encoder/arm/
quantize_arm.c 29 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/
external_protocol_handler.cc 80 // If we are being carpet bombed, block the request.
82 return BLOCK;
88 return BLOCK;
103 return should_block ? BLOCK : DONT_BLOCK;
123 state == BLOCK ? true : false);
139 if (block_state == BLOCK)
163 // block for a significant amount of time, and it shouldn't hurt on Linux.
external_protocol_handler.h 19 BLOCK,
23 // Returns whether we should block a given scheme.
26 // Sets whether we should block a given scheme.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 49 /** True if the current element is a block element. (seems like
73 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));
    [all...]
ElemDesc.java 50 /** Bit position if this element type is a block. */
51 static final int BLOCK = (1 << 3);
53 /** Bit position if this element type is a block form. */
56 /** Bit position if this element type is a block form field set. */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h 22 #define BLOCK 5
SimpleCTP.h 31 #define BLOCK 5
132 - (void)block;
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 114 block
115 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB )
119 : ^( BLOCK (alternative rewrite)+ EOB )
141 : ^(('='|'+=') ID block)
154 | ^('~' block optionsSpec?)
169 /** Matches ENBF blocks (and token sets via block rule) */
171 : ^(SYNPRED block)
172 | ^(OPTIONAL block)
173 | ^(CLOSURE block)
174 | ^(POSITIVE_CLOSURE block)
    [all...]
ANTLRv3.g 41 BLOCK;
191 block
196 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? altpair+ EOB[$rp,"EOB"] )
205 // it's really BLOCK[firstToken,"BLOCK"]; set line/col to previous ( or : token.
206 CommonTree blkRoot = (CommonTree)adaptor.create(BLOCK,input.LT(-1),"BLOCK");
235 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["EOB"])
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 42 BLOCK;
196 block
201 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? (alternative rewrite?)+ EOB[$rp,"EOB"] )
208 // it's really BLOCK[firstToken,"BLOCK"]; set line/col to previous ( or : token.
209 CommonTree blkRoot = (CommonTree)adaptor.create(BLOCK,input.LT(-1),"BLOCK");
243 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["EOB"])
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
rewrites.rb 517 tokens {BLOCK;}
518 a : lc='{' ID+ '}' -> ^(BLOCK[$lc] ID+) ;
533 tokens {BLOCK;}
534 a : lc='{' ID+ '}' -> ^(BLOCK[$lc,"block"] ID+) ;
541 result.should == '(block a b c)'
549 tokens {BLOCK;}
566 tokens {BLOCK;}
604 tokens {BLOCK;}
652 tokens {BLOCK;}
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h 43 #define BLOCK 9
SimpleCTP.h 31 #define BLOCK 9
95 - (void)block;
  /external/javassist/src/main/javassist/compiler/
TokenId.java 120 int BLOCK = 'B'; // block statement
  /external/libvpx/vp8/encoder/ppc/
csystemdependent.c 46 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/
RenderSVGBlock.cpp 41 // SVG text layout code expects us to be a block-level style element.
45 newStyle->setDisplay(BLOCK);

Completed in 1185 milliseconds

1 2 3 4 5