Home
last modified time | relevance | path

Searched refs:siv (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs2067 unsigned char siv = (unsigned char) (iv + 128); /* [0,255] */ in store_scalar() local
2069 PUTMARK(siv); in store_scalar()
2070 TRACEME(("small integer stored as %d", siv)); in store_scalar()
4994 int siv; in retrieve_byte() local
4999 GETMARK(siv); in retrieve_byte()
5000 TRACEME(("small integer read as %d", (unsigned char) siv)); in retrieve_byte()
5001 tmp = (unsigned char) siv - 128; in retrieve_byte()