Lines Matching defs:pad
1635 uint32_t pad = (0x3 & cbFont ? 2 : 0);
1644 {NULL, pad, (pad ? 1 : 0), (pad ? U_XE : U_XX)}, /* Entire record must be a multiple of 4 */
1709 int pad;
1724 pad = (0x3 & (Points->Used + Types->Used));
1725 if(pad){ pad = 4 - pad; }
1733 {NULL, pad, (pad ? 1 : 0), (pad ? U_XE : U_XX)}, /* if no padding is needed the Units will be zero and nothing will happen */
1752 int pad = (0x3 & Path->Elements);
1753 if(pad){ pad = 4 - pad; }
1761 {NULL, pad, (pad ? 1 : 0), (pad ? U_XE : U_XX)}, /* if no padding is needed the Units will be zero and nothing will happen */
1779 int pad = (0x3 & Path->Elements);
1780 if(pad){ pad = 4 - pad; }
1790 {NULL, pad, (pad ? 1 : 0), (pad ? U_XE : U_XX)}, /* if no padding is needed the Units will be zero and nothing will happen */
4453 uint32_t pad = (0x1 & Length ? 2 : 0);
4454 Size+=pad;
4463 {NULL, pad, (pad ? 1 : 0), (pad ? U_XE : U_XX)}, /* Entire record must be a multiple of 4 */
4807 /* Send in DataSize, U_PMR_CMN_HDR_set will adjust Header Size with 1-3 pad bytes if needed */
4814 {NULL, (Pad ? Pad : 0), (Pad ? 1 : 0), (Pad ? U_XE : U_XX)}, /* Either 1-3 pad bytes or a terminator */