| /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ |
| Message.pm | 235 my $lenhi; 237 ($mt, $lenhi, $lenlo) = unpack('CnC', 240 $messlen = ($lenhi << 8) | $lenlo; 470 my $lenhi; 474 $lenhi = length($self->data) >> 8; 475 $msgdata = pack('CnC', $self->mt, $lenhi, $lenlo).$self->data;
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/ |
| Message.pm | 235 my $lenhi; 237 ($mt, $lenhi, $lenlo) = unpack('CnC', 240 $messlen = ($lenhi << 8) | $lenlo; 461 my $lenhi; 465 $lenhi = length($self->data) >> 8; 466 $msgdata = pack('CnC', $self->mt, $lenhi, $lenlo).$self->data;
|
| /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/ |
| Message.pm | 258 my $lenhi; 268 ($mt, $lenhi, $lenlo, $msgseq, $msgfraghi, $msgfraglo, $msgfragoffshi, $msgfragoffslo) = 273 ($mt, $lenhi, $lenlo) = 276 $messlen = ($lenhi << 8) | $lenlo; 576 my $lenhi = length($self->data) >> 8; 584 $msgdata = pack('CnCnnCnC', $self->mt, $lenhi, $lenlo, $self->msgseq, 588 $msgdata = pack('CnC', $self->mt, $lenhi, $lenlo).$self->data;
|
| /src/sys/compat/linux32/common/ |
| linux32_fcntl.c | 178 syscallarg(uint32_t) lenhi; 182 off_t len = ((off_t)SCARG(uap, lenhi) << 32) + SCARG(uap, lenlo);
|
| linux32_misc.c | 285 SCARG(&ua, length) = ((off_t)SCARG(uap, lenhi) << 32) + SCARG(uap, lenlo); 301 SCARG(&ua, length) = ((off_t)SCARG(uap, lenhi) << 32) + SCARG(uap, lenlo);
|
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_syscallargs.h | 658 syscallarg(uint32_t) lenhi; member in struct:linux32_sys_truncate64_args 665 syscallarg(uint32_t) lenhi; member in struct:linux32_sys_ftruncate64_args 901 syscallarg(uint32_t) lenhi; member in struct:linux32_sys_fadvise64_64_args
|
| linux32_systrace_args.c | 1169 uarg[2] = SCARG(p, lenhi); /* uint32_t */ 1178 uarg[2] = SCARG(p, lenhi); /* uint32_t */ 1675 uarg[4] = SCARG(p, lenhi); /* uint32_t */
|
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_syscallargs.h | 674 syscallarg(uint32_t) lenhi; member in struct:linux32_sys_truncate64_args 681 syscallarg(uint32_t) lenhi; member in struct:linux32_sys_ftruncate64_args 936 syscallarg(uint32_t) lenhi; member in struct:linux32_sys_fadvise64_64_args
|
| linux32_systrace_args.c | 1201 uarg[2] = SCARG(p, lenhi); /* uint32_t */ 1210 uarg[2] = SCARG(p, lenhi); /* uint32_t */ 1732 uarg[4] = SCARG(p, lenhi); /* uint32_t */
|