Searched defs:b (Results 1 – 7 of 7) sorted by relevance
1 __thread int b[2] __attribute__ ((tls_model ("initial-exec"))); variable
17 static int b __attribute__ ((used)) = S<1>::j; variable
6 int b; member
13 void *b; in main() local
43 uintptr_t_cmp (const void *a, const void *b) in uintptr_t_cmp()
53 uintptr_t_cmp (const void *a, const void *b) in uintptr_t_cmp()
363 #define DIGIT(b) _itoa_lower_digits[(b) & 0xf]; in _dl_reloc_bad_type() argument
Completed in 8 milliseconds