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

  /system/vold/
KeyStorage.cpp 253 const std::string& salt, std::string* stretched) {
259 stretched->clear();
261 *stretched = secret;
270 stretched->assign(STRETCHED_BYTES, '\0');
274 reinterpret_cast<uint8_t*>(&(*stretched)[0]), stretched->size()) != 0) {
288 std::string stretched; local
289 if (!stretchSecret(stretching, auth.secret, salt, &stretched)) return false;
290 *appId = hashWithPrefix(kHashPrefix_secdiscardable, secdiscardable) + stretched;
  /external/freetype/src/truetype/
ttobjs.h 266 FT_Bool stretched; /* `is the glyph stretched?'-flag */ member in struct:TT_Size_Metrics_
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 270 FT_Bool stretched; /* `is the glyph stretched?'-flag */ member in struct:TT_Size_Metrics_
  /toolchain/binutils/binutils-2.25/gas/
write.c 2441 int stretched; local
    [all...]

Completed in 575 milliseconds