Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.h26 typeof(a) _a = a;\
28 _a > _b ? _a : _b; })
31 typeof(a) _a = a;\
33 _a < _b ? _a : _b; })
/scripts/
Dasn1_compiler.c719 static int type_index_compare(const void *_a, const void *_b) in type_index_compare() argument
721 const struct type *const *a = _a, *const *b = _b; in type_index_compare()