HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 39 /// \brief The block containing the index.
146 // Entries in the global index block are handled below.
239 /// \brief The main bitstream cursor for the main block.
376 /// \brief Write the block-info block for the global module index file.
412 // Emit the block name if present.
435 #define BLOCK(X) emitBlockID(X ## _ID, #X, Stream, Record)
437 BLOCK(GLOBAL_INDEX_BLOCK);
442 #undef BLOCK
521 // Found the control block
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 43 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d,
70 BLOCK *b = &mb->block[0];
71 BLOCKD *d = &mb->e_mbd.block[0];
120 static int get_prediction_error(BLOCK *be, BLOCKD *b)
141 BLOCKD *b = &x->e_mbd.block[ib];
142 BLOCK *be = &x->block[ib];
250 unsigned char *usrc_ptr = (mb->block[16].src + *mb->block[16].base_src)
    [all...]
mcomp.c 203 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
361 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
672 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
852 BLOCK *b,
1041 BLOCK *b,
    [all...]
rdopt.c 163 /* check for pt=0 and band > 1 if block type 0
425 BLOCK *be;
432 be = &mb->block[i];
433 bd = &mb->e_mbd.block[i];
452 BLOCK *be;
461 be = &mb->block[i];
462 bd = &mb->e_mbd.block[i];
473 unsigned char *upred_ptr = (*(x->block[16].base_src) + x->block[16].src);
474 unsigned char *vpred_ptr = (*(x->block[20].base_src) + x->block[20].src)
    [all...]
encodeframe.c 282 /* reset above block coeffs */
403 /* reset above block coeffs */
538 /* If the block has been refreshed mark it as clean (the
631 /* Copy data over into macro block data structures. */
1063 int block = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 72 // Center in the block progression direction.
131 // Set the text block height
165 // Center the child block in the block progression direction (vertical centering for horizontal text fields).
375 textBlockStyle->setDisplay(BLOCK);
389 innerBlockStyle->setDisplay(BLOCK);
392 // We don't want the shadow dom to be editable, so we set this block to read-only in case the input itself is editable.
RenderRubyRun.cpp 201 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK);
RenderScrollbar.cpp 230 if (needRenderer && partStyle->display() != BLOCK) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 27 public static final int BLOCK=9;
SimpleCParser.h 40 #define BLOCK 5
404 - (SimpleCParser_block_return *)block;
SimpleCTP.m 232 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR",
344 * SimpleCTP.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) );
352 // SimpleCTP.g:18:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) ) //ruleblock
413 // SimpleCTP.g:20:9: ^( FUNC_DEF functionHeader block ) // alt
428 [self block];
721 * $ANTLR start block
722 * SimpleCTP.g:46:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
724 - (void) block
730 // SimpleCTP.g:47:5: ( ^( BLOCK ( variable )* ( stat )* ) ) // ruleBlockSingleAl
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 27 public static final int BLOCK=9;
SimpleCParser.h 39 #define BLOCK 9
290 - (SimpleCParser_block_return *)block;
SimpleCTP.m 237 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK",
332 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) );
339 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:18:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) ) //ruleblock
392 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:20:9: ^( FUNC_DEF functionHeader block ) // alt
403 [self block];
639 * $ANTLR start block
640 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:46:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
642 - (void) block
647 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:47:5: ( ^( BLOCK ( variable )* ( stat )* ) ) // ruleBlockSingleAl
    [all...]
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_browsertest.cc 119 new base::FundamentalValue(ManagedModeURLFilter::BLOCK)));
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRTreePrinter.g 58 private ANTLRTreePrinter.block_return block(GrammarAST t, boolean forceParens) throws RecognitionException {
61 return other.block(forceParens);
246 b=block[false]
267 b=block[false]
295 block[boolean forceParens]
300 : ^( BLOCK
306 // if ( parent.getType() == BLOCK && countAltsForBlock((GrammarAST)parent) > 1 )
386 | ^( SYNPRED block[true] ) {out("=>");}
406 block(predAST, true);
419 : block[true] {out(" ");
    [all...]
  /external/chromium_org/content/browser/web_contents/
interstitial_page_impl.cc 54 case BLOCK:
193 // Block the resource requests for the render view host while it is hidden.
194 TakeActionOnResourceDispatcher(BLOCK);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def 60 /* A symbol binding block. These are arranged in a tree,
63 BLOCK_SUPERCONTEXT points to the parent block.
64 For a block which represents the outermost scope of a function, it
67 BLOCK_CHAIN points to the next BLOCK at the same level.
69 this block is an instance of, or else is NULL to indicate that this
70 block is not an instance of anything else. When non-NULL, the value
71 could either point to another BLOCK node or it could point to a
72 FUNCTION_DECL node (e.g. in the case of a block representing the
74 BLOCK_ABSTRACT is nonzero if the block represents an abstract
75 instance of a block (i.e. one which is nested within an abstrac
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 60 /* A symbol binding block. These are arranged in a tree,
63 BLOCK_SUPERCONTEXT points to the parent block.
64 For a block which represents the outermost scope of a function, it
67 BLOCK_CHAIN points to the next BLOCK at the same level.
69 this block is an instance of, or else is NULL to indicate that this
70 block is not an instance of anything else. When non-NULL, the value
71 could either point to another BLOCK node or it could point to a
72 FUNCTION_DECL node (e.g. in the case of a block representing the
74 BLOCK_ABSTRACT is nonzero if the block represents an abstract
75 instance of a block (i.e. one which is nested within an abstrac
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def 60 /* A symbol binding block. These are arranged in a tree,
63 BLOCK_SUPERCONTEXT points to the parent block.
64 For a block which represents the outermost scope of a function, it
67 BLOCK_CHAIN points to the next BLOCK at the same level.
69 this block is an instance of, or else is NULL to indicate that this
70 block is not an instance of anything else. When non-NULL, the value
71 could either point to another BLOCK node or it could point to a
72 FUNCTION_DECL node (e.g. in the case of a block representing the
74 BLOCK_ABSTRACT is nonzero if the block represents an abstract
75 instance of a block (i.e. one which is nested within an abstrac
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 60 /* A symbol binding block. These are arranged in a tree,
63 BLOCK_SUPERCONTEXT points to the parent block.
64 For a block which represents the outermost scope of a function, it
67 BLOCK_CHAIN points to the next BLOCK at the same level.
69 this block is an instance of, or else is NULL to indicate that this
70 block is not an instance of anything else. When non-NULL, the value
71 could either point to another BLOCK node or it could point to a
72 FUNCTION_DECL node (e.g. in the case of a block representing the
74 BLOCK_ABSTRACT is nonzero if the block represents an abstract
75 instance of a block (i.e. one which is nested within an abstrac
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 232 * tokens to BLOCK etc... You'll see
234 * r : lc='{' ID+ '}' -> ^(BLOCK[$lc] ID+) ;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 427 INLINE, BLOCK, LIST_ITEM, RUN_IN, COMPACT, INLINE_BLOCK,
  /external/clang/include/clang/Sema/
Template.h 415 #define BLOCK(DERIVED, BASE)
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 53 AREA Block, CODE, READONLY
445 ; BLOCK A: 16-19,28-31
446 ; BLOCK B: 20-23,24-27
447 ; BLOCK C: 8-10,11-15
448 ; BLOCK D: 0-3,4-7
450 ; block B, further calculations are performed using the results from
451 ; block A. In block D, further calculations are performed using the results
452 ; from block C and then the final calculations are done using results from
453 ; block A and B which have been combined at the end of block B
    [all...]

Completed in 495 milliseconds

1 2 34 5 6 7