Searched refs:WORD64COUNT (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | error.c | 110 WORD64COUNT (8 + length)); 184 WORD64COUNT (bytes)); 215 WORD64COUNT (bytes)); 246 WORD64COUNT (bytes)); 276 WORD64COUNT (bytes)); 326 WORD64COUNT (bytes));
|
| H A D | ICElibint.h | 83 #define WORD64COUNT(_bytes) (((unsigned int) ((_bytes) + 7)) >> 3) macro
|
| H A D | protosetup.c | 160 SIZEOF (iceProtocolSetupMsg), WORD64COUNT (extra),
|
| H A D | process.c | 451 pMsg->length += WORD64COUNT (authDataLen); 477 pMsg->length += WORD64COUNT (authDataLen); 502 pMsg->length += WORD64COUNT (authDataLen); 527 SIZEOF (iceConnectionReplyMsg), WORD64COUNT (extra), 564 SIZEOF (iceProtocolReplyMsg), WORD64COUNT (extra),
|
| H A D | connect.c | 341 SIZEOF (iceConnectionSetupMsg), WORD64COUNT (extra),
|
| /xsrc/external/mit/xfindproxy/dist/ |
| H A D | xfindproxy.h | 43 #define WORD64COUNT(_bytes) (((size_t) ((_bytes) + 7)) >> 3) macro
|
| H A D | xfindproxy.c | 322 SIZEOF (pmGetProxyAddrMsg), WORD64COUNT (len),
|
| /xsrc/external/mit/libSM/dist/src/ |
| H A D | sm_manager.c | 195 SIZEOF (smRegisterClientReplyMsg), WORD64COUNT (extra), 327 pMsg->length += WORD64COUNT (bytes);
|
| H A D | sm_client.c | 205 SIZEOF (smRegisterClientMsg), WORD64COUNT (extra), 265 SIZEOF (smRegisterClientMsg), WORD64COUNT (extra), 306 SIZEOF (smCloseConnectionMsg), WORD64COUNT (extra), 408 pMsg->length += WORD64COUNT (bytes); 436 SIZEOF (smDeletePropertiesMsg), WORD64COUNT (extra),
|
| H A D | SMlibint.h | 78 #define WORD64COUNT(_bytes) (((unsigned int) ((_bytes) + 7)) >> 3) macro
|
| /xsrc/external/mit/proxymngr/dist/ |
| H A D | pmint.h | 90 #define WORD64COUNT(_bytes) (((unsigned int) ((_bytes) + 7)) >> 3) macro
|
| H A D | main.c | 335 SIZEOF (pmGetProxyAddrMsg), WORD64COUNT (len), 378 SIZEOF (pmGetProxyAddrReplyMsg), WORD64COUNT (len),
|
Completed in 10 milliseconds