OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordLength
(Results
1 - 2
of
2
) 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
[
all
...]
Completed in 123 milliseconds