Searched refs:resTag (Results 1 – 3 of 3) sorted by relevance
/external/tpm2/ |
D | ExecCommand.c | 64 TPM_ST resTag; // tag for the response in ExecuteCommand() local 297 resTag = tag; in ExecuteCommand() 318 resTag = TPM_ST_RSP_COMMAND; in ExecuteCommand() 321 resTag = TPM_ST_NO_SESSIONS; in ExecuteCommand() 337 TPM_ST_Marshal(&resTag, &buffer, &bufferSize); in ExecuteCommand()
|
D | part4.txt | 3342 35 TPM_ST resTag; // tag for the response 3626 298 resTag = tag; 3654 321 resTag = TPM_ST_RSP_COMMAND; 3657 324 resTag = TPM_ST_NO_SESSIONS; 3673 340 TPM_ST_Marshal(&resTag, &buffer, NULL);
|
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 106 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, … in getFallbackData() argument 113 …*res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get … in getFallbackData() 121 … *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); in getFallbackData()
|