Home
last modified time | relevance | path

Searched refs:PTP_DTC_ARRAY_MASK (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/src/
Dptp.h1362 #define PTP_DTC_ARRAY_MASK 0x4000 macro
1364 #define PTP_DTC_AINT8 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT8)
1365 #define PTP_DTC_AUINT8 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT8)
1366 #define PTP_DTC_AINT16 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT16)
1367 #define PTP_DTC_AUINT16 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT16)
1368 #define PTP_DTC_AINT32 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT32)
1369 #define PTP_DTC_AUINT32 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT32)
1370 #define PTP_DTC_AINT64 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT64)
1371 #define PTP_DTC_AUINT64 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT64)
1372 #define PTP_DTC_AINT128 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT128)
[all …]
Dptp-pack.c1032 if (type & PTP_DTC_ARRAY_MASK) { in duplicate_PropertyValue()
1038 duplicate_PropertyValue (&src->a.v[i], &dst->a.v[i], type & ~PTP_DTC_ARRAY_MASK); in duplicate_PropertyValue()
1041 switch (type & ~PTP_DTC_ARRAY_MASK) { in duplicate_PropertyValue()
Dlibmtp.c3269 if (opd.DataType & PTP_DTC_ARRAY_MASK) { in LIBMTP_Dump_Device_Info()
3273 switch (opd.DataType & (~PTP_DTC_ARRAY_MASK)) { in LIBMTP_Dump_Device_Info()
Dptp.c5061 if (dt & PTP_DTC_ARRAY_MASK) { in _value_to_num()