Searched refs:max_file_size (Results 1 – 8 of 8) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t4t.c | 133 p_t4t->max_file_size, in ce_t4t_select_file() 606 UINT16 offset, max_file_size; in ce_t4t_data_cback() local 710 max_file_size = T4T_FC_TLV_OFFSET_IN_CC + T4T_FILE_CONTROL_TLV_SIZE; in ce_t4t_data_cback() 714 max_file_size = ce_cb.mem.t4t.max_file_size; in ce_t4t_data_cback() 724 if (length + offset > max_file_size) in ce_t4t_data_cback() 726 if (offset < max_file_size) in ce_t4t_data_cback() 728 length = (UINT8) (max_file_size - offset); in ce_t4t_data_cback() 731 length, max_file_size); in ce_t4t_data_cback() 736 offset, max_file_size); in ce_t4t_data_cback() 774 if (length + offset > ce_cb.mem.t4t.max_file_size) in ce_t4t_data_cback() [all …]
|
D | rw_t4t.c | 445 if ( (p_t4t->cc_file.ndef_fc.max_file_size < 0x0005) in rw_t4t_validate_cc_file() 446 ||(p_t4t->cc_file.ndef_fc.max_file_size == 0xFFFF) ) in rw_t4t_validate_cc_file() 449 p_t4t->cc_file.ndef_fc.max_file_size); in rw_t4t_validate_cc_file() 634 BE_STREAM_TO_UINT16 (p_t4t->cc_file.ndef_fc.max_file_size, p); in rw_t4t_sm_detect_ndef() 646 RW_TRACE_DEBUG1 (" MaxFileSize: 0x%04X", p_t4t->cc_file.ndef_fc.max_file_size); in rw_t4t_sm_detect_ndef() 693 if (nlen <= p_t4t->cc_file.ndef_fc.max_file_size - T4T_FILE_LENGTH_SIZE) in rw_t4t_sm_detect_ndef() 741 …rw_data.ndef.max_size = (UINT32) (p_t4t->cc_file.ndef_fc.max_file_size - (UINT16) T4T_FILE_LENGTH_… in rw_t4t_sm_detect_ndef() 758 nlen, p_t4t->cc_file.ndef_fc.max_file_size); in rw_t4t_sm_detect_ndef() 1279 if (rw_cb.tcb.t4t.cc_file.ndef_fc.max_file_size < length + T4T_FILE_LENGTH_SIZE) in RW_T4tUpdateNDef() 1282 length, rw_cb.tcb.t4t.cc_file.ndef_fc.max_file_size); in RW_T4tUpdateNDef()
|
/external/chromium/net/disk_cache/ |
D | mem_entry_impl.cc | 304 int max_file_size = backend_->MaxFileSize(); in InternalWriteData() local 307 if (offset > max_file_size || buf_len > max_file_size || in InternalWriteData() 308 offset + buf_len > max_file_size) { in InternalWriteData()
|
D | entry_impl.cc | 1012 int max_file_size = backend_->MaxFileSize(); in InternalWriteData() local 1015 if (offset > max_file_size || buf_len > max_file_size || in InternalWriteData() 1016 offset + buf_len > max_file_size) { in InternalWriteData() 1018 if (size <= max_file_size) in InternalWriteData()
|
/external/libnfc-nci/src/nfc/include/ |
D | ce_api.h | 224 UINT16 max_file_size,
|
/external/libnfc-nci/src/nfc/int/ |
D | ce_int.h | 95 UINT16 max_file_size; /* size of storage + 2 bytes for NLEN */ member
|
D | rw_int.h | 421 UINT16 max_file_size; /* Max NDEF file size */ member
|
/external/chromium/chrome/browser/diagnostics/ |
D | recon_diagnostics.cc | 317 JSONTest(const FilePath& path, const string16& name, int64 max_file_size) in JSONTest() argument 318 : DiagnosticTest(name), path_(path), max_file_size_(max_file_size) { in JSONTest()
|