Searched defs:piInt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_utils.c475 size_t *piOffset, unsigned int *piInt) {
485 *piInt = ((unsigned int)(pcBuf[offset] & 0xff)) << 24;
486 *piInt += ((unsigned int)(pcBuf[offset+1] & 0xff)) << 16;
487 *piInt += ((unsigned int)(pcBuf[offset+2] & 0xff)) << 8;
488 *piInt += ((unsigned int)(pcBuf[offset+3] & 0xff));
474 slp_get_int32(const char *pcBuf, size_t maxlen, size_t *piOffset, unsigned int *piInt) argument

Completed in 75 milliseconds