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

  /external/ltp/testcases/kernel/io/disktest/
sfunc.c 104 int bOct = 0, bHex = 0;
115 bHex = 1;
127 if ((!bOct) && (!bHex)) {
131 } else if (bHex) {
  /external/pdfium/core/fpdfapi/edit/
cpdf_creator.cpp 221 bool bHex = pObj->AsString()->IsHex();
230 ByteString(encryptor.GetData(), encryptor.GetSize()), bHex);

Completed in 150 milliseconds