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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1277 boolean_t signed_int = B_FALSE; local
1359 signed_int =
1402 if (signed_int && (tgtbuf[0] & 0x80) != 0)
1404 if (signed_int && (tgtbuf[tgtsz - 1] & 0x80) != 0)

Completed in 49 milliseconds