Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/pod/
Dperldoc.pod11 [B<-oI<formatname>>]
105 using C<-oI<formatname>> just looks for a loadable class by adding
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs483 #define oI(x) ((I32 *) ((char *) (x) + 4)) macro
488 #define oI(x) (x) macro
620 memcpy(oI(&x), mptr, 4); \
673 memcpy(mptr, oI(&i), 4); \
873 else if (PerlIO_write(cxt->fio, oI(&x), oS(sizeof(x))) != oS(sizeof(x))) \
884 else if (PerlIO_write(cxt->fio,oI(&y),oS(sizeof(y))) != oS(sizeof(y))) \
889 else if (PerlIO_write(cxt->fio,oI(&x),oS(sizeof(x))) != oS(sizeof(x))) \
952 else if (PerlIO_read(cxt->fio, oI(&x), oS(sizeof(x))) != oS(sizeof(x))) \
962 else if (PerlIO_read(cxt->fio, oI(&x), oS(sizeof(x))) != oS(sizeof(x))) \