Searched defs:n1 (Results 1 - 5 of 5) sorted by relevance

/system/extras/simpleperf/
H A Dcallchain.h153 static bool CompareNodeByPeriod(const std::unique_ptr<NodeT>& n1, argument
155 uint64_t period1 = n1->period + n1->children_period;
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp223 for (unsigned int n1 = 0; n1 < str.size(); n1++) {
224 if ((str[n1] > 0x20) && (str[n1] < 0x80)) {
225 stream << (char) str[n1];
236 for (unsigned int n1 = 0; n1 < CPU_SETSIZE; n1++) {
237 if (CPU_ISSET(n1,
239 stream << n1; local
[all...]
/system/bt/stack/smp/
H A Daes.cc259 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; local
264 if (n1)
265 while (n2 >= n1) /* divide polynomial p2 by p1 */
267 n2 /= n1; /* shift smaller polynomial left */
276 while (n1 >= n2) {
277 n1 /= n2;
278 p1 ^= p2 * n1;
279 v1 ^= v2 * n1;
280 n1 = hibit(p1);
H A Dsmp_keys.cc1216 bool smp_calculate_f5(uint8_t* w, uint8_t* n1, uint8_t* n2, uint8_t* a1, argument
1244 p_prnt = n1;
1263 if (!smp_calculate_f5_mackey_or_long_term_key(t, counter_mac_key, key_id, n1,
1273 if (!smp_calculate_f5_mackey_or_long_term_key(t, counter_ltk, key_id, n1, n2,
1319 uint8_t* key_id, uint8_t* n1,
1344 p_prnt = n1;
1367 ARRAY_TO_STREAM(p, n1, BT_OCTET16_LEN);
1556 bool smp_calculate_f6(uint8_t* w, uint8_t* n1, uint8_t* n2, uint8_t* r, argument
1572 p_print = n1;
1602 ARRAY_TO_STREAM(p, n1, BT_OCTET16_LE
1318 smp_calculate_f5_mackey_or_long_term_key(uint8_t* t, uint8_t* counter, uint8_t* key_id, uint8_t* n1, uint8_t* n2, uint8_t* a1, uint8_t* a2, uint8_t* length, uint8_t* mac) argument
[all...]
/system/core/fs_mgr/
H A Dfs_mgr.cpp522 char *n1; local
526 n1 = strdup(in1);
529 remove_trailing_slashes(n1);
532 ret = !strcmp(n1, n2);
534 free(n1);

Completed in 163 milliseconds