Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dgrouping.c24 #define MAX(a,b) ({ typeof(a) _a = (a); typeof(b) _b = (b); \
25 _a > _b ? _a : _b; })
Dlonglong.h572 UWtype _x = (x), _y, _a, _c; \
574 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
575 _c = (_a - 1) << 3; \
/glibc-2.36/sysdeps/sparc/sparc64/
Dsfp-machine.h126 #define QP_HANDLE_EXCEPTIONS(_a) \ argument
130 _a; \
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dsysdep.h159 long int _a = (long int)(a); \
160 register long int __a __asm__ ("r3") = _a;
/glibc-2.36/io/
Dfts.c101 #define MAX(a, b) ({ __typeof__ (a) _a = (a); \
103 _a > _b ? _a : _b; })