Home
last modified time | relevance | path

Searched refs:cl_ (Results 1 – 3 of 3) sorted by relevance

/external/marisa-trie/tools/
Dmarisa-benchmark.cc28 Clock() : cl_(std::clock()) {} in Clock()
31 cl_ = std::clock(); in reset()
36 return (cur == cl_) ? 0.01 : (1.0 * (cur - cl_) / CLOCKS_PER_SEC); in elasped()
40 std::clock_t cl_; member in __anon25e55f870111::Clock
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-benchmark.cc28 Clock() : cl_(std::clock()) {} in Clock()
31 cl_ = std::clock(); in reset()
36 return (cur == cl_) ? 0.01 : (1.0 * (cur - cl_) / CLOCKS_PER_SEC); in elasped()
40 std::clock_t cl_; member in __anon3c8043850111::Clock
/external/libvncserver/libvncserver/
Drfbserver.c287 rfbClientPtr cl,cl_; in rfbNewTCPOrUDPClient() local
330 while ((cl_ = rfbClientIteratorNext(iterator)) != NULL) { in rfbNewTCPOrUDPClient()
331 rfbLog(" %s\n",cl_->host); in rfbNewTCPOrUDPClient()