Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 3 of 3) sorted by relevance

/scripts/kconfig/
Dnconf.h27 typeof(b) _b = b;\
28 _a > _b ? _a : _b; })
32 typeof(b) _b = b;\
33 _a < _b ? _a : _b; })
/scripts/
Dsorttable.h104 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp() argument
108 const int *b = g_orc_ip_table + *(int *)_b; in orc_sort_cmp()
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()