Home
last modified time | relevance | path

Searched refs:xlen (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/gnu/gcc/gcc/config/frv/
H A Dcmovd.c34 unsigned xlen = len & ~7; in __cmovd() local
43 while (len > xlen) in __cmovd()
45 dest_byte[xlen] = src_byte[xlen]; in __cmovd()
46 xlen++; in __cmovd()
H A Dcmovw.c34 unsigned xlen = len & ~3; in __cmovw() local
43 while (len > xlen) in __cmovw()
45 dest_byte[xlen] = src_byte[xlen]; in __cmovw()
46 xlen++; in __cmovw()
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dcmovd.c27 unsigned xlen = len & ~7; in __cmovd() local
36 while (len > xlen) in __cmovd()
38 dest_byte[xlen] = src_byte[xlen]; in __cmovd()
39 xlen++; in __cmovd()
H A Dcmovw.c27 unsigned xlen = len & ~3; in __cmovw() local
36 while (len > xlen) in __cmovw()
38 dest_byte[xlen] = src_byte[xlen]; in __cmovw()
39 xlen++; in __cmovw()
/openbsd/sbin/isakmpd/
H A Ddh.c523 size_t eclen, xlen, ylen; in ec_point2raw() local
536 xlen = eclen / 2; in ec_point2raw()
540 xlen = ylen = eclen / 2; in ec_point2raw()
545 if (len < xlen + ylen) in ec_point2raw()
554 xoff = xlen - BN_num_bytes(x); in ec_point2raw()
560 yoff = (ylen - BN_num_bytes(y)) + xlen; in ec_point2raw()
561 bzero(buf + xlen, yoff - xlen); in ec_point2raw()
588 size_t xlen, ylen; in ec_raw2point() local
600 xlen = ylen = eclen / 2; in ec_raw2point()
601 if ((x = BN_bin2bn(buf, xlen, x)) == NULL || in ec_raw2point()
[all …]
/openbsd/sbin/iked/
H A Ddh.c612 size_t eclen, xlen, ylen; in ec_point2raw() local
625 xlen = eclen / 2; in ec_point2raw()
629 xlen = ylen = eclen / 2; in ec_point2raw()
634 if (len < xlen + ylen) in ec_point2raw()
643 xoff = xlen - BN_num_bytes(x); in ec_point2raw()
649 yoff = (ylen - BN_num_bytes(y)) + xlen; in ec_point2raw()
650 bzero(buf + xlen, yoff - xlen); in ec_point2raw()
677 size_t xlen, ylen; in ec_raw2point() local
689 xlen = ylen = eclen / 2; in ec_raw2point()
690 if ((x = BN_bin2bn(buf, xlen, x)) == NULL || in ec_raw2point()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dcfg1.C32 const unsigned int xlen = S(x.p).q - S(x.p).q; in bar() local
34 if (xlen > 0) in bar()
/openbsd/gnu/usr.bin/perl/dist/Tie-File/t/
H A D27_iwrite.t212 my ($alen, $xlen) = (length $actual, length $expected);
213 unless ($alen == $xlen) {
214 print "# try(@_) expected file length $xlen, actual $alen!\n";
H A D29a_upcopy.t158 my ($alen, $xlen) = (length $actual, length $expected);
159 unless ($alen == $xlen) {
160 print "# try(@_) expected file length $xlen, actual $alen!\n";
H A D28_mtwrite.t235 my ($alen, $xlen) = (length $actual, length $expected);
236 unless ($alen == $xlen) {
237 print "# try(@_) expected file length $xlen, actual $alen!\n";
H A D26_twrite.t304 my ($alen, $xlen) = (length $actual, length $expected);
305 unless ($alen == $xlen) {
306 print "# try(@_) expected file length $xlen, actual $alen!\n";
H A D29_downcopy.t308 my ($alen, $xlen) = (length $actual, length $expected);
309 unless ($alen == $xlen) {
312 print "# try(@ARGS) expected file length $xlen, actual $alen!\n";
/openbsd/usr.sbin/bgpd/
H A Dflowspec.c356 int xlen, xoff = 0; in flowspec_get_addr() local
359 xlen = comp[0]; in flowspec_get_addr()
364 xlen -= xoff; in flowspec_get_addr()
366 if (extract_prefix(comp + 2, complen - 2, buf, xlen, in flowspec_get_addr()
369 shift_right(addr->v6.s6_addr, buf, xoff, xlen); in flowspec_get_addr()
/openbsd/usr.sbin/nsd/
H A Dradtree.h239 radstrlen_type bstr_common_ext(uint8_t* x, radstrlen_type xlen, uint8_t* y,
243 radstrlen_type xlen);
H A Dradtree.c278 radstrlen_type xlen) in bstr_is_prefix() argument
284 if(plen > xlen) in bstr_is_prefix()
291 bstr_common(uint8_t* x, radstrlen_type xlen, uint8_t* y, radstrlen_type ylen) in bstr_common() argument
293 unsigned i, max = ((xlen<ylen)?xlen:ylen); in bstr_common()
304 radstrlen_type xlen) in bstr_is_prefix_ext() argument
306 return bstr_is_prefix(p, plen, x, xlen); in bstr_is_prefix_ext()
310 bstr_common_ext(uint8_t* x, radstrlen_type xlen, uint8_t* y, in bstr_common_ext() argument
313 return bstr_common(x, xlen, y, ylen); in bstr_common_ext()
/openbsd/sys/net/
H A Dif_ppp.c1178 int s, ilen, xlen, proto, rv; in ppp_inproc() local
1282 xlen = sl_uncompress_tcp_core(cp + PPP_HDRLEN, in ppp_inproc()
1286 if (xlen <= 0) { in ppp_inproc()
1323 m->m_data += PPP_HDRLEN + xlen; in ppp_inproc()
1324 m->m_len -= PPP_HDRLEN + xlen; in ppp_inproc()
1333 ilen += hlen - xlen; in ppp_inproc()
1339 xlen = sl_uncompress_tcp_core(cp + PPP_HDRLEN, in ppp_inproc()
1343 if (xlen < 0) { in ppp_inproc()
/openbsd/sys/arch/i386/pci/
H A Dglxsb.c653 int len, tlen, xlen; in glxsb_crypto_encdec() local
663 xlen = crd->crd_len > GLXSB_MAX_AES_LEN ? in glxsb_crypto_encdec()
671 op_dst = sc->sc_dma.dma_vaddr + xlen; in glxsb_crypto_encdec()
674 op_pdst = sc->sc_dma.dma_paddr + xlen; in glxsb_crypto_encdec()
765 explicit_bzero(sc->sc_dma.dma_vaddr, xlen * 2); in glxsb_crypto_encdec()
/openbsd/gnu/usr.bin/perl/
H A Dlocale.c6254 if (*xlen < xAlloc - COLLXFRM_HDR_LEN) { in Perl_mem_collxfrm_()
6268 while ( (*xlen) > 0 in Perl_mem_collxfrm_()
6271 (*xlen)--; in Perl_mem_collxfrm_()
6278 STRLEN needed = *xlen + 1; /* +1 For trailing NUL */ in Perl_mem_collxfrm_()
6332 if (UNLIKELY(*xlen >= PERL_INT_MAX)) { in Perl_mem_collxfrm_()
6335 *xlen, PERL_INT_MAX)); in Perl_mem_collxfrm_()
6344 xAlloc = *xlen + COLLXFRM_HDR_LEN + 1; in Perl_mem_collxfrm_()
6383 Renew(xbuf, COLLXFRM_HDR_LEN + *xlen + 1, char); in Perl_mem_collxfrm_()
6400 *xlen = 0; in Perl_mem_collxfrm_()
6412 const STRLEN xlen, in S_print_collxfrm_input_and_return() argument
[all …]
/openbsd/lib/libssl/
H A Dd1_both.c324 int xlen; in dtls1_do_write() local
334 xlen = ret; in dtls1_do_write()
337 xlen = ret - DTLS1_HM_HEADER_LENGTH; in dtls1_do_write()
340 tls1_transcript_record(s, p, xlen); in dtls1_do_write()
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp877 unsigned firstStackAlignValue = 0, xlen = 0; in mergeAttributesSection() local
914 mergeArch(exts, xlen, sec, *s); in mergeAttributesSection()
946 std::make_unique<RISCVISAInfo>(xlen, exts))) { in mergeAttributesSection()
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DCalc.pm1232 my $xlen = (@$x - 1) * $BASE_LEN + length(int($x->[-1]));
1233 if ($src >= $xlen or ($src == $xlen and !defined $x->[1])) {
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcc.c6758 int xlen = strlen (switches[i].part1); local
6760 if (xlen == matches[j].len
6761 && ! strncmp (switches[i].part1, matches[j].str, xlen))
/openbsd/gnu/gcc/gcc/
H A Dgcc.c7081 int xlen = strlen (switches[i].part1); in used_arg() local
7083 if (xlen == matches[j].len in used_arg()
7084 && ! strncmp (switches[i].part1, matches[j].str, xlen)) in used_arg()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c8302 strict, allow_incomplete, xlen) in type_unification_real() argument
8306 int allow_incomplete, xlen;
8347 if (xlen == 0)
8353 len = xlen;
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A Driscv_vector.td1510 // maskedoff, op1, xlen, mask, vl
1516 // passthru, op1, xlen, vl

12