Home
last modified time | relevance | path

Searched refs:b4 (Results 1 – 25 of 248) sorted by relevance

12345678910

/external/clang/test/CodeGen/
Dasm-variable.c12 register unsigned long long b4 asm("r8"); in foo()
19 b4 = a4; in foo()
23 : "r"(addr), "r" (b0), "r" (b1), "r" (b2), "r" (b3), "r" (b4), "r" (b5)); in foo()
37 register double b4 asm("xmm4"); in foo2()
48 b4 = a4; in foo2()
54 : "r"(addr), "x" (b0), "x" (b1), "x" (b2), "x" (b3), "x" (b4), "x" (b5), "x" (b6), in foo2()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DBase64Encoder.java138 byte b1, b2, b3, b4; in decode()
172 b4 = decodingTable[data[i++]]; in decode()
174 if ((b1 | b2 | b3 | b4) < 0) in decode()
181 out.write((b3 << 6) | b4); in decode()
213 byte b1, b2, b3, b4; in decode()
247 b4 = decodingTable[data.charAt(i++)]; in decode()
249 if ((b1 | b2 | b3 | b4) < 0) in decode()
256 out.write((b3 << 6) | b4); in decode()
271 byte b1, b2, b3, b4; in decodeLastBlock()
308 b4 = decodingTable[c4]; in decodeLastBlock()
[all …]
/external/libavc/encoder/
Dih264e_core_coding.c818 UWORD32 coeff_cnt, mask, b4,u4_cntrl=0; in ih264e_pack_l_mb_i16() local
869 for (b4 = 0; b4 < 16; b4++) in ih264e_pack_l_mb_i16()
873 u4_nnz = pu1_nnz[u1_scan_order[b4]]; in ih264e_pack_l_mb_i16()
876 pi2_res_mb_ac = pi2_res_mb + (i4_res_strd * u1_scan_order[b4]); in ih264e_pack_l_mb_i16()
906 u4_cntrl |= (1 << (31 - u1_scan_order[b4])); in ih264e_pack_l_mb_i16()
1000 UWORD32 u4_mb_coeff_cost = 0, u4_b8_coeff_cost = 0, coeff_cnt, mask, u4_cntrl = 0, b4, b8; in ih264e_pack_l_mb() local
1017 for (b4 = 0; b4 < 16; b4++) in ih264e_pack_l_mb()
1021 b8 = b4 >> 2; in ih264e_pack_l_mb()
1023 u4_nnz = pu1_nnz[u1_scan_order[b4]]; in ih264e_pack_l_mb()
1026 pi2_res_sb = pi2_res_mb + (i4_res_strd * u1_scan_order[b4]); in ih264e_pack_l_mb()
[all …]
/external/valgrind/none/tests/s390x/
Dclc.c7 char b4[23] ="00000000000000000000000"; variable
41 testrun(b1 + offset1, b4 + offset2, l); in multiplex()
44 testrun(b2 + offset1, b4 + offset2, l); in multiplex()
46 testrun(b3 + offset1, b4 + offset2, l); in multiplex()
47 testrun(b4 + offset1, b4 + offset2, l); in multiplex()
Dclcle.c7 char b4[23] ="00000000000000000000000"; variable
52 testrun(b1, l1, b4, l3, pad); in multiplex()
55 testrun(b2, l1, b4, l3, pad); in multiplex()
57 testrun(b3, l1, b4, l3, pad); in multiplex()
58 testrun(b4, l1, b4, l3, pad); in multiplex()
Dopcodes.h41 #define RIS_RURDI(op1,r1,m3,b4,d4,i2,op2) \ argument
43 ".long 0x" #b4 #d4 #i2 #op2 "\n\t"
47 #define RRS(op1,r1,r2,b4,d4,m3,u0,op2) \ argument
49 ".long 0x" #b4 #d4 #m3 #u0 #op2 "\n\t"
59 #define RIS_RURDU(op1,r1,m3,b4,d4,i2,op2) \ argument
61 ".long 0x" #b4 #d4 #i2 #op2 "\n\t"
161 #define CGIB(r1,m3,b4,d4,i2) RIS_RURDI(ec,r1,m3,b4,d4,i2,fc) argument
163 #define CGRB(r1,r2,b4,d4,m3) RRS(ec,r1,r2,b4,d4,m3,0,e4) argument
175 #define CIB(r1,m3,b4,d4,i2) RIS_RURDI(ec,r1,m3,b4,d4,i2,fe) argument
192 #define CLGIB(r1,m3,b4,d4,i2) RIS_RURDU(ec,r1,m3,b4,d4,i2,fd) argument
[all …]
/external/skia/src/core/
DSkPM4fPriv.h22 uint32_t b4; in to_4b() local
23 SkNx_cast<uint8_t>(f4).store((uint8_t*)&b4); in to_4b()
24 return b4; in to_4b()
27 static inline Sk4f to_4f(uint32_t b4) { in to_4f() argument
28 return SkNx_cast<float>(Sk4b::Load((const uint8_t*)&b4)); in to_4f()
/external/v8/test/mjsunit/regress/
Dregress-omit-checks.js39 var b4 = create(); variable
53 set(b4);
55 assertEquals(undefined, b4.z);
/external/v8/test/mjsunit/
Dcomparison-ops-and-undefined.js30 function test_helper_for_ics(func, b1, b2, b3, b4) { argument
34 assertEquals(b4, func(undefined, undefined));
37 function test_helper_for_crankshaft(func, b1, b2, b3, b4) { argument
43 assertEquals(b4, func(undefined, undefined));
Ddebug-evaluate-locals-optimized-double.js57 { locals: {a4: 9.09, b4: 10.10}, property
222 var b4 = input[i].b;
224 b4 = b4 + b4 / 100;
225 g1(i - 1, a4, b4);
226 return a4 + b4;
Dgenerated-transition-stub.js102 b4 = [0, ,0];
104 b4[i] = 0;
106 assertTrue(%HasFastSmiElements(b4));
107 transition2(b4, 0, 2.5);
108 assertEquals(2.5, b4[0]);
Ddebug-evaluate-locals-optimized.js48 { locals: {a4: 9, b4: 10}, property
205 var b4 = expected[i].locals.b4;
206 g1(i - 1, a4, b4);
207 return a4 + b4;
/external/pdfium/testing/resources/javascript/
Dbug_361_expected.txt2 Alert: Answer for "b4" is: string b4
3 Alert: Answer for "b4.5" is: string b4.5
/external/guava/guava/src/com/google/common/io/
DLittleEndianDataInputStream.java119 byte b4 = readAndCheckByte(); in readInt()
121 return Ints.fromBytes( b4, b3, b2, b1); in readInt()
137 byte b4 = readAndCheckByte(); in readLong()
143 return Longs.fromBytes(b8, b7, b6, b5, b4, b3, b2, b1); in readLong()
/external/lzma/CPP/Common/
DMyGuidDef.h49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
50 MY_EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
/external/guava/guava-tests/test/com/google/common/base/
DCharsetsTest.java69 byte[] b4 = "ニュース".getBytes(Charsets.US_ASCII); in testWhyUsAsciiIsDangerous()
74 assertTrue(Arrays.equals(b3, b4)); in testWhyUsAsciiIsDangerous()
75 assertTrue(Arrays.equals(b4, b5)); in testWhyUsAsciiIsDangerous()
/external/llvm/test/CodeGen/PowerPC/
Dpeephole-align.ll12 %struct.b4 = type<{ i8, i8, i8, i8 }>
22 @b4v = global %struct.b4 <{ i8 1, i8 2, i8 3, i8 4 }>, align 4
63 %0 = load i8, i8* getelementptr inbounds (%struct.b4, %struct.b4* @b4v, i32 0, i32 0), align 1
65 store i8 %inc0, i8* getelementptr inbounds (%struct.b4, %struct.b4* @b4v, i32 0, i32 0), align 1
66 %1 = load i8, i8* getelementptr inbounds (%struct.b4, %struct.b4* @b4v, i32 0, i32 1), align 1
68 store i8 %inc1, i8* getelementptr inbounds (%struct.b4, %struct.b4* @b4v, i32 0, i32 1), align 1
69 %2 = load i8, i8* getelementptr inbounds (%struct.b4, %struct.b4* @b4v, i32 0, i32 2), align 1
71 store i8 %inc2, i8* getelementptr inbounds (%struct.b4, %struct.b4* @b4v, i32 0, i32 2), align 1
72 %3 = load i8, i8* getelementptr inbounds (%struct.b4, %struct.b4* @b4v, i32 0, i32 3), align 1
74 store i8 %inc3, i8* getelementptr inbounds (%struct.b4, %struct.b4* @b4v, i32 0, i32 3), align 1
/external/tcpdump/tests/
Dmstp-v.out2 port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
15 port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
28 port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
41 port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
54 port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
67 port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
80 port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
93 port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
106 port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
119 port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
/external/ceres-solver/data/nist/
DRoszman1.dat32 4 Parameters (b1 to b4)
35 y = b1 - b2*x - arctan[b3/(x-b4)]/pi + e
44 b4 = -100 -150 -1.8134269537E+02 4.9573513849E+01
DRat43.dat32 4 Parameters (b1 to b4)
34 y = b1 / ((1+exp[b2-b3*x])**(1/b4)) + e
44 b4 = 1 1.3 1.2792483859E+00 6.8761936385E-01
DMGH09.dat32 4 Parameters (b1 to b4)
34 y = b1*(x**2+x*b2) / (x**2+x*b3+b4) + e
44 b4 = 39 0.39 1.3606233068E-01 9.0025542308E-02
DENSO.dat35 + b5*cos( 2*pi*x/b4 ) + b6*sin( 2*pi*x/b4 )
44 b4 = 40.0 44.0 4.4311088700E+01 9.4408025976E-01
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/
Dp6.cpp14 bool b4 = !E; variable
18 bool b6 = !&b4; // expected-warning{{address of 'b4' will always evaluate to 'true'}}
/external/selinux/secilc/test/
Dname_resolution_test.cil69 (block b4
77 (call .b4.b4a.m4)
153 ;; b4.b4b.t4
165 ;; allow b4.b4b.t4 b4.b4b.t4 : CLASS { PERM };
/external/opencv3/modules/calib3d/src/
Depnp.cpp335 double l_6x4[6 * 4], b4[4]; in find_betas_approx_1() local
337 CvMat B4 = cvMat(4, 1, CV_64F, b4); in find_betas_approx_1()
348 if (b4[0] < 0) { in find_betas_approx_1()
349 betas[0] = sqrt(-b4[0]); in find_betas_approx_1()
350 betas[1] = -b4[1] / betas[0]; in find_betas_approx_1()
351 betas[2] = -b4[2] / betas[0]; in find_betas_approx_1()
352 betas[3] = -b4[3] / betas[0]; in find_betas_approx_1()
354 betas[0] = sqrt(b4[0]); in find_betas_approx_1()
355 betas[1] = b4[1] / betas[0]; in find_betas_approx_1()
356 betas[2] = b4[2] / betas[0]; in find_betas_approx_1()
[all …]

12345678910