HomeSort by relevance Sort by last modified time
    Searched defs:ucount (Results 1 - 2 of 2) sorted by null

  /system/security/keystore/
IKeystoreService.cpp 247 size_t ucount = count; local
252 chain.entries = reinterpret_cast<keymaster_blob_t*>(malloc(sizeof(keymaster_blob_t) * ucount));
258 memset(chain.entries, 0, sizeof(keymaster_blob_t) * ucount);
259 for (size_t i = 0; i < ucount; ++i) {
    [all...]
  /external/valgrind/perf/
tinycc.c 9063 int lcount, ucount; local
    [all...]

Completed in 93 milliseconds