Home
last modified time | relevance | path

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

/coreutils/src/
Dlonglong.h317 UWtype _x = (x), _y, _a, _c; \
320 _c = (_a - 1) << 3; \
321 _x >>= _c; \
323 _x >>= 4, _c += 4; \
325 _x >>= 2, _c += 2; \
326 _c += _x >> 1; \
327 (count) = W_TYPE_SIZE - 1 - _c; \
Dsort.c592 #define _ct_(_s, _c) _s, argument
598 #define _ct_(_s, _c) _c, argument
613 #define _st_(_s, _c) _s, argument
619 #define _st_(_s, _c) _c, argument