Home
last modified time | relevance | path

Searched refs:_cursor (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_lwt_seg6local.c17 #define cursor_advance(_cursor, _len) \ argument
18 ({ void *_tmp = _cursor; _cursor += _len; _tmp; })
/Linux-v4.19/scripts/
Dasn1_compiler.c802 static struct element *parse_type(struct token **_cursor, struct token *stop,
851 static struct element *parse_compound(struct token **_cursor, struct token *end,
857 static struct element *parse_type(struct token **_cursor, struct token *end, in parse_type() argument
862 struct token *cursor = *_cursor; in parse_type()
1135 *_cursor = cursor; in parse_type()
1151 static struct element *parse_compound(struct token **_cursor, struct token *end, in parse_compound() argument
1155 struct token *cursor = *_cursor, *name; in parse_compound()
1206 *_cursor = cursor; in parse_compound()