Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic.cc493 int n_fixed = 0; in apply_stch() local
505 n_fixed++; in apply_stch()
528 DEBUG_MSG (ARABIC, nullptr, "fixed tiles: count=%d width=%d", n_fixed, w_fixed); in apply_stch()
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa_impl.c165 const BIGNUM *n_fixed = &rsa->mont_n->N; in freeze_private_key() local
172 !ensure_fixed_copy(&rsa->d_fixed, rsa->d, n_fixed->width)) { in freeze_private_key()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rsa/
Drsa_impl.c160 const BIGNUM *n_fixed = &rsa->mont_n->N; in freeze_private_key() local
167 !ensure_fixed_copy(&rsa->d_fixed, rsa->d, n_fixed->width)) { in freeze_private_key()