Searched defs:n (Results 1 – 11 of 11) sorted by relevance
38 int n = 1000; in testAverage() local51 int n = 1000; in testMin() local66 int n = 1000; in testMax() local79 int n = 1000; in testStd() local
28 private int n; field in StatSummary50 int n, in StatSummary()
16 int n = seqB.length; in calculateEditDistance() local
40 string::size_type n = fqInstanceName.find("/"); in SetHALInstrumentation() local
64 def ReadBytes(self, n): argument
91 int n = write(sockfd_, header.str().c_str(), header.str().length()); in VtsSocketSendBytes() local
40 string::size_type n = fqInstanceName.find("/"); in parseFqInstaceName() local
10 …nction(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("func… argument
168 int n = snprintf(module_basepath, 4096, "%s/%s/obj/SHARED_LIBRARIES", in FunctionCallBegin() local
62 static uint32_t rol32(uint32_t v, int n) { return (v << n) | (v >> (32 - n)); } in rol32()
1053 for (size_t n = 0; n < num_descriptors; n++) { in TEST() local