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

  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 390 uint32_t RecordLength=1;
402 RecordLength++;
407 RecordLength += Record->TypeLength;
415 RecordLength++;/* for short record*/
420 RecordLength += PHFRINFCNDEFRECORD_NORMAL_RECORD_BYTE;/* for normal record*/
427 RecordLength += Record->PayloadLength;
434 RecordLength +=Record->IdLength;
436 RecordLength ++;
438 return RecordLength;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 913 unsigned RecordLength = Record.size();
914 if (Record.empty() || RecordLength < 2)
917 Name.resize(RecordLength-1);
919 for (unsigned i = 1; i != RecordLength; ++i)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 63 milliseconds