Searched refs:_cursor (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_seg6_loop.c12 #define cursor_advance(_cursor, _len) \
13 ({ void *_tmp = _cursor; _cursor += _len; _tmp; })
H A Dtest_lwt_seg6local.c12 #define cursor_advance(_cursor, _len) \
13 ({ void *_tmp = _cursor; _cursor += _len; _tmp; })
/linux-master/scripts/
H A Dasn1_compiler.c798 static struct element *parse_type(struct token **_cursor, struct token *stop,
847 static struct element *parse_compound(struct token **_cursor, struct token *end,
853 static struct element *parse_type(struct token **_cursor, struct token *end, argument
858 struct token *cursor = *_cursor;
1131 *_cursor = cursor;
1147 static struct element *parse_compound(struct token **_cursor, struct token *end, argument
1151 struct token *cursor = *_cursor, *name;
1202 *_cursor = cursor;

Completed in 174 milliseconds