Home | History | Annotate | Download | only in common

Lines Matching refs:packed

115 /* The length of a byte sequence, according to its packed form. */
116 #define BOCU1_LENGTH_FROM_PACKED(packed) \
117 ((uint32_t)(packed)<0x04000000 ? (packed)>>24 : 4)
269 * and return a packed integer with them.