Home
last modified time | relevance | path

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

/dports/net/bindtest/bindtest/
H A Dbindtest.c660 int recva = 0, recvb = 0; local
751 recva++;
777 if (recva && recvb)
779 else if (recva)
800 int recva = 0, recvb = 0; local
902 recva++;
925 if (recva && recvb) /* NB: should be impossible for TCP */
927 else if (recva)
/dports/multimedia/mpeg2play/mpeg2play-1.1b/
H A Drecon.c59 static void recva _ANSI_ARGS_((unsigned char *s, unsigned char *d, int lx, int lx2, int h));
347 recva(s,d,lx,lx2,h);
670 static void recva(s,d,lx,lx2,h) in recva() function
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/
H A Dreconstruct.c684 static inline void recva(unsigned char *s, unsigned char *d, int lx, int lx2, int h) in recva() function
1008 case 0x7: recva(s, d, lx, lx2, h); break; in recon_comp()
1025 case 0x7: recva(s, d, lx, lx2, h); break; in recon_comp()
/dports/multimedia/libmpeg3/libmpeg3-1.8/video/
H A Dreconstruct.c126 static inline void recva(unsigned char *s, unsigned char *d, int lx, int lx2, int h) in recva() function
447 case 0x7: recva(s, d, lx, lx2, h); break; in recon_comp()