Searched refs:extract_short (Results 1 – 6 of 6) sorted by relevance
280 m_blockSize = extract_short(buf + RMI_F34_BLOCK_SIZE_V1_OFFSET); in ReadF34Queries()288 m_fwBlockCount = extract_short(buf + RMI_F34_FW_BLOCKS_V1_OFFSET); in ReadF34Queries()289 m_configBlockCount = extract_short(buf + RMI_F34_CONFIG_BLOCKS_V1_OFFSET); in ReadF34Queries()298 m_blockSize = extract_short(buf + RMI_F34_BLOCK_SIZE_OFFSET); in ReadF34Queries()299 m_fwBlockCount = extract_short(buf + RMI_F34_FW_BLOCKS_OFFSET); in ReadF34Queries()300 m_configBlockCount = extract_short(buf + RMI_F34_CONFIG_BLOCKS_OFFSET); in ReadF34Queries()
69 unsigned short extract_short(const unsigned char *data) in extract_short() function
58 unsigned short extract_short(const unsigned char *data);
103 m_productInfo = extract_short(&m_memBlock[RMI_IMG_PRODUCT_INFO_OFFSET]); in Initialize()
43 unsigned short extract_short(const unsigned char *data);
54 unsigned short extract_short(const unsigned char *data) in extract_short() function