Home
last modified time | relevance | path

Searched defs:hb (Results 1 – 18 of 18) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Console/
DHashCon.cpp181 HRESULT CHashCallbackConsole::BeforeFirstFile(const CHashBundle &hb) in BeforeFirstFile()
307 HRESULT CHashCallbackConsole::SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showH… in SetOperationResult()
371 void PrintHashStat(CStdOutStream &so, const CHashBundle &hb) in PrintHashStat()
394 HRESULT CHashCallbackConsole::AfterLastFile(CHashBundle &hb) in AfterLastFile()
DMain.cpp1317 CHashBundle hb; in Main2() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dsample.py5 from gi.repository import HarfBuzz as hb unknown
/third_party/libuv/src/
Dtimer.c42 const struct heap_node* hb) { in timer_less_than()
/third_party/node/deps/uv/src/
Dtimer.c39 const struct heap_node* hb) { in timer_less_than()
/third_party/node/deps/brotli/c/enc/
Dhash_composite_inc.h32 HASHER_B hb; member
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_composite_inc.h32 HASHER_B hb; member
/third_party/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp177 CHashBundle *hb, in ExtractGUI()
/third_party/musl/src/math/
Dfmal.c136 long double ha, hb, la, lb, p, q; in dd_mul() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmal.c136 long double ha, hb, la, lb, p, q; in dd_mul() local
/third_party/typescript/tests/baselines/reference/
DtemplateStringBinaryOperationsInvalid.js99 var hb = `2${ 3 * 4 }5` & 6; variable
DtemplateStringBinaryOperationsES6Invalid.js99 var hb = `2${ 3 * 4 }5` & 6; variable
/third_party/typescript/tests/cases/conformance/es6/templates/
DtemplateStringBinaryOperationsES6Invalid.ts99 var hb = `2${ 3 * 4 }5` & 6; variable
DtemplateStringBinaryOperationsInvalid.ts98 var hb = `2${ 3 * 4 }5` & 6; variable
/third_party/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp439 const CHashBundle &hb) in WriteLine()
494 CHashBundle hb; in HashCalc() local
1775 CHashBundle hb; in Z7_COM7F_IMF() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp165 unsigned hb = box->y; in box_fits() local
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Ddemo-compiled.js488 function hb(){this.g={}}na(hb); function
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp5980 auto draw = [&](TextHeightBehavior hb, const char* text, SkScalar height) { in UNIX_ONLY_TEST()