Home
last modified time | relevance | path

Searched refs:nbits (Results 351 - 366 of 366) sorted by relevance

1...<<1112131415

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp1295 unsigned nbits = BitWidth, i = 4; in sqrt() local
1303 if (i >= nbits || this->ule(testy)) { in sqrt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp1134 unsigned nbits = BitWidth, i = 4;
1142 if (i >= nbits || this->ule(testy)) {
/third_party/ffmpeg/libavcodec/arm/
H A Dfft_vfp.S31 ldr ip, [a1, #0] @ nbits
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcompiler.h1176 unsigned offset, unsigned nbits);
/third_party/elfutils/src/
H A Dreadelf.c3510 uint_fast32_t nbits = 0; in handle_gnu_hash() local
3519 nbits += (word & 0x0000ffff) + ((word >> 16) & 0x0000ffff); in handle_gnu_hash()
3527 ((nbits * 100 + 50) in handle_gnu_hash()
11898 unsigned int nbits = count * size * 8; in handle_core_item() local
11902 bool negate = pop > nbits / 2; in handle_core_item()
11906 char printed[(negate ? nbits - pop : pop) * 16 + 1]; in handle_core_item()
11959 if (lastbit > 0 && run > 0 && lastbit + 1 != nbits) in handle_core_item()
/third_party/python/Modules/
H A D_testcapimodule.c2467 size_t nbits; in test_long_numbits() member
2487 size_t nbits; in test_long_numbits() local
2494 nbits = _PyLong_NumBits(plong); in test_long_numbits()
2498 if (nbits != testcases[i].nbits) in test_long_numbits()
/kernel/linux/linux-6.6/drivers/edac/
H A Dsb_edac.c1958 static int sb_bits(u64 addr, int nbits, u8 *bits) in sb_bits() argument
1962 for (i = 0; i < nbits; i++) in sb_bits()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2738 void rtw89_core_release_all_bits_map(unsigned long *addr, unsigned int nbits) in rtw89_core_release_all_bits_map() argument
2740 bitmap_zero(addr, nbits); in rtw89_core_release_all_bits_map()
H A Dcore.h5378 void rtw89_core_release_all_bits_map(unsigned long *addr, unsigned int nbits);
/third_party/python/Lib/test/
H A Dpickletester.py1880 for nbits in 1, 8, 8*254, 8*255, 8*256, 8*257:
1881 nbase = 1 << nbits
/third_party/mbedtls/library/
H A Dpsa_crypto.c3845 operation->ctx->grp.nbits); in mbedtls_psa_sign_hash_start()
4062 coordinate_bytes = PSA_BITS_TO_BYTES(operation->ctx->grp.nbits); in mbedtls_psa_verify_hash_start()
6176 m = ecp_group.nbits; in psa_generate_derived_ecc_key_weierstrass_helper()
H A Decp_curves_new.c4545 grp->nbits = mbedtls_mpi_bitlen(&grp->N); in ecp_group_load()
4684 grp->nbits = 254; in ecp_use_curve25519()
4745 grp->nbits = 447; in ecp_use_curve448()
H A Decp_curves.c4535 grp->nbits = mbedtls_mpi_bitlen(&grp->N); in ecp_group_load()
4647 grp->nbits = 254; in ecp_use_curve25519()
4702 grp->nbits = 447; in ecp_use_curve448()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c186 #define SYM_FIELD_ACROSS(value, regname, fldname, nbits) \
187 (((value) >> SYM_LSB(regname, fldname)) & MASK_ACROSS(0, nbits))
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c186 #define SYM_FIELD_ACROSS(value, regname, fldname, nbits) \
187 (((value) >> SYM_LSB(regname, fldname)) & MASK_ACROSS(0, nbits))
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 143 milliseconds

1...<<1112131415