Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h37 #define __BITS4 (W_TYPE_SIZE / 4) macro
1318 __a = __xr < ((UWtype)1<<2*__BITS4) \
1319 ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \
1320 : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \