HomeSort by relevance Sort by last modified time
    Searched refs:operandB (Results 1 - 8 of 8) sorted by null

  /external/tpm2/
PolicyCounterTimer.c 16 // operandB failed
53 result = TimeGetRange(in->offset, in->operandB.t.size, &infoData);
61 if(CryptCompare(in->operandB.t.size, infoData,
62 in->operandB.t.size, in->operandB.t.buffer) != 0)
67 if(CryptCompare(in->operandB.t.size, infoData,
68 in->operandB.t.size, in->operandB.t.buffer) == 0)
73 if(CryptCompareSigned(in->operandB.t.size, infoData,
74 in->operandB.t.size, in->operandB.t.buffer) <= 0
    [all...]
PolicyNV.c 21 // operandB
31 BYTE nvBuffer[sizeof(in->operandB.t.buffer)];
54 // Valid NV data size should not be smaller than input operandB size
55 if((nvIndex.publicArea.dataSize - in->offset) < in->operandB.t.size)
62 in->operandB.t.size, nvBuffer);
68 if(CryptCompare(in->operandB.t.size, nvBuffer,
69 in->operandB.t.size, in->operandB.t.buffer) != 0)
74 if(CryptCompare(in->operandB.t.size, nvBuffer,
75 in->operandB.t.size, in->operandB.t.buffer) == 0
    [all...]
PolicyCounterTimer_fp.h 14 TPM2B_OPERAND operandB;
PolicyNV_fp.h 16 TPM2B_OPERAND operandB;
Marshal_PolicyCounterTimer.c 18 result = TPM2B_OPERAND_Unmarshal(&target->operandB, buffer, size);
Marshal_PolicyNV.c 20 result = TPM2B_OPERAND_Unmarshal(&target->operandB, buffer, size);
  /external/v8/src/arm64/
assembler-arm64.cc 471 const MemOperand& operandB,
477 if (!operandA.base().Is(operandB.base()) ||
479 (operandB.addrmode() != Offset) ||
485 if ((operandB.offset() == operandA.offset() + (1 << access_size_log2)) &&
489 if ((operandA.offset() == operandB.offset() + (1 << access_size_log2)) &&
490 is_int7(operandB.offset() >> access_size_log2)) {
    [all...]
assembler-arm64.h 673 kPairBA // Can use a pair instruction (operandB has lower address).
677 const MemOperand& operandB,
    [all...]

Completed in 91 milliseconds