Home
last modified time | relevance | path

Searched defs:n1 (Results 1 – 8 of 8) sorted by relevance

/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp224 for (unsigned int n1 = 0; n1 < str.size(); n1++) { in operator <<() local
237 for (unsigned int n1 = 0; n1 < CPU_SETSIZE; n1++) { in operator <<() local
/system/extras/simpleperf/
Dcallchain.cpp110 static bool CompareNodeByPeriod(const std::unique_ptr<CallChainNode>& n1, in CompareNodeByPeriod()
/system/extras/tests/wifi/stress/
DwifiLoadScanAssoc.c390 unsigned int n1; in init() local
/system/core/libutils/
DUnicode.cpp311 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16()
330 int strzcmp16_h_n(const char16_t *s1H, size_t n1, const char16_t *s2N, size_t n2) in strzcmp16_h_n()
/system/bt/stack/smp/
Dsmp_keys.c1479 BOOLEAN smp_calculate_f5(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, in smp_calculate_f5()
1586 UINT8 *key_id, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, in smp_calculate_f5_mackey_or_long_term_key()
1828 BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap, UINT8 *a1, in smp_calculate_f6()
Daes.c235 { uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
/system/core/fs_mgr/
Dfs_mgr.c250 char *n1; in fs_match() local
/system/core/libmincrypt/
Dp256_ec.c1246 const p256_int* n1, const p256_int* n2, const p256_int* in_x, in p256_points_mul_vartime()