Searched defs:param_size (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c639 UINT8 param_size = 0; local
641 if ((p = NCI_GET_CMD_BUF (param_size)) == NULL)
645 p->len = NCI_MSG_HDR_SIZE + param_size;
652 UINT8_TO_STREAM (pp, param_size);
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc1094 int param_size = 0; local
1115 param_size = highest_end - lowest_base;
1118 return param_size;
/external/clang/include/clang/AST/
H A DDeclObjC.h344 unsigned param_size() const { return NumParams; } function in class:clang::ObjCList

Completed in 169 milliseconds