OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_data_size
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_ISO15693Map.c
210
#define ISO15693_GET_REMAINING_SIZE(
max_data_size
, blk, index) \
211
(
max_data_size
- ((blk * ISO15693_BYTES_PER_BLOCK) + index))
383
(ps_iso_15693_con->
max_data_size
/ ISO15693_BYTES_PER_BLOCK)))
627
uint8_t *reformatted_buf = (uint8_t*) phOsalNfc_GetMemory(ps_iso_15693_con->
max_data_size
);
632
reformatted_buf, ps_iso_15693_con->
max_data_size
);
837
ps_iso_15693_con->
max_data_size
= (uint16_t)
877
uint8_t *reformatted_buf = (uint8_t*) phOsalNfc_GetMemory(ps_iso_15693_con->
max_data_size
);
890
reformatted_buf, ps_iso_15693_con->
max_data_size
);
[
all
...]
phFriNfc_ISO15693Format.c
306
ps_iso15693_info->
max_data_size
= (uint16_t)
401
*(a_send_byte + send_index) = (uint8_t) (ps_iso15693_info->
max_data_size
/ ISO15693_CC_MULTIPLE_FACTOR);
404
switch (ps_iso15693_info->
max_data_size
)
phFriNfc_SmtCrdFmt.h
267
uint16_t
max_data_size
;
member in struct:phFriNfc_ISO15693_AddInfo
phFriNfc_NdefMap.c
[
all
...]
phFriNfc_NdefMap.h
267
uint16_t
max_data_size
;
member in struct:phFriNfc_ISO15693Cont
[
all
...]
/ndk/sources/host-tools/make-3.81/
remote-cstms.c
146
char waybill[
MAX_DATA_SIZE
], msg[128];
Completed in 225 milliseconds