Home
last modified time | relevance | path

Searched refs:multx (Results 1 – 24 of 24) sorted by relevance

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dip6opt.c99 inet6_option_append(cmsg, typep, multx, plusy) in inet6_option_append() argument
102 int multx;
110 if (multx != 1 && multx != 2 && multx != 4 && multx != 8)
129 padlen = (((off % multx) + (multx - 1)) & ~(multx - 1)) -
130 (off % multx);
173 inet6_option_alloc(cmsg, datalen, multx, plusy) in inet6_option_alloc() argument
176 int multx;
185 if (multx != 1 && multx != 2 && multx != 4 && multx != 8)
202 padlen = (((off % multx) + (multx - 1)) & ~(multx - 1)) -
203 (off % multx);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dip6opt.c99 inet6_option_append(cmsg, typep, multx, plusy) in inet6_option_append() argument
102 int multx;
110 if (multx != 1 && multx != 2 && multx != 4 && multx != 8)
129 padlen = (((off % multx) + (multx - 1)) & ~(multx - 1)) -
130 (off % multx);
173 inet6_option_alloc(cmsg, datalen, multx, plusy) in inet6_option_alloc() argument
176 int multx;
185 if (multx != 1 && multx != 2 && multx != 4 && multx != 8)
202 padlen = (((off % multx) + (multx - 1)) & ~(multx - 1)) -
203 (off % multx);
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Dinet6_option.c142 inet6_option_append (cmsg, typep, multx, plusy) in inet6_option_append() argument
145 int multx;
156 uint8_t *ptr = inet6_option_alloc (cmsg, len, multx, plusy);
176 inet6_option_alloc (cmsg, datalen, multx, plusy) in inet6_option_alloc() argument
179 int multx;
183 if ((multx != 1 && multx != 2 && multx != 4 && multx != 8)
198 add_pad (cmsg, ((multx - (dsize & (multx - 1))) & (multx - 1)) + plusy);
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/net/
H A Dip6opt.c126 inet6_option_append(struct cmsghdr *cmsg, const uint8_t *typep, int multx, in inet6_option_append() argument
140 if (multx != 1 && multx != 2 && multx != 4 && multx != 8) in inet6_option_append()
157 padlen = (((off % multx) + (multx - 1)) & ~(multx - 1)) - in inet6_option_append()
158 (off % multx); in inet6_option_append()
160 padlen %= multx; /* keep the pad as short as possible */ in inet6_option_append()
207 inet6_option_alloc(struct cmsghdr *cmsg, int datalen, int multx, int plusy) in inet6_option_alloc() argument
220 if (multx != 1 && multx != 2 && multx != 4 && multx != 8) in inet6_option_alloc()
237 padlen = (((off % multx) + (multx - 1)) & ~(multx - 1)) - in inet6_option_alloc()
238 (off % multx); in inet6_option_alloc()
240 padlen %= multx; /* keep the pad as short as possible */ in inet6_option_alloc()
/dports/security/p5-Crypt-License/Crypt-License-2.04/Notice/
H A DNotice.pm18 my %multx = (
43 my $multx = 's';
44 $multx = chop $_[$_] if $_[$_] =~ /[wdhms]$/;
47 $_[$_] *= $multx{$multx};
/dports/graphics/grx/grx249/src/bgi/
H A Dtextb.c27 void setusercharsize(int multx, int divx, int multy, int divy) in setusercharsize() argument
31 if (divx <= 0 || divy <= 0 || multx < 0 || multy < 0 || BITMAP(TXT.font)) { in setusercharsize()
36 __gr_text_multx = __gr_text_usr_multx = multx; in setusercharsize()
/dports/devel/ga/ga-5.8/global/examples/md_cluster/
H A Dnewcfg.F13 double precision multx,multy,multz,cmx,cmy,cmz local
68 multx = mult * float(nside)
73 dx = multx/float(nside)
97 xadd = dx*float(ix-1) - multx/2.0d00
153 xadd = dx*float(ix-1) - multx/2.0d00
180 multx = 25.0
188 write(2,2000) multx,multy,multz,rcluster
/dports/lang/ptoc/ptoc/Xbgi/
H A Dsetusercharsize.c12 void setusercharsize(int multx, int divx, int multy, int divy) in setusercharsize() argument
17 xmagnification = (float) multx / (float) divx; in setusercharsize()
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/test/
H A Dtest_clmul.c6 __m128i multx(__m128i a);
35 r2 = multx(r1); in test_multx_1()
54 r2 = multx(r1); in test_multx_2()
70 r2 = multx(r1); in test_multx_3()
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/test/
H A Dtest_clmul.c6 __m128i multx(__m128i a);
35 r2 = multx(r1); in test_multx_1()
54 r2 = multx(r1); in test_multx_2()
70 r2 = multx(r1); in test_multx_3()
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/
H A Dghash_clmul.c154 STATIC FUNC_SSE2 __m128i multx(__m128i a) in multx() function
203 (*expanded)->h[0] = multx(h128); /** x*H **/ in ghash_expand_clmul()
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/
H A Dghash_clmul.c154 STATIC FUNC_SSE2 __m128i multx(__m128i a) in multx() function
203 (*expanded)->h[0] = multx(h128); /** x*H **/ in ghash_expand_clmul()
/dports/lang/ptoc/ptoc/
H A Dgraph.pas225 procedure SetUserCharSize(multx, divx, multy, divy : word);
/dports/graphics/grx/grx249/include/
H A Dlibbcc.h400 void setusercharsize(int multx, int divx, int multy, int divy);
/dports/games/uqm/uqm-0.8.0/src/uqm/planets/
H A Dplangen.c443 const double multx = ((double)SPHERE_SPAN_X / M_PI); in CreateSphereTiltMap() local
483 newx = multx * xa; in CreateSphereTiltMap()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/
H A Dgrdvector.rst93 multiples *multx*\ [/*multy*] directly [Default plots every node].
/dports/lang/ptoc/ptoc/WinBGI/
H A Dwinbgi.cxx668 void setusercharsize(int multx, int divx, int multy, int divy) in setusercharsize() argument
670 font_mul_x = multx; in setusercharsize()
/dports/games/openbor4432/openbor-ba1eb4f/engine/xbox/generic/
H A Dxboxport.cpp768 float multx ; member
/dports/games/openbor/openbor-3caaddd5/engine/xbox/generic/
H A Dxboxport.cpp768 float multx ; member
/dports/games/openbor3979/openbor-2bcf25b/engine/xbox/generic/
H A Dxboxport.cpp768 float multx ; member
/dports/games/openbor3711/openbor-6ec17fa/engine/xbox/generic/
H A Dxboxport.cpp768 float multx ; member
/dports/games/openbor3482/openbor-2c1ecd7/engine/xbox/generic/
H A Dxboxport.cpp768 float multx ; member
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A Dpmxab.c23213 static integer ndoub, multx, nrests, numnow; in logbeam_() local
23286 multx = (integer) ((log(iip + 1.f - iip1 + ndoub) * .952f - log( in logbeam_()
23292 i__3 = multx + 8; in logbeam_()
H A Dpmx270.for15086 multx = int(10.5+2.929+(0.952*alog(1.+iip-iip1+ndoub)-
15089 c mult(ivx,iiip) = multx
15090 call setbits(mult(ivx,iiip),4,0,multx+8)