Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic.cc486 int n_fixed = 0; in apply_stch() local
498 n_fixed++; in apply_stch()
521 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.c159 const BIGNUM *n_fixed = &rsa->mont_n->N; in freeze_private_key() local
166 !ensure_fixed_copy(&rsa->d_fixed, rsa->d, n_fixed->width)) { in freeze_private_key()