Searched refs:cur_size (Results 26 - 36 of 36) sorted by relevance

12

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c656 ndef_data.cur_size = p_t1t->ndef_msg_len;
658 if (ndef_data.max_size < ndef_data.cur_size)
661 ndef_data.max_size = ndef_data.cur_size;
729 ndef_data.cur_size = p_t1t->ndef_msg_len;
733 if (ndef_data.max_size < ndef_data.cur_size)
736 ndef_data.max_size = ndef_data.cur_size;
755 if (ndef_data.max_size < ndef_data.cur_size)
758 ndef_data.max_size = ndef_data.cur_size;
780 ndef_data.cur_size = p_t1t->ndef_msg_len;
781 if (ndef_data.max_size < ndef_data.cur_size)
[all...]
H A Drw_t2t.c221 ndef_data.cur_size = 0;
588 ndef_data.cur_size = 0;
H A Drw_t2t_ndef.c272 ndef_data.cur_size = p_t2t->ndef_msg_len;
280 ndef_data.max_size = ndef_data.cur_size;
282 if (ndef_data.max_size < ndef_data.cur_size)
285 ndef_data.max_size = ndef_data.cur_size;
H A Drw_i93.c1907 rw_data.ndef.cur_size = p_i93->ndef_length;
1923 RW_TRACE_DEBUG3 ("NDEF cur_size(%d),max_size (%d), flags (0x%x)",
1924 rw_data.ndef.cur_size,
2927 rw_data.ndef.cur_size = 0;
H A Drw_t1t.c644 ndef_data.cur_size = 0;
H A Drw_t4t.c798 rw_data.ndef.cur_size = nlen;
H A Drw_t3t.c1353 evt_data.cur_size = p_cb->ndef_attrib.ln;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_dta_int.h225 UINT32 cur_size; member in struct:__anon23336
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h182 UINT32 cur_size; /* current size of stored NDEF data (in bytes) */ member in struct:__anon23525
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsession.c1174 uint32_t size, cur_size = 0; local
1184 cur_size = sizeof(union perf_event);
1186 buf = malloc(cur_size);
1209 if (size > cur_size) {
1216 cur_size = size;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h331 UINT32 cur_size; /* current size of stored NDEF data (in bytes) */ member in struct:__anon23179

Completed in 238 milliseconds

12