Home
last modified time | relevance | path

Searched refs:RecordLength (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_NdefRecord.c390 uint32_t RecordLength=1; in phFriNfc_NdefRecord_GetLength() local
402 RecordLength++; in phFriNfc_NdefRecord_GetLength()
407 RecordLength += Record->TypeLength; in phFriNfc_NdefRecord_GetLength()
415 RecordLength++;/* for short record*/ in phFriNfc_NdefRecord_GetLength()
420 RecordLength += PHFRINFCNDEFRECORD_NORMAL_RECORD_BYTE;/* for normal record*/ in phFriNfc_NdefRecord_GetLength()
427 RecordLength += Record->PayloadLength; in phFriNfc_NdefRecord_GetLength()
434 RecordLength +=Record->IdLength; in phFriNfc_NdefRecord_GetLength()
436 RecordLength ++; in phFriNfc_NdefRecord_GetLength()
438 return RecordLength; in phFriNfc_NdefRecord_GetLength()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1092 unsigned RecordLength = Record.size(); in ParseMetadata() local
1093 if (Record.empty() || RecordLength < 2) in ParseMetadata()
1096 Name.resize(RecordLength-1); in ParseMetadata()
1098 for (unsigned i = 1; i != RecordLength; ++i) in ParseMetadata()
1992 unsigned RecordLength = Record.size(); in ParseMetadataAttachment() local
1993 if (Record.empty() || (RecordLength - 1) % 2 == 1) in ParseMetadataAttachment()
1996 for (unsigned i = 1; i != RecordLength; i = i+2) { in ParseMetadataAttachment()