Searched defs:VERSION_LEN (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_IDMgmt.c55 #define VERSION_LEN 0x03U macro
793 for(i=0 ;(reg_length == VERSION_LEN)&&(i < reg_length); i++)
796 (uint32_t)(reg_value[VERSION_LEN - i - 1] << (BYTE_SIZE * i));
804 for(i=0 ;(reg_length == VERSION_LEN)&&(i < reg_length); i++)
807 (uint32_t)(reg_value[VERSION_LEN - i - 1] << (BYTE_SIZE * i));
/external/f2fs-tools/include/
H A Df2fs_fs.h219 #define VERSION_LEN 256 macro
238 __u8 init_version[VERSION_LEN + 1];
239 __u8 sb_version[VERSION_LEN + 1];
240 __u8 version[VERSION_LEN + 1];
354 __u8 version[VERSION_LEN]; /* the kernel version */
355 __u8 init_version[VERSION_LEN]; /* the initial kernel version */

Completed in 208 milliseconds