Searched refs:PADDED_BYTES64 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | error.c | 186 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 D | ICElibint.h | 67 #define PADDED_BYTES64(_bytes) ((unsigned int) _bytes + PAD64 (_bytes)) macro
|
| H A D | process.c | 56 if (((PADDED_BYTES64((_actual_len)) - SIZEOF (iceMsg)) >> 3) \
|
| /xsrc/external/mit/xfindproxy/dist/ |
| H A D | xfindproxy.h | 36 #define PADDED_BYTES64(_bytes) (_bytes + PAD64 (_bytes)) macro 140 if (((PADDED_BYTES64((_actual_len)) - SIZEOF (iceMsg)) >> 3) \
|
| /xsrc/external/mit/proxymngr/dist/ |
| H A D | pmint.h | 83 #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 D | SMlibint.h | 62 #define PADDED_BYTES64(_bytes) (_bytes + PAD64 (_bytes)) macro
|
Completed in 8 milliseconds