Searched refs:cc_file (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t4t.c980 if (p_t4t->cc_file.cclen < T4T_CC_FILE_MIN_LEN)
983 p_t4t->cc_file.cclen);
987 if (T4T_GET_MAJOR_VERSION (p_t4t->cc_file.version) != T4T_GET_MAJOR_VERSION (p_t4t->version))
990 p_t4t->cc_file.version, p_t4t->version);
994 if (p_t4t->cc_file.max_le < 0x000F)
997 p_t4t->cc_file.max_le);
1001 if (p_t4t->cc_file.max_lc < 0x0001)
1004 p_t4t->cc_file.max_lc);
1008 if ( (p_t4t->cc_file.ndef_fc.file_id == T4T_CC_FILE_ID)
1009 ||(p_t4t->cc_file
[all...]
H A Dce_t4t.c173 p_src = p_t4t->cc_file;
354 p = p_t4t->cc_file + T4T_VERSION_OFFSET_IN_CC;
891 p = p_t4t->cc_file;
1081 p = p_t4t->cc_file;
1152 p = p_t4t->cc_file + T4T_FC_TLV_OFFSET_IN_CC;
/external/v8/tools/
H A Dgyp_flag_compare.py88 cc_file = [x for x in command_line if x.endswith('.cc') or
91 if len(cc_file) != 1:
94 assert len(cc_file) == 1
113 x not in cc_file]
126 cc_file = [os.path.normpath(os.path.join(build_dir, cc_file[0]))]
147 flags_by_output[cc_file[0]] = {
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h93 UINT8 cc_file[T4T_FC_TLV_OFFSET_IN_CC + T4T_FILE_CONTROL_TLV_SIZE]; member in struct:__anon10565
H A Drw_int.h458 tRW_T4T_CC cc_file; /* Capability Container File */ member in struct:__anon10597

Completed in 97 milliseconds