Home
last modified time | relevance | path

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

1234

/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/valgrind/main/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"
57 #define RIS_RURDU(op1,r1,m3,b4,d4,i2,op2) \ argument
59 ".long 0x" #b4 #d4 #i2 #op2 "\n\t"
128 #define CGIB(r1,m3,b4,d4,i2) RIS_RURDI(ec,r1,m3,b4,d4,i2,fc) argument
130 #define CGRB(r1,r2,b4,d4,m3) RRS(ec,r1,r2,b4,d4,m3,0,e4) argument
140 #define CIB(r1,m3,b4,d4,i2) RIS_RURDI(ec,r1,m3,b4,d4,i2,fe) argument
149 #define CLGIB(r1,m3,b4,d4,i2) RIS_RURDU(ec,r1,m3,b4,d4,i2,fd) argument
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DBase64Encoder.java130 byte b1, b2, b3, b4; in decode()
164 b4 = decodingTable[data[i++]]; in decode()
168 out.write((b3 << 6) | b4); in decode()
200 byte b1, b2, b3, b4; in decode()
234 b4 = decodingTable[data.charAt(i++)]; in decode()
238 out.write((b3 << 6) | b4); in decode()
253 byte b1, b2, b3, b4; in decodeLastBlock()
280 b4 = decodingTable[c4]; in decodeLastBlock()
284 out.write((b3 << 6) | b4); in decodeLastBlock()
/external/libffi/testsuite/libffi.call/
Dnested_struct9.c27 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() argument
31 result.x.a = b2.a + b3.x.a + b4.d; in B_fn()
32 result.x.b = b2.b + b3.x.b + b3.y + b4.e; in B_fn()
33 result.y = b2.b + b3.x.b + b4.e; in B_fn()
36 b3.x.a, (int)b3.x.b, b3.y, (int)b4.d, b4.e, in B_fn()
Dnested_struct6.c27 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() argument
31 result.x.a = b2.a + b3.x.a + b4.d; in B_fn()
32 result.x.b = b2.b + b3.x.b + b3.y + b4.e; in B_fn()
33 result.y = b2.b + b3.x.b + b4.e; in B_fn()
36 (int)b3.x.a, b3.x.b, b3.y, (int)b4.d, b4.e, in B_fn()
Dnested_struct8.c27 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() argument
31 result.x.a = b2.a + b3.x.a + b4.d; in B_fn()
32 result.x.b = b2.b + b3.x.b + b3.y + b4.e; in B_fn()
33 result.y = b2.b + b3.x.b + b4.e; in B_fn()
36 (int)b3.x.a, b3.x.b, b3.y, (int)b4.d, b4.e, in B_fn()
Dnested_struct10.c28 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() argument
32 result.x.a = b2.a + b3.x.a + b3.z + b4.d; in B_fn()
33 result.x.b = b2.b + b3.x.b + b3.y + b4.e; in B_fn()
34 result.y = b2.b + b3.x.b + b4.e; in B_fn()
37 (int)b3.x.a, b3.x.b, b3.y, b3.z, (int)b4.d, b4.e, in B_fn()
/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.js52 { locals: {a4: 9.09, b4: 10.10}, args: { names: ["i", "x4", "y4"], values: [4, 11.11, 12.12] } } property
218 var b4 = input[i].b;
220 b4 = b4 + b4 / 100;
221 g1(i - 1, a4, b4);
Ddebug-evaluate-locals-optimized.js42 { locals: {a4: 9, b4: 10}, args: { names: ["i", "x4", "y4"], values: [4, 11, 12] } } property
199 var b4 = expected[i].locals.b4;
200 g1(i - 1, a4, b4);
/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/clang/test/CXX/expr/expr.unary/expr.unary.op/
Dp6.cpp14 bool b4 = !E; variable
18 bool b6 = !&b4;
/external/valgrind/main/massif/tests/
Dalloc-fns.c8 void b4(int n) { malloc(n); } in b4() function
9 void b3(int n) { b4(n); } in b3()
/external/quake/quake/src/QW/qwfwd/
Dmisc.c46 int b1, b2, b3, b4, p; in StringToAdr() local
48 b1 = b2 = b3 = b4 = p = 0; in StringToAdr()
49 sscanf (s, "%i.%i.%i.%i:%i", &b1, &b2, &b3, &b4, &p); in StringToAdr()
54 a.sin_addr.S_un.S_un_b.s_b4 = b4; in StringToAdr()
/external/clang/test/SemaObjC/
Dblock-id-as-block-argtype.m18 block3_t b4;
24 fn(b4); // succeeds: id compatible with id
/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp133 double b4 = m[3][1]; in determinant4x4() local
137 return a1 * determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4) in determinant4x4()
139 + c1 * determinant3x3(a2, a3, a4, b2, b3, b4, d2, d3, d4) in determinant4x4()
140 - d1 * determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4); in determinant4x4()
179 double b4 = matrix[3][1]; in adjoint() local
184 result[0][0] = determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4); in adjoint()
186 result[2][0] = determinant3x3(a2, a3, a4, b2, b3, b4, d2, d3, d4); in adjoint()
187 result[3][0] = - determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4); in adjoint()
189 result[0][1] = - determinant3x3(b1, b3, b4, c1, c3, c4, d1, d3, d4); in adjoint()
191 result[2][1] = - determinant3x3(a1, a3, a4, b1, b3, b4, d1, d3, d4); in adjoint()
[all …]
/external/llvm/test/CodeGen/ARM/
D2007-04-03-UndefinedSymbol.ll50 %b4.i = bitcast %struct.B* %b.i to i8* ; <i8*> [#uses=1]
51 …%ctg25.i = getelementptr i8* %b4.i, i32 ashr (i32 trunc (i64 lshr (i64 zext (i32 ptrtoint (void (%…
72 %b4.i53 = bitcast %struct.B* %b.i29 to i8* ; <i8*> [#uses=1]
73 …%ctg25.i54 = getelementptr i8* %b4.i53, i32 ashr (i32 trunc (i64 lshr (i64 zext (i32 ptrtoint (voi…
94 %b4.i25 = bitcast %struct.B* %b.i1 to i8* ; <i8*> [#uses=1]
95 …%ctg25.i26 = getelementptr i8* %b4.i25, i32 ashr (i32 trunc (i64 lshr (i64 zext (i32 ptrtoint (voi…
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DExcludedProxyTest.java104 byte[] b4 = new byte[1024]; in test_usingProxy()
106 while ((count = is.read(b4)) > 0) in test_usingProxy()
107 response += new String(b4, 0, count); in test_usingProxy()
/external/webkit/Source/WebCore/platform/graphics/filters/
DFEComposite.cpp118 template <int b1, int b2, int b3, int b4>
126 if (b4) in computeArithmeticPixels()
139 if (b4) in computeArithmeticPixels()
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java378 final byte b4 = readRawByte(); in readRawLittleEndian32()
382 ((b4 & 0xff) << 24); in readRawLittleEndian32()
390 final byte b4 = readRawByte(); in readRawLittleEndian64()
398 (((long)b4 & 0xff) << 24) | in readRawLittleEndian64()
/external/clang/test/Sema/
Dfor.c7 void b4 (void) { for (typedef int f;;); } // expected-error {{declaration of non-local variable}} in b4() function
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.h59 …DEFINE_DLSID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) const DLSID name = { l, w1, w2, { b1… argument
/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java383 byte b1 = 0, b2 = 0, b3 = 0, b4 = 0, marker0 = 0, marker1 = 0; in decodeBase64()
412 b4 = base64Alphabet[marker1]; in decodeBase64()
417 decodedData[encodedIndex + 2] = (byte) (b3 << 6 | b4); in decodeBase64()

1234