Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp459 std::string IDString = buildIDToString(ID); in findBinaries() local
462 (void)DebugBinaries.try_emplace(IDString, std::move(FilePath)); in findBinaries()
465 (void)Binaries.try_emplace(IDString, std::move(FilePath)); in findBinaries()
564 std::string IDString; in DebuginfodServer() local
565 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer()
570 object::BuildID ID(IDString.begin(), IDString.end()); in DebuginfodServer()
582 std::string IDString; in DebuginfodServer() local
583 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer()
588 object::BuildID ID(IDString.begin(), IDString.end()); in DebuginfodServer()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampirsp.c7551 agsaID_t *IDString = agNULL; in mpiGetOperatorRsp() local
7559 OSSA_READ_LE_32(AGROOT, &IDstr[0], pIomb, OSSA_OFFSET_OF(agsaGetOperatorRsp_t, IDString[0])); in mpiGetOperatorRsp()
7560 OSSA_READ_LE_32(AGROOT, &IDstr[1], pIomb, OSSA_OFFSET_OF(agsaGetOperatorRsp_t, IDString[1])); in mpiGetOperatorRsp()
7561 OSSA_READ_LE_32(AGROOT, &IDstr[2], pIomb, OSSA_OFFSET_OF(agsaGetOperatorRsp_t, IDString[2])); in mpiGetOperatorRsp()
7562 OSSA_READ_LE_32(AGROOT, &IDstr[3], pIomb, OSSA_OFFSET_OF(agsaGetOperatorRsp_t, IDString[3])); in mpiGetOperatorRsp()
7563 OSSA_READ_LE_32(AGROOT, &IDstr[4], pIomb, OSSA_OFFSET_OF(agsaGetOperatorRsp_t, IDString[4])); in mpiGetOperatorRsp()
7564 OSSA_READ_LE_32(AGROOT, &IDstr[5], pIomb, OSSA_OFFSET_OF(agsaGetOperatorRsp_t, IDString[5])); in mpiGetOperatorRsp()
7565 OSSA_READ_LE_32(AGROOT, &IDstr[6], pIomb, OSSA_OFFSET_OF(agsaGetOperatorRsp_t, IDString[6])); in mpiGetOperatorRsp()
7566 OSSA_READ_LE_32(AGROOT, &IDstr[7], pIomb, OSSA_OFFSET_OF(agsaGetOperatorRsp_t, IDString[7])); in mpiGetOperatorRsp()
7594 IDString = (agsaID_t *)tmpIDstr; in mpiGetOperatorRsp()
[all …]
H A Dsampidefs.h1892 bit32 IDString[8]; /* 4 11*/ member