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

123

/external/clang/test/Modules/Inputs/
H A Dweird_objc.h1 typedef struct objc_object { void *super; int wibble; } *id; member in struct:objc_object
/external/ltrace/
H A Dlens_enum.h28 struct lens super; member in struct:enum_lens
/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
/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/valgrind/main/memcheck/tests/
H A Dclireq_nofill.c8 struct super { int x; }; struct
9 static struct super superblock = { 12345 };
/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 (ext2fs_blocks_count(super) != 0) {
33 wmove (show_pad,2,40);wprintw (show_pad,"%2.2f%%",100*(float) ext2fs_r_blocks_count(super)/ (float) ext2fs_blocks_count(super));
34 wmove (show_pad,3,40);wprintw (show_pad,"%2.2f%%",100*(float) ext2fs_free_blocks_count(super)/ (float) ext2fs_blocks_count(super));
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.c45 struct ext2_super_block super; local
48 retval = io_channel_read_blk64(channel, 1, -SUPERBLOCK_SIZE, &super);
66 if (super.s_mtime != s_mtime) {
86 if (memcmp(s_uuid, super.s_uuid, sizeof(s_uuid))) {
/external/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h26 Type *, ptrdiff_t> super; typedef in class:llvm::generic_gep_type_iterator
/external/ltrace/sysdeps/linux-gnu/
H A Dtrace.h59 struct event_handler super; member in struct:process_stopping_handler
/external/chromium_org/third_party/libxml/src/
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/e2fsprogs/lib/ext2fs/
H A Dinitialize.c55 struct ext2_super_block *sb = fs->super;
89 struct ext2_super_block *super; local
135 retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &super);
138 fs->super = super;
140 memset(super, 0, SUPERBLOCK_SIZE);
142 #define set_field(field, default) (super->field = param->field ? \
144 #define assign_field(field) (super->field = param->field)
146 super->s_magic = EXT2_SUPER_MAGIC;
147 super
[all...]
/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...]

Completed in 3447 milliseconds

123