Searched refs:PADDED_BYTES64 (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libICE/dist/src/
H A Derror.c186 pBuf = pStart = IceAllocScratch (iceConn, PADDED_BYTES64 (bytes));
190 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart);
217 pBuf = pStart = IceAllocScratch (iceConn, PADDED_BYTES64 (bytes));
221 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart);
248 pBuf = pStart = IceAllocScratch (iceConn, PADDED_BYTES64 (bytes));
252 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart);
278 pBuf = pStart = IceAllocScratch (iceConn, PADDED_BYTES64 (bytes));
282 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart);
328 pBuf = pStart = IceAllocScratch (iceConn, PADDED_BYTES64 (bytes));
332 IceWriteData (iceConn, PADDED_BYTES64 (byte
[all...]
H A DICElibint.h67 #define PADDED_BYTES64(_bytes) ((unsigned int) _bytes + PAD64 (_bytes)) macro
H A Dprocess.c56 if (((PADDED_BYTES64((_actual_len)) - SIZEOF (iceMsg)) >> 3) \
/xsrc/external/mit/xfindproxy/dist/
H A Dxfindproxy.h36 #define PADDED_BYTES64(_bytes) (_bytes + PAD64 (_bytes)) macro
140 if (((PADDED_BYTES64((_actual_len)) - SIZEOF (iceMsg)) >> 3) \
/xsrc/external/mit/proxymngr/dist/
H A Dpmint.h83 #define PADDED_BYTES64(_bytes) (_bytes + PAD64 (_bytes)) macro
182 if (((PADDED_BYTES64((_actual_len)) - SIZEOF (iceMsg)) >> 3) \
/xsrc/external/mit/libSM/dist/src/
H A DSMlibint.h62 #define PADDED_BYTES64(_bytes) (_bytes + PAD64 (_bytes)) macro

Completed in 8 milliseconds