HomeSort by: relevance | last modified time | path
    Searched refs:lenlo (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Message.pm 236 my $lenlo;
237 ($mt, $lenhi, $lenlo) = unpack('CnC',
240 $messlen = ($lenhi << 8) | $lenlo;
471 my $lenlo;
473 $lenlo = length($self->data) & 0xff;
475 $msgdata = pack('CnC', $self->mt, $lenhi, $lenlo).$self->data;
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Message.pm 236 my $lenlo;
237 ($mt, $lenhi, $lenlo) = unpack('CnC',
240 $messlen = ($lenhi << 8) | $lenlo;
462 my $lenlo;
464 $lenlo = length($self->data) & 0xff;
466 $msgdata = pack('CnC', $self->mt, $lenhi, $lenlo).$self->data;
  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
Message.pm 259 my $lenlo;
268 ($mt, $lenhi, $lenlo, $msgseq, $msgfraghi, $msgfraglo, $msgfragoffshi, $msgfragoffslo) =
273 ($mt, $lenhi, $lenlo) =
276 $messlen = ($lenhi << 8) | $lenlo;
575 my $lenlo = length($self->data) & 0xff;
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 177 syscallarg(uint32_t) lenlo;
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 657 syscallarg(uint32_t) lenlo; member in struct:linux32_sys_truncate64_args
664 syscallarg(uint32_t) lenlo; member in struct:linux32_sys_ftruncate64_args
900 syscallarg(uint32_t) lenlo; member in struct:linux32_sys_fadvise64_64_args
linux32_systrace_args.c 1168 uarg[1] = SCARG(p, lenlo); /* uint32_t */
1177 uarg[1] = SCARG(p, lenlo); /* uint32_t */
1674 uarg[3] = SCARG(p, lenlo); /* uint32_t */
  /src/sys/compat/linux32/arch/amd64/
linux32_syscallargs.h 673 syscallarg(uint32_t) lenlo; member in struct:linux32_sys_truncate64_args
680 syscallarg(uint32_t) lenlo; member in struct:linux32_sys_ftruncate64_args
935 syscallarg(uint32_t) lenlo; member in struct:linux32_sys_fadvise64_64_args
linux32_systrace_args.c 1200 uarg[1] = SCARG(p, lenlo); /* uint32_t */
1209 uarg[1] = SCARG(p, lenlo); /* uint32_t */
1731 uarg[3] = SCARG(p, lenlo); /* uint32_t */

Completed in 42 milliseconds