/external/libvpx/libvpx/vp8/common/mips/msa/ |
sixtap_filter_msa.c | 139 v16u8 mask0, mask1, mask2, out; local 157 out = PCKEV_XORI128_UB(out0, out1); 158 ST4x4_UB(out, out, 0, 1, 2, 3, dst, dst_stride); 165 v16u8 mask0, mask1, mask2, out; local 188 out = PCKEV_XORI128_UB(out0, out1); 189 ST4x4_UB(out, out, 0, 1, 2, 3, dst, dst_stride); 191 out = PCKEV_XORI128_UB(out2, out3); 192 ST4x4_UB(out, out, 0, 1, 2, 3, dst, dst_stride) 254 v16u8 mask0, mask1, mask2, out; local 302 v16u8 out; local 460 v16u8 mask0, mask1, mask2, out; local 627 v16u8 out; local 651 v16u8 out; local 730 v16u8 out; local 777 v16u8 out; local 922 v16u8 mask0, mask1, out; local 1207 v16u8 out; local [all...] |
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
vp9_fdct16x16_msa.c | 86 int16_t *out) { 87 int16_t *out_ptr = out + 128; 108 ST_SH(out4, (out + 3 * 16)); 115 ST_SH(out12, (out + 2 * 16)); 125 ST_SH(out0, (out)); 133 ST_SH(out8, (out + 16)); 140 ST_SH(out2, (out + 7 * 16)); 144 ST_SH(out6, (out + 4 * 16)); 148 ST_SH(out10, (out + 6 * 16)); 152 ST_SH(out14, (out + 5 * 16)) 366 int16_t *out = output; local [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
idct16x16_msa.c | 208 int16_t *out = out_arr; local 213 vpx_idct16_1d_rows_msa((input + (i << 7)), (out + (i << 7))); 219 vpx_idct16_1d_columns_addblk_msa((out + (i << 3)), (dst + (i << 3)), 228 int16_t *out = out_arr; local 231 vpx_idct16_1d_rows_msa(input, out); 234 out += 4 * 16; 237 "sw $zero, 0(%[out]) \n\t" 238 "sw $zero, 4(%[out]) \n\t" 239 "sw $zero, 8(%[out]) \n\t" 240 "sw $zero, 12(%[out]) \n\t 265 int16_t out; local [all...] |
intrapred_msa.c | 194 uint32_t out; local 197 out = __msa_copy_u_w((v4i32)store, 0); 199 SW4(out, out, out, out, dst, dst_stride); 253 uint64_t out; local 256 out = __msa_copy_u_d((v2i64)store, 0); 258 SD4(out, out, out, out, dst, dst_stride) 266 v16u8 top, left, out; local 289 v16u8 data, out; local 309 const v16u8 out = (v16u8)__msa_ldi_b(128); local 320 v16u8 top0, top1, left0, left1, out; local 349 v16u8 data0, data1, out; local 374 const v16u8 out = (v16u8)__msa_ldi_b(128); local [all...] |
itrans32_dspr2.c | 1046 int r, out; local [all...] |
sub_pixel_variance_msa.c | 427 v16u8 filt0, out, ref0, ref1, ref2, ref3; local 451 out = (v16u8)__msa_ilvev_d((v2i64)src1, (v2i64)src0); 452 CALC_MSE_AVG_B(out, ref0, var, avg); 453 out = (v16u8)__msa_ilvev_d((v2i64)src3, (v2i64)src2); 454 CALC_MSE_AVG_B(out, ref1, var, avg); 552 v16u8 src0, src1, src2, src3, src4, out; local 579 out = (v16u8)__msa_pckev_b((v16i8)tmp1, (v16i8)tmp0); 580 CALC_MSE_AVG_B(out, ref, var, avg); 736 v16u8 out, ref = { 0 }; local 766 out = (v16u8)__msa_pckev_b((v16i8)tmp1, (v16i8)tmp0) 954 v16u8 out, pred, filt0, ref = { 0 }; local 998 v16u8 out, pred, filt0; local 1156 v16u8 out, pred, ref = { 0 }; local 1368 v16u8 out, pred, ref = { 0 }; local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
highbd_loopfilter_sse2.c | 896 uint16_t *out = dst[idx8x8]; local [all...] |
/external/libxml2/ |
c14n.c | 427 * we do not want to print it out 460 * we do not want to print it out 567 * Prints out canonical namespace axis of the current node to the 664 * print out all elements from list 681 * Prints out exclusive canonical namespace axis of the current node to the 841 * print out all elements from list 926 * Prints out canonical attribute urrent node to the 1099 * Prints out canonical attribute axis of the current node to the 2152 xmlChar *out = NULL; local [all...] |
nanohttp.c | 139 char *out; /* buffer sent (zero terminated) */ member in struct:xmlNanoHTTPCtxt 172 * Handle an out of memory condition 423 if (ctxt->out != NULL) xmlFree(ctxt->out); 977 /* Time out */ 978 __xmlIOErr(XML_FROM_HTTP, 0, "Connect attempt timed out"); [all...] |
/external/llvm/test/MC/X86/ |
x86-64.s | 263 out %al, (%dx) label 265 out %ax, (%dx) label 267 out %eax, (%dx) label [all...] |
/external/mesa3d/src/compiler/ |
glsl_types.h | 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 980 bool out; member in struct:glsl_function_param
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
ilo_shader_gs.c | 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 185 for (i = 0; i < gcc->shader->out.count; i++) 196 struct toy_src index, struct toy_src out, 210 gs_COPY4(tc, mrf_header, 0, tsrc_type(out, mrf_header.type), 0); 252 if (sent + i * 2 + 1 < gcc->shader->out.count) { 424 gcc->shader->out.count, eot); 460 struct toy_src index, out; local 467 out = gcc->vars.tgsi_outs[idx]; 474 out = tsrc_offset(tsrc_from(gcc->vars.buffers[buf]), idx, 0); 477 out = tsrc_offset(out, 0, gcc->so_info->output[j].start_component) [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 905 int out = 0; local 911 out |= (int) (planeout >> 63); 915 if (out) { [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_driver.h | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 108 struct nv50_ir_varying out[PIPE_MAX_SHADER_OUTPUTS]; member in struct:nv50_ir_prog_info
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_surface.c | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 872 blit->vp.out[0].mask = 0x3; 873 blit->vp.out[0].sn = TGSI_SEMANTIC_POSITION; 874 blit->vp.out[1].hw = 2; 875 blit->vp.out[1].mask = 0x7; 876 blit->vp.out[1].sn = TGSI_SEMANTIC_GENERIC; 877 blit->vp.out[1].si = 0; 890 struct ureg_dst out; local 918 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); 964 outz = ureg_writemask(out, TGSI_WRITEMASK_XYZ) [all...] |
/external/mesa3d/src/mesa/math/ |
m_matrix.c | 21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 356 GLfloat *out = mat->inv; local 453 MAT(out,0,0) = r0[4]; MAT(out,0,1) = r0[5], 454 MAT(out,0,2) = r0[6]; MAT(out,0,3) = r0[7], 455 MAT(out,1,0) = r1[4]; MAT(out,1,1) = r1[5], 456 MAT(out,1,2) = r1[6]; MAT(out,1,3) = r1[7] 484 GLfloat *out = mat->inv; local 556 GLfloat *out = mat->inv; local 652 GLfloat *out = mat->inv; local 685 GLfloat *out = mat->inv; local [all...] |
/external/openssh/ |
monitor.c | 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 724 goto out; 744 out: 1718 gss_buffer_desc out = GSS_C_EMPTY_BUFFER; local [all...] |
mux.c | 14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 591 Buffer out; local 598 buffer_init(&out); 616 buffer_put_int(&out, MUX_S_REMOTE_PORT); 617 buffer_put_int(&out, fctx->rid); 618 buffer_put_int(&out, rfwd->allocated_port); 622 buffer_put_int(&out, MUX_S_OK); 623 buffer_put_int(&out, fctx->rid); 625 goto out; 649 buffer_put_int(&out, MUX_S_FAILURE) 1135 Buffer in, out; local [all...] |
sftp-server.c | 14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 1503 int i, r, in, out, max, ch, skipargs = 0, log_stderr = 0; local [all...] |
ssh.c | 39 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 1595 int in, out; local 1912 int window, packetmax, in, out, err; local [all...] |
/external/pdfium/core/fxcodec/codec/ |
fx_codec_jpx_opj.cpp | 518 unsigned char *inbuf, *outbuf, *in, *out; local 522 out = outbuf = FX_Alloc(unsigned char, nr_samples); 536 *r++ = (int)*out++; 537 *g++ = (int)*out++; 538 *b++ = (int)*out++; 543 unsigned short *inbuf, *outbuf, *in, *out; local 547 out = outbuf = FX_Alloc(unsigned short, nr_samples); 561 *r++ = (int)*out++; 562 *g++ = (int)*out++; 563 *b++ = (int)*out++ 569 unsigned char *in, *inbuf, *out, *outbuf; local 620 cmsHPROFILE in, out; local [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttgxvar.c | 35 /* Many thanks to John Jenkins (at Apple) in figuring this out. */ 540 /* Figure out whether a given tuple (design) applies to the current */ 1575 FT_Pos out, in1, in2, out1, out2, d1, d2; local [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsio0.c | 21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 955 cmsUInt32Number out; local 963 for (i=len-1, out=0; i >= 0; --i) { 964 out = out * BaseOut + Buff[i]; 967 return out; [all...] |
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeComposer.java | 211 // Fill out the new offset of the appended instruction. 247 // Fill out the new offset of the following instruction. 320 System.out.println(" -> ["+exceptionInfo.u2startPC+" -> "+exceptionInfo.u2endPC+": "+exceptionInfo.u2handlerPC+"]"); 421 System.out.println("CodeAttributeComposer: putting results in ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 771 throw new IllegalArgumentException("Instruction offset ["+oldInstructionOffset +"] out of range in code fragment with length ["+codeFragmentLengths[level]+"] at level "+level); [all...] |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
NioByteStringTest.java | 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 367 ByteOutput out = new ByteOutput() { local 395 testString.writeTo(out); 605 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 606 ObjectOutputStream oos = new ObjectOutputStream(out); 609 byte[] pickled = out.toByteArray();
|