Home
last modified time | relevance | path

Searched refs:b2i (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dsha256.cpp52 inline uint32 b2i(const byte *b) // Big endian bytes to integer. in b2i() function
77 W[0] = b2i(ctx->Data + 0 * 4 ); W[1] = b2i(ctx->Data + 1 * 4 ); in sha256_transform()
78 W[2] = b2i(ctx->Data + 2 * 4 ); W[3] = b2i(ctx->Data + 3 * 4 ); in sha256_transform()
79 W[4] = b2i(ctx->Data + 4 * 4 ); W[5] = b2i(ctx->Data + 5 * 4 ); in sha256_transform()
80 W[6] = b2i(ctx->Data + 6 * 4 ); W[7] = b2i(ctx->Data + 7 * 4 ); in sha256_transform()
81 W[8] = b2i(ctx->Data + 8 * 4 ); W[9] = b2i(ctx->Data + 9 * 4 ); in sha256_transform()
82 W[10] = b2i(ctx->Data + 10 * 4 ); W[11] = b2i(ctx->Data + 11 * 4 ); in sha256_transform()
83 W[12] = b2i(ctx->Data + 12 * 4 ); W[13] = b2i(ctx->Data + 13 * 4 ); in sha256_transform()
84 W[14] = b2i(ctx->Data + 14 * 4 ); W[15] = b2i(ctx->Data + 15 * 4 ); in sha256_transform()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java68 private static Integer b2i(boolean b) { in b2i() method in ConstFold
95 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
97 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
101 return syms.booleanType.constType(b2i(intValue(od) < 0)); in fold1()
103 return syms.booleanType.constType(b2i(intValue(od) > 0)); in fold1()
182 b2i(intValue(l) == intValue(r))); in fold2()
185 b2i(intValue(l) != intValue(r))); in fold2()
188 b2i(intValue(l) < intValue(r))); in fold2()
191 b2i(intValue(l) > intValue(r))); in fold2()
194 b2i(intValue(l) <= intValue(r))); in fold2()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java68 private static Integer b2i(boolean b) { in b2i() method in ConstFold
95 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
97 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
101 return syms.booleanType.constType(b2i(intValue(od) < 0)); in fold1()
103 return syms.booleanType.constType(b2i(intValue(od) > 0)); in fold1()
182 b2i(intValue(l) == intValue(r))); in fold2()
185 b2i(intValue(l) != intValue(r))); in fold2()
188 b2i(intValue(l) < intValue(r))); in fold2()
191 b2i(intValue(l) > intValue(r))); in fold2()
194 b2i(intValue(l) <= intValue(r))); in fold2()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java68 private static Integer b2i(boolean b) { in b2i() method in ConstFold
95 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
97 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
101 return syms.booleanType.constType(b2i(intValue(od) < 0)); in fold1()
103 return syms.booleanType.constType(b2i(intValue(od) > 0)); in fold1()
182 b2i(intValue(l) == intValue(r))); in fold2()
185 b2i(intValue(l) != intValue(r))); in fold2()
188 b2i(intValue(l) < intValue(r))); in fold2()
191 b2i(intValue(l) > intValue(r))); in fold2()
194 b2i(intValue(l) <= intValue(r))); in fold2()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java68 private static Integer b2i(boolean b) { in b2i() method in ConstFold
95 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
97 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
101 return syms.booleanType.constType(b2i(intValue(od) < 0)); in fold1()
103 return syms.booleanType.constType(b2i(intValue(od) > 0)); in fold1()
182 b2i(intValue(l) == intValue(r))); in fold2()
185 b2i(intValue(l) != intValue(r))); in fold2()
188 b2i(intValue(l) < intValue(r))); in fold2()
191 b2i(intValue(l) > intValue(r))); in fold2()
194 b2i(intValue(l) <= intValue(r))); in fold2()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java69 private static Integer b2i(boolean b) { in b2i() method in ConstFold
96 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
98 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
102 return syms.booleanType.constType(b2i(intValue(od) < 0)); in fold1()
104 return syms.booleanType.constType(b2i(intValue(od) > 0)); in fold1()
183 b2i(intValue(l) == intValue(r))); in fold2()
186 b2i(intValue(l) != intValue(r))); in fold2()
189 b2i(intValue(l) < intValue(r))); in fold2()
192 b2i(intValue(l) > intValue(r))); in fold2()
195 b2i(intValue(l) <= intValue(r))); in fold2()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java68 private static Integer b2i(boolean b) { in b2i() method in ConstFold
95 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
97 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
101 return syms.booleanType.constType(b2i(intValue(od) < 0)); in fold1()
103 return syms.booleanType.constType(b2i(intValue(od) > 0)); in fold1()
182 b2i(intValue(l) == intValue(r))); in fold2()
185 b2i(intValue(l) != intValue(r))); in fold2()
188 b2i(intValue(l) < intValue(r))); in fold2()
191 b2i(intValue(l) > intValue(r))); in fold2()
194 b2i(intValue(l) <= intValue(r))); in fold2()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java68 private static Integer b2i(boolean b) { in b2i() method in ConstFold
95 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
97 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
101 return syms.booleanType.constType(b2i(intValue(od) < 0)); in fold1()
103 return syms.booleanType.constType(b2i(intValue(od) > 0)); in fold1()
182 b2i(intValue(l) == intValue(r))); in fold2()
185 b2i(intValue(l) != intValue(r))); in fold2()
188 b2i(intValue(l) < intValue(r))); in fold2()
191 b2i(intValue(l) > intValue(r))); in fold2()
194 b2i(intValue(l) <= intValue(r))); in fold2()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java68 private static Integer b2i(boolean b) { in b2i() method in ConstFold
95 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
97 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
101 return syms.booleanType.constType(b2i(intValue(od) < 0)); in fold1()
103 return syms.booleanType.constType(b2i(intValue(od) > 0)); in fold1()
182 b2i(intValue(l) == intValue(r))); in fold2()
185 b2i(intValue(l) != intValue(r))); in fold2()
188 b2i(intValue(l) < intValue(r))); in fold2()
191 b2i(intValue(l) > intValue(r))); in fold2()
194 b2i(intValue(l) <= intValue(r))); in fold2()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java69 private static Integer b2i(boolean b) { in b2i() method in ConstFold
114 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
116 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
120 return syms.booleanType.constType(b2i(intValue(od) < 0)); in fold1()
122 return syms.booleanType.constType(b2i(intValue(od) > 0)); in fold1()
201 b2i(intValue(l) == intValue(r))); in fold2()
204 b2i(intValue(l) != intValue(r))); in fold2()
207 b2i(intValue(l) < intValue(r))); in fold2()
210 b2i(intValue(l) > intValue(r))); in fold2()
213 b2i(intValue(l) <= intValue(r))); in fold2()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java69 private static Integer b2i(boolean b) { in b2i() method in ConstFold
114 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
116 return syms.booleanType.constType(b2i(intValue(od) == 0)); in fold1()
120 return syms.booleanType.constType(b2i(intValue(od) < 0)); in fold1()
122 return syms.booleanType.constType(b2i(intValue(od) > 0)); in fold1()
201 b2i(intValue(l) == intValue(r))); in fold2()
204 b2i(intValue(l) != intValue(r))); in fold2()
207 b2i(intValue(l) < intValue(r))); in fold2()
210 b2i(intValue(l) > intValue(r))); in fold2()
213 b2i(intValue(l) <= intValue(r))); in fold2()
[all …]
/dports/dns/fpdns/fpdns-20190131/utils/rails_implementation/app/controllers/
H A Dhome_controller.rb100 …formatted_header = "#{b2i(header.response?)},#{header.opCode},#{b2i(header.auth?)},#{b2i(header.tr…
101 …formatted_header += "#{b2i(header.recursive?)},#{b2i(header.r_available?)},#{b2i(header.verified?)…
102 …formatted_header += "#{b2i(!header.checking?)},#{header.rCode},#{header.qdCount},#{header.anCount}…
139 def b2i(bool_val) method in HomeController
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/warn/
H A DWarray-bounds-23.C10 struct B2: virtual B0 { int b2i; }; member
67 p->b2i = __LINE__; in test_D1_b2i()
73 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D1_b2i()
143 p->b2i = __LINE__; in test_D2_b2i()
149 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D2_b2i()
234 p->b2i = __LINE__; in test_D3_b2i()
240 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D3_b2i()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/warn/
H A DWarray-bounds-23.C10 struct B2: virtual B0 { int b2i; }; member
67 p->b2i = __LINE__; in test_D1_b2i()
73 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D1_b2i()
143 p->b2i = __LINE__; in test_D2_b2i()
149 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D2_b2i()
234 p->b2i = __LINE__; in test_D3_b2i()
240 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D3_b2i()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/warn/
H A DWarray-bounds-23.C10 struct B2: virtual B0 { int b2i; }; member
67 p->b2i = __LINE__; in test_D1_b2i()
73 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D1_b2i()
143 p->b2i = __LINE__; in test_D2_b2i()
149 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D2_b2i()
234 p->b2i = __LINE__; in test_D3_b2i()
240 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D3_b2i()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/warn/
H A DWarray-bounds-23.C10 struct B2: virtual B0 { int b2i; }; member
67 p->b2i = __LINE__; in test_D1_b2i()
73 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D1_b2i()
143 p->b2i = __LINE__; in test_D2_b2i()
149 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D2_b2i()
234 p->b2i = __LINE__; in test_D3_b2i()
240 p->b2i = __LINE__; // { dg-warning "-Warray-bounds" } in test_D3_b2i()
/dports/games/phlipple/phlipple-0.8.5/src/
H A Dengine.c142 int b2i(void *b) in b2i() function
297 x1 = b2i(buff); in phlipple_engine_create()
299 y1 = b2i(buff); in phlipple_engine_create()
301 z1 = b2i(buff); in phlipple_engine_create()
303 x3 = b2i(buff); in phlipple_engine_create()
305 y3 = b2i(buff); in phlipple_engine_create()
307 z3 = b2i(buff); in phlipple_engine_create()
320 x1 = b2i(buff); in phlipple_engine_create()
322 y1 = b2i(buff); in phlipple_engine_create()
324 z1 = b2i(buff); in phlipple_engine_create()
[all …]
/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_audit.go95 func b2i(x bool) int { func
108 if b2i(c.AuditAllKnownTeams)+b2i(c.IsInJail)+b2i(c.Audit)+b2i(c.Attempt)+b2i(c.Ls) != 1 {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/kurin/blazer/b2/
H A Dbackend.go41 b2i b2RootInterface member
162 b2i beRootInterface member
166 func (r *beRoot) backoff(err error) time.Duration { return r.b2i.backoff(err) }
167 func (r *beRoot) reauth(err error) bool { return r.b2i.reauth(err) }
173 if err := r.b2i.authorizeAccount(ctx, account, key, c); err != nil {
192 bucket, err := r.b2i.createBucket(ctx, name, btype, info, rules)
214 bs, err := r.b2i.listBuckets(ctx)
238 got, err := r.b2i.createKey(ctx, name, caps, valid, bucketID, prefix)
243 b2i: r,
261 got, n, err := r.b2i.listKeys(ctx, max, next)
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/macros/
H A Dgroup.sci12 function [tg,fr]=group(npts,a1i,a2i,b1i,b2i)
25 // b2i :In coeff poly form this is a vector of coeffs
32 // h(z)=prod(a1i+a2i*z+z**2)/prod(b1i+b2i*z+z^2)
117 b2i=xc(3*hcs+1:4*hcs);
126 //a1i,a2i,b1i,b2i are the coefficients of a
138 b2=b2i'*ones(phi);
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dslownacl_curve25519.py60 def b2i(c): function
67 def b2i(c): function
76 return sum(b2i(s[i]) << (8 * i) for i in range(32))
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dslownacl_curve25519.py60 def b2i(c): function
67 def b2i(c): function
76 return sum(b2i(s[i]) << (8 * i) for i in range(32))
/dports/lang/gauche/Gauche-0.9.10/ext/charconv/
H A Dgen-guess.scm119 (define (b2i byte) ;byte->integer
126 (b2i (car range)) (+ (b2i (cadr range)) 1))
127 (set! (ref arc-vec (b2i range)) (index-of br)))))
/dports/math/cgal/CGAL-5.3/include/CGAL/Apollonius_graph_2/
H A Dcompare_quadratic.h723 IT a2i(a2), b2i(b2), c2i(c2); in sqrt_compare_r1_r2_filtered()
726 IT D2 = value_of_D(a2i, b2i, c2i); in sqrt_compare_r1_r2_filtered()
729 IT r2 = ( b2i + CGAL::sqrt(D2) ) / a2i; in sqrt_compare_r1_r2_filtered()
754 IT a2i(a2), b2i(b2), c2i(c2); in dfmt_compare_r1_r2_filtered()
756 IT J = value_of_J(a1i, b1i, a2i, b2i); in dfmt_compare_r1_r2_filtered()
771 IT D2 = value_of_D(a2i, b2i, c2i); in dfmt_compare_r1_r2_filtered()
785 IT Jp = value_of_Jp(b1i, c1i, b2i, c2i); in dfmt_compare_r1_r2_filtered()
821 IT D2 = value_of_D(a2i, b2i, c2i); in dfmt_compare_r1_r2_filtered()
873 IT a2i(a2), b2i(b2), c2i(c2); in ke_compare_r1_r2_filtered()
875 IT J = value_of_J(a1i, b1i, a2i, b2i); in ke_compare_r1_r2_filtered()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/discrete_log/pohlig_hellman/
H A Ddlp.cc176 static bigint ai, bi, xi, a2i, b2i, x2i; in pohlig_hellman_shanks() local
189 x2i = xi; a2i = ai, b2i = bi; in pohlig_hellman_shanks()
192 recursion(x2i, a2i, b2i, p, q, a0, g0); in pohlig_hellman_shanks()
197 recursion(x2i, a2i, b2i, p, q, a0, g0); in pohlig_hellman_shanks()
199 recursion(x2i, a2i, b2i, p, q, a0, g0); in pohlig_hellman_shanks()
211 t = (b2i-bi) % q; in pohlig_hellman_shanks()

12345678910>>...13