HomeSort by: relevance | last modified time | path
    Searched refs:_BITS (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
bitint.h 183 soft-fp macros into RV, U##DI##type DI##_BITS precise normal
211 rsize = DI##_BITS; \
214 if (shift + DI##_BITS > arprec) \
241 rv >>= (DI##_BITS > BIL_TYPE_SIZE ? BIL_TYPE_SIZE : 0); \
242 rvs >>= (DI##_BITS > BIL_TYPE_SIZE ? BIL_TYPE_SIZE : 0); \
284 if (BIL_TYPE_SIZE > DI##_BITS && n > DI##_BITS) \
286 iv = msb >> (n - DI##_BITS); \
287 shift = n - DI##_BITS; \
293 n = DI##_BITS - n;
    [all...]
  /src/sys/arch/luna68k/dev/
psgpam_enc.c 118 v >>= (AUDIO_INTERNAL_BITS - table##_BITS); \
132 v >>= (AUDIO_INTERNAL_BITS - table##_BITS); \
  /src/sys/arch/arm/imx/
imx23_usbphyreg.h 109 #define HW_USBPHY_CTRL_RSVD3 _ _BITS(27, 14)
  /src/sys/sys/
ptree.h 117 #define PT__MASK(n) ((1 << n ## _BITS) - 1)
  /src/sys/arch/mips/cavium/dev/
octeon_twsi.c 499 #define _ENTRY(x) { #x, x##_OFFSET, x##_BITS }
  /src/sys/netipsec/
key.c 118 #define _BITS(bytes) ((bytes) << 3)
1200 _BITS(sav->sah->saidx.src.sa.sa_len), IPSEC_ULPROTO_ANY);
1207 _BITS(sav->sah->saidx.src.sa.sa_len), IPSEC_ULPROTO_ANY);
4376 return _BITS(sizeof(struct in_addr));
4378 return _BITS(sizeof(struct in6_addr));
6604 if (_BITS(algo->maxkey) < ipsec_esp_keymin)
6606 if (_BITS(algo->minkey) < ipsec_esp_keymin)
6609 encmin = _BITS(algo->minkey);
6643 comb->sadb_comb_encrypt_maxbits = _BITS(algo->maxkey);
6709 if (_BITS(minkeysize) < ipsec_ah_keymin
    [all...]

Completed in 23 milliseconds