/external/chromium_org/third_party/boringssl/src/include/openssl/ |
bio.h | 582 /* BIO_new_bio_pair sets |*out1| and |*out2| to two freshly created BIOs where 584 * |writebuf1| argument gives the size of the buffer used in |*out1| and 586 OPENSSL_EXPORT int BIO_new_bio_pair(BIO **out1, size_t writebuf1, BIO **out2, [all...] |
/external/chromium_org/third_party/re2/re2/ |
compile.cc | 24 // Because the out and out1 fields in Inst are no longer pointers, 26 // to inst_[p>>1].out (p&1 == 0) or inst_[p>>1].out1 (p&1 == 1). 60 l.p = ip->out1(); 71 l.p = ip->out1(); [all...] |
/external/regex-re2/re2/ |
compile.cc | 24 // Because the out and out1 fields in Inst are no longer pointers, 26 // to inst_[p>>1].out (p&1 == 0) or inst_[p>>1].out1 (p&1 == 1). 60 l.p = ip->out1(); 71 l.p = ip->out1(); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderCommonFunctionTests.cpp | 757 m_spec.outputs.push_back(Symbol("out1", glu::VarType(baseType, precision))); 758 m_spec.source = "out0 = modf(in0, out1);"; 791 const float out1 = ((const float*)outputs[1])[compNdx]; local 799 const float resSum = out0 + out1; [all...] |
es31fBasicComputeShaderTests.cpp | 479 << "layout(binding = 1) buffer Out1 {\n" 515 const deUint32 value1Index = gl.getProgramResourceIndex(program.getProgram(), GL_BUFFER_VARIABLE, "Out1.values"); 570 throw tcu::TestError(string("Comparison failed for Out1.values[") + de::toString(ndx) + "] res=" + de::toString(res) + " ref=" + de::toString(ref)); [all...] |
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/ |
memcpy_mck.S | 647 add out1=saved_in1, B 655 mov out1=r0 // c
|
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/ |
split-gep.ll | 71 define void @sext_zext(i32 %a, i32 %b, float** %out1, float** %out2) { 80 store float* %p1, float** %out1
|
/frameworks/av/services/audioflinger/ |
AudioResampler.cpp | 607 // r4 x1, i1, i3, Out1 727 // r4 x1, i1, i3, out1
|
/external/chromium_org/third_party/libevent/ |
evdns.c | [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 334 out0, out1, out2, out3, out4, out5, out6, out7) \ 355 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \ 365 out0, out1, out2, out3) \ 378 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \ 383 #define TRANSPOSE_8X4(in0, in1, in2, in3, out0, out1) \ 392 #define TRANSPOSE_8X8_10(in0, in1, in2, in3, out0, out1) \ 397 out1 = _mm_unpackhi_epi32(tr0_0, tr0_1); \ 459 out0, out1, out2, out3, out4, out5, out6, out7) \ 521 out1 = _mm_adds_epi16(stp1_1, stp1_6); \ [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 334 out0, out1, out2, out3, out4, out5, out6, out7) \ 355 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \ 365 out0, out1, out2, out3) \ 378 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \ 383 #define TRANSPOSE_8X4(in0, in1, in2, in3, out0, out1) \ 392 #define TRANSPOSE_8X8_10(in0, in1, in2, in3, out0, out1) \ 397 out1 = _mm_unpackhi_epi32(tr0_0, tr0_1); \ 459 out0, out1, out2, out3, out4, out5, out6, out7) \ 521 out1 = _mm_adds_epi16(stp1_1, stp1_6); \ [all...] |
/external/chromium_org/ipc/ |
ipc_message_macros.h | 166 // output parameters. The caller uses Send([route id, ], in1, &out1, &out2). 168 // void OnSyncMessageName(const type1& in1, type2* out1, type3* out2) 183 // ViewHostMsg_SyncMessageName::WriteReplyParams(reply_msg, out1, out2); [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
t1_enc.c | 252 unsigned char *out1, 270 memset(out1,0,olen); 284 out1[i]^=out2[i]; [all...] |
/external/chromium_org/ui/display/chromeos/ |
display_configurator_unittest.cc | 75 const DisplaySnapshot* out1, 81 out1 ? DisplaySnapshotToString(*out1).c_str() : "NULL", [all...] |
/external/openssl/ssl/ |
t1_enc.c | 253 unsigned char *out1, 271 memset(out1,0,olen); 286 out1[i]^=out2[i]; [all...] |
/hardware/intel/img/psb_video/src/ |
tng_H264ES.c | 618 goto out1; 642 goto out1; 777 out1: [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderCommonFunctionTests.cpp | 726 m_spec.outputs.push_back(Symbol("out1", glu::VarType(baseType, precision))); 727 m_spec.source = "out0 = modf(in0, out1);"; 760 const float out1 = ((const float*)outputs[1])[compNdx]; local 768 const float resSum = out0 + out1; [all...] |
/external/kernel-headers/original/uapi/linux/ |
serial_reg.h | 121 #define UART_MCR_OUT1 0x04 /* Out1 complement */
|
/external/libunwind/tests/ |
ia64-test-nat-asm.S | 35 mov out1 = arg1; \
|
/external/wpa_supplicant_8/src/crypto/ |
milenage.c | 53 /* OUT1 = E_K(TEMP XOR rot(IN1 XOR OP_C, r1) XOR c1) XOR OP_C */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
serial_reg.h | 109 #define UART_MCR_OUT1 0x04 /* Out1 complement */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
serial_reg.h | 109 #define UART_MCR_OUT1 0x04 /* Out1 complement */
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 329 out0, out1, out2, out3, out4, out5, out6, out7) \ 350 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \ 360 out0, out1, out2, out3) \ 373 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \ 378 #define TRANSPOSE_8X8_10(in0, in1, in2, in3, out0, out1) \ 383 out1 = _mm_unpackhi_epi32(tr0_0, tr0_1); \ 445 out0, out1, out2, out3, out4, out5, out6, out7) \ 507 out1 = _mm_adds_epi16(stp1_1, stp1_6); \ [all...] |
/external/deqp/data/gles31/shaders/ |
arrays_of_arrays.test | [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
SpdyConnectionTest.java | [all...] |