/external/libvpx/libvpx/vpx_dsp/mips/ |
vpx_convolve8_horiz_msa.c | 18 v16u8 mask0, mask1, mask2, mask3, out; local 39 out = PCKEV_XORI128_UB(out0, out1); 40 ST4x4_UB(out, out, 0, 1, 2, 3, dst, dst_stride); 48 v16u8 mask0, mask1, mask2, mask3, out; local 73 out = PCKEV_XORI128_UB(out0, out1); 74 ST4x4_UB(out, out, 0, 1, 2, 3, dst, dst_stride); 76 out = PCKEV_XORI128_UB(out2, out3); 77 ST4x4_UB(out, out, 0, 1, 2, 3, dst, dst_stride) 170 v16u8 mask0, mask1, mask2, mask3, out; local 208 v16u8 mask0, mask1, mask2, mask3, out; local 266 v16u8 mask0, mask1, mask2, mask3, out; local [all...] |
/external/libxml2/ |
entities.c | 71 * Handle an out of memory condition 84 * Handle an out of memory condition 559 xmlChar *out = NULL; local 576 out = buffer; 579 size_t indx = out - buffer; 583 out = &buffer[indx]; 599 *out++ = *cur++; 600 indx = out - buffer; 603 out = &buffer[indx]; 606 *out++ = *cur++ 789 xmlChar *out = NULL; local [all...] |
/external/ltrace/ |
proc.h | 77 struct output_state out; member in struct:callstack_element
|
/external/lzma/C/ |
Aes.c | 245 UInt32 in[4], out[4];
local 253 Aes_Decode(p + 4, out, in);
255 SetUi32(data, p[0] ^ out[0]);
256 SetUi32(data + 4, p[1] ^ out[1]);
257 SetUi32(data + 8, p[2] ^ out[2]);
258 SetUi32(data + 12, p[3] ^ out[3]);
|
/external/lzma/xz-embedded/ |
xz_dec_bcj.c | 51 uint8_t *out; member in struct:xz_dec_bcj 404 memcpy(b->out + b->out_pos, s->temp.buf, copy_size); 451 memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size); 459 bcj_apply(s, b->out, &out_start, b->out_pos); 471 memcpy(s->temp.buf, b->out + b->out_pos, s->temp.size); 491 /* Make b->out{,_pos,_size} temporarily point to s->temp. */ 492 s->out = b->out; 495 b->out = s->temp.buf; 502 b->out = s->out [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs.h | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 59 struct draw_variant_output out; member in struct:draw_variant_element
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_arit.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 56 typedef void (*unary_func_t)(float *out, const float *in); 301 float *in, *out; local 304 out = align_malloc(length * 4, length * 4); 327 test_func_jit(out, in); 333 error = fabs(out[i] - ref); 343 printf("%s(%.9g): ref = %.9g, out = %.9g, precision = %f bits, %s\n", 344 test->name, in[i], ref, out[i], precision, 359 align_free(out);
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_bb.cpp | 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 363 Graph::Node *out[2]; local 372 out[n++] = ei.getNode(); 373 eR = out[1]->outgoing().getType(); 375 // IF block is out edge to the right 379 if (out[1]->outgoingCount() != 1) // 0 is IF { RET; }, >1 is more divergence 382 if (out[1]->outgoing().getNode() == out[0]) 384 if (out[0]->outgoingCount() == 1) 385 if (out[0]->outgoing().getNode() == out[1]->outgoing().getNode() 504 FILE *out = fopen(filePath, "a"); local [all...] |
nv50_ir_graph.h | 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 135 Edge *out; member in class:nv50_ir::Graph::Node 209 return EdgeIterator(out, 0, reverse);
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_program.h | 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 72 struct nv50_varying out[16]; member in struct:nv50_program
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_fs.c | 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 232 struct ureg_dst out; local 237 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); 240 ureg_MOV(ureg, out, imm);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_framebuffer.c | 20 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 261 float out = fy + fh - fb_height; /* number of vp pixels out of view */ local 262 prescale.translate[1] += fy * out / in; 274 goto out; 408 out:
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
asm_fill.h | 22 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 33 struct ureg_dst *out, 41 struct ureg_dst *out, 47 ureg_MOV(ureg, *out, constant[2]); 74 struct ureg_dst *out, 93 ureg_TEX(ureg, *out, TGSI_TEXTURE_1D, ureg_src(temp[2]), sampler[0]); 98 struct ureg_dst *out, 129 ureg_TEX(ureg, *out, TGSI_TEXTURE_1D, ureg_src(temp[0]), sampler[0]); 135 struct ureg_dst *out, 160 ureg_TEX(ureg, *out, TGSI_TEXTURE_2D, ureg_src(temp[1]), sampler[0]) 334 struct ureg_dst out; local [all...] |
shaders_cache.c | 22 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 96 "DCL OUT[0], COLOR, CONSTANT\n" 134 struct ureg_dst out, *temp = NULL; local 182 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); 209 &out,
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv10_state_frag.c | 22 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 76 uint32_t out; member in struct:combiner_state 91 (rc)->in = (rc)->out = 0; \ 225 rc->out = RC_OUT_AB; 232 rc->out = RC_OUT_AB; 249 rc->out = RC_OUT_SUM | 259 rc->out = RC_OUT_SUM; 268 rc->out = RC_OUT_SUM; 276 rc->out = RC_OUT_DOT_AB | RC_OUT_SCALE_4; 287 rc->out |= RC_OUT_SCALE_1 [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_texgen.c | 21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 257 GLvector4f *out = &store->texcoord[unit]; local 259 build_f_tab[VB->EyePtr->size]( out->start, 260 out->stride, 264 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_3; 265 out->count = VB->Count; 266 out->size = MAX2(in->size, 3); 268 _mesa_copy_tab[0x8]( out, in ); 279 GLvector4f *out = &store->texcoord[unit]; local 281 GLfloat (*texcoord)[4] = (GLfloat (*)[4])out->start 307 GLvector4f *out = &store->texcoord[unit]; local 341 GLvector4f *out = &store->texcoord[unit]; local [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
DecoderConfigDescriptor.java | 113 ByteBuffer out = ByteBuffer.allocate(serializedSize());
local 114 IsoTypeWriter.writeUInt8(out, 4);
115 IsoTypeWriter.writeUInt8(out, serializedSize() - 2);
116 IsoTypeWriter.writeUInt8(out, objectTypeIndication);
118 IsoTypeWriter.writeUInt8(out, flags);
119 IsoTypeWriter.writeUInt24(out, bufferSizeDB);
120 IsoTypeWriter.writeUInt32(out, maxBitRate);
121 IsoTypeWriter.writeUInt32(out, avgBitRate);
122 out.put(audioSpecificInfo.serialize().array());
123 return out;
[all...] |
/external/objenesis/tck/test/org/objenesis/tck/ |
ObjenesisTest.java | 65 PrintStream out = new PrintStream(buffer);
local 66 out.println("Exception when instantiating " + currentCandidate + " with "
68 exception.printStackTrace(out);
|
/external/opencv/otherlibs/highgui/ |
grfmt_exr.cpp | 37 // or tort (including negligence or otherwise) arising in any way out of 325 uchar *out = data; local 340 RGBToGray( (float *)buffer, (float *)out ); 360 out[x] = CV_CAST_8U(t); 369 out[x] = CV_CAST_8U(t); 374 out += step; 530 void GrFmtExrReader::RGBToGray( float *in, float *out ) 537 out[i] = in[n] * m_chroma.blue[0] + in[n + 1] * m_chroma.green[0] + in[n + 2] * m_chroma.red[0]; 541 uchar *o = (uchar *)out; 555 ((int *)out)[i] = int(si[n] * m_chroma.blue[0] + si[n + 1] * m_chroma.green[0] + si[n + 2] * m_chroma.red[0]) [all...] |
/external/opencv3/3rdparty/libwebp/dec/ |
webp.c | 271 // Fetch '*width', '*height', '*has_alpha' and fill out 'headers' based on 386 // fill out headers, ignore width/height/has_alpha. 620 uint8_t* const out = Decode(MODE_YUV, data, data_size, local 623 if (out != NULL) { 631 return out; 750 return 0; // out of frame boundary error
|
/external/opencv3/3rdparty/zlib/ |
gzguts.h | 174 unsigned char *out; /* output buffer (double-sized when reading) */ member in struct:__anon20548
|
inflate.c | 48 * - Pull out common wnext == 0 case for speed in inflate_fast() 75 * for the in() and out() functions 308 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also 323 a.out > inffixed.h 615 unsigned in, out; /* save starting available input and output */ local 636 out = left; [all...] |
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
filters.hpp | 38 // or tort (including negligence or otherwise) arising in any way out of 94 work_type out = VecTraits<work_type>::all(0); local 102 out = out + src_reg * ((x2 - x) * (y2 - y)); 105 out = out + src_reg * ((x - x1) * (y2 - y)); 108 out = out + src_reg * ((x2 - x) * (y - y1)); 111 out = out + src_reg * ((x - x1) * (y - y1)) 201 work_type out = VecTraits<work_type>::all(0.f); local 241 work_type out = VecTraits<work_type>::all(0.f); local [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
interpolation.hpp | 39 // or tort (including negligence or otherwise) arising in any way out of 111 work_type out = VecTraits<work_type>::all(0); local 119 out = out + src_reg * static_cast<work_elem_type>((x2 - x) * (y2 - y)); 122 out = out + src_reg * static_cast<work_elem_type>((x - x1) * (y2 - y)); 125 out = out + src_reg * static_cast<work_elem_type>((x2 - x) * (y - y1)); 128 out = out + src_reg * static_cast<work_elem_type>((x - x1) * (y - y1)) 255 work_type out = VecTraits<work_type>::all(0); local 321 work_type out = VecTraits<work_type>::all(0); local [all...] |
/external/opencv3/modules/imgcodecs/src/ |
grfmt_exr.cpp | 38 // or tort (including negligence or otherwise) arising in any way out of 317 uchar *out = data; local 332 RGBToGray( (float *)buffer, (float *)out ); 351 out[x] = cv::saturate_cast<uchar>(fi[x]*5); 359 out[x] = cv::saturate_cast<uchar>(ui[x]); 364 out += step; 515 void ExrDecoder::RGBToGray( float *in, float *out ) 522 out[i] = in[n] * m_chroma.blue[0] + in[n + 1] * m_chroma.green[0] + in[n + 2] * m_chroma.red[0]; 526 uchar *o = (uchar *)out; 540 ((int *)out)[i] = int(si[n] * m_chroma.blue[0] + si[n + 1] * m_chroma.green[0] + si[n + 2] * m_chroma.red[0]) [all...] |