Searched refs:element (Results 1 – 11 of 11) sorted by relevance
/scripts/ |
D | asn1_compiler.c | 685 struct element { struct 690 struct element *children; argument 691 struct element *next; argument 692 struct element *render_next; argument 693 struct element *list_next; argument 712 struct element *element; argument 802 static struct element *parse_type(struct token **_cursor, struct token *stop, 823 type->element = parse_type(&cursor, type[1].name, NULL); in parse() 824 type->element->type_def = type; in parse() 837 static struct element *element_list; [all …]
|
/scripts/coccinelle/misc/ |
D | array_size.cocci | 1 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element 5 //# element or by any indexed element or the element type. It replaces the
|
D | badty.cocci | 1 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
|
/scripts/gdb/linux/ |
D | utils.py | 46 element = gdb.Value(0).cast(typeobj) 47 return int(str(element[field].address).split()[0], 16)
|
/scripts/coccinelle/iterators/ |
D | list_entry_update.cocci | 1 /// list_for_each_entry uses its first argument to get from one element of
|
D | itnull.cocci | 2 /// to a real list element, never NULL.
|
/scripts/genksyms/ |
D | lex.lex.c_shipped | 1550 * The next element becomes the new top. 1840 /* Pop the buffer stack, destroying each element. */
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1862 * The next element becomes the new top. 2152 /* Pop the buffer stack, destroying each element. */
|
D | dtc-parser.tab.c_shipped | 1799 " %d-bit array element", (yyvsp[-1].array).bits);
|
/scripts/kconfig/ |
D | zconf.lex.c_shipped | 1998 * The next element becomes the new top. 2288 /* Pop the buffer stack, destroying each element. */
|
D | zconf.tab.c_shipped | 1500 Waste one element of value and location stack
|