Searched defs:super (Results 1 - 25 of 44) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontreeadaptor.h52 void * super; member in struct:ANTLR3_COMMON_TREE_ADAPTOR_struct
H A Dantlr3parser.h50 * which they can reference using the super pointer here.
52 void * super; member in struct:ANTLR3_PARSER_struct
H A Dantlr3parsetree.h49 * super structure.
51 void * super; member in struct:ANTLR3_PARSE_TREE_struct
H A Dantlr3treeparser.h48 /** Pointer to any super class
50 void * super; member in struct:ANTLR3_TREE_PARSER_struct
H A Dantlr3commontree.h48 /// Not used by ANTLR, but if a super structure is created above
49 /// this structure, it can be used to point to the start of the super
52 void * super; member in struct:ANTLR3_COMMON_TREE_struct
H A Dantlr3intstream.h106 /** Pointer to the super structure that contains this interface. This
109 void * super; member in struct:ANTLR3_INT_STREAM_struct
H A Dantlr3lexer.h78 /** If there is a super structure that is implementing the
80 * implementing functions are overridden by this super structure.
82 void * super; member in struct:ANTLR3_LEXER_struct
H A Dantlr3basetree.h56 void * super; member in struct:ANTLR3_BASE_TREE_struct
H A Dantlr3input.h63 /** Whatever super structure is providing the INPUT stream needs a pointer to itself
67 void * super; member in struct:ANTLR3_INPUT_STREAM_struct
H A Dantlr3baserecognizer.h69 /// Whatever super structure is providing this interface needs a pointer to itself
73 void * super; member in struct:ANTLR3_BASE_RECOGNIZER_struct
H A Dantlr3basetreeadaptor.h53 void * super; member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
H A Dantlr3commontreenodestream.h56 /// super structure containing this structure), may store the pointer
57 /// to itself here in the super pointer, which is not used by
147 /// super structure containing this structure), may store the pointer
148 /// to itself here in the super pointer, which is not used by
151 void * super; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
H A Dantlr3tokenstream.h85 void * super; member in struct:ANTLR3_TOKEN_SOURCE_struct
110 void * super; member in struct:ANTLR3_TOKEN_STREAM_struct
203 void * super; member in struct:ANTLR3_COMMON_TOKEN_STREAM_struct
/external/srec/portable/include/
H A DPANSIFileSystem.h52 PFileSystem super; member in struct:PANSIFileSystem_t
H A DPANSIFileSystemImpl.h38 PANSIFileSystem super; member in struct:PANSIFileSystemImpl_t
H A DPFileSystemImpl.h38 PFileSystem super; member in struct:PFileSystemImpl_t
/external/e2fsprogs/ext2ed/
H A Dsuper_com.c27 struct ext2_super_block *super; local
28 super=&type_data.u.t_ext2_super_block;
32 if (super->s_blocks_count != 0) {
33 wmove (show_pad,2,40);wprintw (show_pad,"%2.2f%%",100*(float) super->s_r_blocks_count/ (float) super->s_blocks_count);
34 wmove (show_pad,3,40);wprintw (show_pad,"%2.2f%%",100*(float) super->s_free_blocks_count/ (float) super->s_blocks_count);
37 if (super->s_inodes_count != 0) {
38 wmove (show_pad,4,40);wprintw (show_pad,"%2.2f%%",100*(float) super->s_free_inodes_count/ (float) super
[all...]
/external/e2fsprogs/misc/
H A De2undo.c46 struct ext2_super_block super; local
49 retval = io_channel_read_blk(channel, 1, -SUPERBLOCK_SIZE, &super);
67 if (super.s_mtime != s_mtime) {
87 if (memcmp(s_uuid, super.s_uuid, sizeof(s_uuid))) {
/external/llvm/include/llvm/Support/
H A DGetElementPtrTypeIterator.h26 Type *, ptrdiff_t> super; typedef in class:llvm::generic_gep_type_iterator
/external/e2fsprogs/lib/ext2fs/
H A Dinitialize.c68 struct ext2_super_block *sb = fs->super;
98 struct ext2_super_block *super; local
138 retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &super);
141 fs->super = super;
143 memset(super, 0, SUPERBLOCK_SIZE);
145 #define set_field(field, default) (super->field = param->field ? \
148 super->s_magic = EXT2_SUPER_MAGIC;
149 super->s_state = EXT2_VALID_FS;
153 set_field(s_first_data_block, super
[all...]
H A Dclosefs.c37 if (!(fs->super->s_feature_ro_compat &
57 * blocks used by the super block and group descriptors instead.
75 if (fs->super->s_feature_incompat & EXT2_FEATURE_INCOMPAT_META_BG)
76 old_desc_blocks = fs->super->s_first_meta_bg;
79 fs->desc_blocks + fs->super->s_reserved_gdt_blocks;
82 numblocks = (fs->super->s_blocks_count -
83 fs->super->s_first_data_block) %
84 fs->super->s_blocks_per_group;
86 numblocks = fs->super->s_blocks_per_group;
88 numblocks = fs->super
140 write_primary_superblock(ext2_filsys fs, struct ext2_super_block *super) argument
[all...]
H A Dundo_io.c132 struct ext2_super_block super; local
143 retval = io_channel_read_blk(channel, 1, -SUPERBLOCK_SIZE, &super);
150 tdb_data.dptr = (unsigned char *) &(super.s_mtime);
151 tdb_data.dsize = sizeof(super.s_mtime);
161 tdb_data.dptr = (unsigned char *)&(super.s_uuid);
162 tdb_data.dsize = sizeof(super.s_uuid);
/external/libxml2/
H A Dxmlcatalog.c323 \t and with --sgml it automatically updates the super catalog\n\
324 \t--no-super-update: do not update the SGML super catalog\n\
366 } else if ((!strcmp(argv[i], "-no-super-update")) ||
367 (!strcmp(argv[i], "--no-super-update"))) {
436 xmlCatalogPtr super = NULL; local
448 super = xmlLoadSGMLSuperCatalog(XML_SGML_DEFAULT_CATALOG);
449 if (super == NULL)
450 super = xmlNewCatalog(1);
452 xmlACatalogAdd(super, BAD_CAS
[all...]
/external/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h69 typename GT::NodeType, ptrdiff_t> super; typedef in class:llvm::df_iterator
130 typedef typename super::pointer pointer;
H A DEquivalenceClasses.h240 const ElemTy, ptrdiff_t> super; typedef in class:llvm::EquivalenceClasses::member_iterator
245 typedef typename super::pointer pointer;
246 typedef typename super::reference reference;

Completed in 344 milliseconds

12