| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/endian/ |
| H A D | endian.hpp | 301 template <BOOST_SCOPED_ENUM(endianness) E, typename T, std::size_t n_bits, 311 template <typename T, std::size_t n_bits> 312 class endian< endianness::big, T, n_bits, alignment::unaligned > 313 : cover_operators< endian< endianness::big, T, n_bits >, T > 315 BOOST_STATIC_ASSERT( (n_bits/8)*8 == n_bits ); 324 std::clog << "big, unaligned, " << n_bits << "-bits, construct(" << val << ")\n"; in endian() 326 detail::store_big_endian<T, n_bits/8>(m_value, val); in endian() 329 … endian & operator=(T val) { detail::store_big_endian<T, n_bits/8>(m_value, val); return *this; } in operator =() 334 …std::clog << "big, unaligned, " << n_bits << "-bits, convert(" << detail::load_big_endian<T, n_bit… in operator T() 336 return detail::load_big_endian<T, n_bits/8>(m_value); in operator T() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_lpm_map.c | 33 size_t n_bits; member 39 size_t n_bits); 43 size_t n_bits) in tlpm_add() argument 48 n = (n_bits + 7) / 8; in tlpm_add() 51 node = tlpm_match(list, key, n_bits); in tlpm_add() 52 if (node && node->n_bits == n_bits) { in tlpm_add() 63 node->n_bits = n_bits; in tlpm_add() 83 size_t n_bits) in tlpm_match() argument 95 for (i = 0; i < n_bits && i < list->n_bits; ++i) { in tlpm_match() 101 if (i >= list->n_bits) { in tlpm_match() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | bsd_comp.c | 140 unsigned char n_bits; /* current bits/code */ member 226 db->n_bits = BSD_INIT_BITS; in bsd_clear() 569 unsigned int n_bits; in bsd_compress() local 598 bitno -= n_bits; \ in bsd_compress() 624 n_bits = db->n_bits; in bsd_compress() 627 mxcode = MAXCODE (n_bits); in bsd_compress() 707 db->n_bits = ++n_bits; in bsd_compress() 708 mxcode = MAXCODE (n_bits); in bsd_compress() 778 db->n_bits++; in bsd_compress() 834 unsigned int n_bits; in bsd_decompress() local [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | sbitmap.h | 88 unsigned int n_bits; /* Number of bits. */ member 97 #define SBITMAP_SIZE(BITMAP) ((BITMAP)->n_bits) 105 gcc_checking_assert ((unsigned int)index < map->n_bits); in bitmap_check_index() 113 gcc_checking_assert (a->n_bits == b->n_bits); in bitmap_check_sizes()
|
| H A D | profile-count.h | 148 static const int n_bits = 29; in class() local 151 static const uint32_t max_probability = (uint32_t) 1 << (n_bits - 2); in class() 153 = ((uint32_t) 1 << (n_bits - 1)) - 1; in class() 697 static const int n_bits = 61; 698 static const uint64_t max_count = ((uint64_t) 1 << n_bits) - 2; 700 static const uint64_t uninitialized_count = ((uint64_t) 1 << n_bits) - 1; 711 uint64_t UINT64_BIT_FIELD_ALIGN m_val : n_bits;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | sbitmap.h | 88 unsigned int n_bits; /* Number of bits. */ member 97 #define SBITMAP_SIZE(BITMAP) ((BITMAP)->n_bits) 105 gcc_checking_assert ((unsigned int)index < map->n_bits); in bitmap_check_index() 113 gcc_checking_assert (a->n_bits == b->n_bits); in bitmap_check_sizes()
|
| H A D | profile-count.h | 148 static const int n_bits = 29; in class() local 151 static const uint32_t max_probability = (uint32_t) 1 << (n_bits - 2); in class() 153 = ((uint32_t) 1 << (n_bits - 1)) - 1; in class() 697 static const int n_bits = 61; 698 static const uint64_t max_count = ((uint64_t) 1 << n_bits) - 2; 700 static const uint64_t uninitialized_count = ((uint64_t) 1 << n_bits) - 1; 711 uint64_t UINT64_BIT_FIELD_ALIGN m_val : n_bits;
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_rsa_helper.h | 51 RK_RES rk_rsa_sign_do_padding(enum RK_RSA_SIGN_PADDING padding, uint16_t key_len, uint16_t n_bits, 55 RK_RES rk_rsa_sign_undo_padding(enum RK_RSA_SIGN_PADDING padding, uint16_t key_len, uint16_t n_bits,
|
| H A D | rkcrypto_rsa_helper.c | 853 RK_RES rsa_padding_add_pss_type(uint16_t key_len, uint16_t n_bits, in rsa_padding_add_pss_type() argument 901 msb = n_bits - 1; in rsa_padding_add_pss_type() 946 msb = n_bits - 1; in rsa_padding_add_pss_type() 959 RK_RES rk_rsa_padding_check_pss_type(uint16_t key_len, uint16_t n_bits, in rk_rsa_padding_check_pss_type() argument 1002 msb = n_bits - 1; in rk_rsa_padding_check_pss_type() 1332 RK_RES rk_rsa_sign_do_padding(enum RK_RSA_SIGN_PADDING padding, uint16_t key_len, uint16_t n_bits, in rk_rsa_sign_do_padding() argument 1367 res = rsa_padding_add_pss_type(key_len, n_bits, hash_algo, tmp_hash, hash_len, pad); in rk_rsa_sign_do_padding() 1380 RK_RES rk_rsa_sign_undo_padding(enum RK_RSA_SIGN_PADDING padding, uint16_t key_len, uint16_t n_bits, in rk_rsa_sign_undo_padding() argument 1428 res = rk_rsa_padding_check_pss_type(key_len, n_bits, hash_algo, in rk_rsa_sign_undo_padding()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ingenic/ |
| H A D | x1830-cgu.c | 122 .n_bits = 6, 145 .n_bits = 6, 168 .n_bits = 6, 191 .n_bits = 6,
|
| H A D | x1000-cgu.c | 194 .n_bits = 5, 217 .n_bits = 5,
|
| H A D | jz4770-cgu.c | 112 .n_bits = 5, 136 .n_bits = 5,
|
| H A D | cgu.h | 52 u8 n_shift, n_bits, n_offset; member
|
| H A D | jz4740-cgu.c | 79 .n_bits = 5,
|
| H A D | jz4725b-cgu.c | 64 .n_bits = 5,
|
| H A D | cgu.c | 97 n = (ctl >> pll_info->n_shift) & GENMASK(pll_info->n_bits - 1, 0); in ingenic_pll_recalc_rate() 137 n = min_t(unsigned, n, 1 << clk_info->pll.n_bits); in ingenic_pll_calc() 200 ctl &= ~(GENMASK(pll_info->n_bits - 1, 0) << pll_info->n_shift); in ingenic_pll_set_rate()
|
| H A D | jz4780-cgu.c | 280 .n_bits = 6, \
|
| /OK3568_Linux_fs/kernel/fs/sysv/ |
| H A D | super.c | 308 u_char n_bits = size+8; in complete_read_super() local 309 int bsize = 1 << n_bits; in complete_read_super() 319 sbi->s_inodes_per_block_bits = n_bits-6; in complete_read_super() 323 sbi->s_ind_per_block_bits = n_bits-2; in complete_read_super()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | radiotap.c | 53 .n_bits = ARRAY_SIZE(rtap_namespace_sizes), 242 iterator->_arg_index >= iterator->current_namespace->n_bits) { in ieee80211_radiotap_iterator_next()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v2_pka.c | 521 u32 n_bits, n_words; in pka_div_bignum() local 525 n_bits = (u32)s % 32; in pka_div_bignum() 538 s1 = i > 0 ? 32 : n_bits; in pka_div_bignum()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | mxc_spi.c | 339 int n_bits; in mxc_spi_xfer_internal() local 357 n_bits = blk_size * 8; in mxc_spi_xfer_internal() 359 ret = spi_xchg_single(mxcs, n_bits, p_outbuf, p_inbuf, 0); in mxc_spi_xfer_internal()
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2_pka.c | 636 u32 n_bits, n_words; in rk_pka_div_long_num() local 640 n_bits = (u32)s % 32; in rk_pka_div_long_num() 659 s1 = n_bits; in rk_pka_div_long_num()
|
| H A D | crypto_v2.c | 1373 u32 n_bits, n_words; in rockchip_crypto_rsa_verify() local 1386 n_bits = crypto_algo_nbits(ctx->algo); in rockchip_crypto_rsa_verify() 1387 n_words = BITS2WORD(n_bits); in rockchip_crypto_rsa_verify() 1414 memcpy(output, mpa_result->d, BITS2BYTE(n_bits)); in rockchip_crypto_rsa_verify()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_mio_common.c | 4348 int n_bits; member 4438 int n_bits; in caldac_setup() local 4446 n_bits = caldacs[type].n_bits; in caldac_setup() 4451 if (caldacs[type].n_bits != n_bits) in caldac_setup() 4470 (1 << caldacs[type].n_bits) - 1; in caldac_setup() 4479 s->maxdata = (1 << caldacs[type].n_bits) - 1; in caldac_setup()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-imx.c | 1069 static void spi_imx_set_burst_len(struct spi_imx_data *spi_imx, int n_bits) in spi_imx_set_burst_len() argument 1075 ctrl |= ((n_bits - 1) << MX51_ECSPI_CTRL_BL_OFFSET); in spi_imx_set_burst_len()
|