Home
last modified time | relevance | path

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

/system/tools/hidl/docs/src/lexer/
DILexer.kt63 val n1 = matchResult.groups[1]?.value in <lambda>() constant
/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.cc56 uint8_t* key_id, const Octet16& n1, in calculate_mac_key_or_ltk()
76 void f5(uint8_t* w, const Octet16& n1, const Octet16& n2, uint8_t* a1, in f5()
100 Octet16 f6(const Octet16& w, const Octet16& n1, const Octet16& n2, in f6()
Daes.cc256 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp223 for (unsigned int n1 = 0; n1 < str.size(); n1++) { in operator <<() local
236 for (unsigned int n1 = 0; n1 < CPU_SETSIZE; n1++) { in operator <<() local
/system/bt/stack/test/
Dcrypto_toolbox_test.cc188 Octet16 n1{0xd5, 0xcb, 0x84, 0x54, 0xd1, 0x77, 0x73, 0x3e, in TEST() local
218 Octet16 n1{0xd5, 0xcb, 0x84, 0x54, 0xd1, 0x77, 0x73, 0x3e, in TEST() local
/system/extras/simpleperf/
DCallChainJoiner.cpp104 bool LRUCache::CacheNodeEqual(const CacheNode* n1, const CacheNode* n2) { in CacheNodeEqual()
/system/core/libutils/
DUnicode.cpp309 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16()