/external/libcups/cups/ |
testhttp.c | 222 FILE *out; /* Output file */ local 589 out = stdout; 599 out = fopen(argv[i], "wb"); 861 fwrite(buffer, (size_t)bytes, 1, out); 862 if (out != stdout) 876 if (out != stdout) 882 if (out != stdout) 883 fclose(out);
|
/external/libese/libese-teq1/tests/ |
teq1_unittests.cpp | 176 // Ensure that the rx_frame data was copied out to rx_data. 186 // Ensure that the rx_frame data was copied out to rx_data. 384 std::string out; local 385 out.reserve(data.size() * 2); 387 out.push_back(hex[c / 16]); 388 out.push_back(hex[c % 16]); 390 return out;
|
/external/libgsm/src/ |
toast.c | 26 FILE *in, *out; variable 31 * 160 signed 16 bit values (gsm_signals) to <out>. 118 * Try to figure out what we're supposed to do from the argv[0], if 323 if (fchmod(fileno(out), instat.st_mode & 07777)) { 343 (void)fchown(fileno(out), instat.st_uid, instat.st_gid); 498 out = stdout; 501 _fsetmode(out, "b"); 511 out = fdopen(outfd, WRITE); 512 else if (errno != EEXIST) out = (FILE *)NULL; 513 else if (ok_to_replace(o)) out = fopen(o, WRITE) 693 (void)fclose(out), out = (FILE *)0; local [all...] |
/external/libldac/src/ |
sigana_fixp_ldac.c | 55 INT32 out; local 63 out = LDAC_MAX_32BIT; 66 out = LDAC_MIN_32BIT; 69 out = (INT32)acc; 72 return out; 82 INT32 out; local 84 out = in1 - in2; 86 return out; 96 INT32 out; local 98 out = in1 + in2 111 INT32 out; local [all...] |
/external/libmojo/base/android/ |
jni_array_unittest.cc | 320 std::vector<std::vector<int>> out; local 321 JavaArrayOfIntArrayToIntVector(env, array.obj(), &out); 323 EXPECT_EQ(kNumItems, out.size()); 324 CheckIntArrayConversion(env, int_array0, out[0], kLen0); 325 CheckIntArrayConversion(env, int_array1, out[1], kLen1); 326 CheckIntArrayConversion(env, int_array2, out[2], kLen2); 327 CheckIntArrayConversion(env, int_array3, out[3], kLen3);
|
/external/libvorbis/lib/ |
psytune.c | 242 float *pcm[2],*out[2],*window,*flr[2],*mask[2],*work[2]; local 278 out[0]=_ogg_calloc(framesize/2,sizeof(float)); 279 out[1]=_ogg_calloc(framesize/2,sizeof(float)); 476 out[i][j]+=pcm[i][j]*window[j]; 478 analysis("out",frameno+i,out[i],framesize/2,0,0); 483 /* write data. Use the part of buffer we're about to shift out */ 486 float *mono=out[i]; 513 out[i][j]=pcm[i][k]*window[k];
|
/external/libvorbis/vq/ |
metrics.c | 149 FILE *out; local 159 out=fopen(buffer,"w"); 160 if(!out){ 167 fprintf(out,"%d, %g, %g\n", 172 fclose(out); 175 out=fopen(buffer,"w"); 176 if(!out){ 183 fprintf(out,"%d, %g, %g\n", 188 fclose(out); 191 out=fopen(buffer,"w") [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
highbd_idct16x16_add_neon.c | 488 const int32x4x2_t *const step2, int32x4x2_t *const out) { 489 out[0].val[0] = vaddq_s32(step2[0].val[0], step2[15].val[0]); 490 out[0].val[1] = vaddq_s32(step2[0].val[1], step2[15].val[1]); 491 out[1].val[0] = vaddq_s32(step2[1].val[0], step2[14].val[0]); 492 out[1].val[1] = vaddq_s32(step2[1].val[1], step2[14].val[1]); 493 out[2].val[0] = vaddq_s32(step2[2].val[0], step2[13].val[0]); 494 out[2].val[1] = vaddq_s32(step2[2].val[1], step2[13].val[1]); 495 out[3].val[0] = vaddq_s32(step2[3].val[0], step2[12].val[0]); 496 out[3].val[1] = vaddq_s32(step2[3].val[1], step2[12].val[1]); 497 out[4].val[0] = vaddq_s32(step2[4].val[0], step2[11].val[0]) 603 int32x4x2_t in[16], step1[16], step2[16], out[16]; local 857 int32x4x2_t in[8], step1[16], step2[16], out[16]; local 1012 int32x4_t in[4], step1[16], step2[16], out[16]; local 1153 int32x4x2_t in[4], step1[16], step2[16], out[16]; local [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
fwd_txfm.c | 26 tran_low_t *out = intermediate; local 58 out[0] = (tran_low_t)fdct_round_shift(temp1); 59 out[2] = (tran_low_t)fdct_round_shift(temp2); 62 out[1] = (tran_low_t)fdct_round_shift(temp1); 63 out[3] = (tran_low_t)fdct_round_shift(temp2); 66 out += 4; 68 // Setup in/out for next pass. 70 out = output; 194 tran_low_t *out = intermediate; local 270 out[0] = (tran_low_t)fdct_round_shift(t0) [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
itrans4_dspr2.c | 221 DECLARE_ALIGNED(32, int16_t, out[4 * 4]); 222 int16_t *outptr = out; 234 vpx_idct4_columns_add_blk_dspr2(&out[0], dest, stride); 240 int32_t out; local 251 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc); 253 "addi %[out], %[out], 8 \n\t" 254 "sra %[a1], %[out], 4 \n\t" 256 : [out] "+r"(out), [a1] "=r"(a1 [all...] |
itrans8_dspr2.c | 455 DECLARE_ALIGNED(32, int16_t, out[8 * 8]); 456 int16_t *outptr = out; 466 idct8_columns_add_blk_dspr2(&out[0], dest, stride); 470 DECLARE_ALIGNED(32, int16_t, out[8 * 8]); 471 int16_t *outptr = out; 504 idct8_columns_add_blk_dspr2(&out[0], dest, stride); 509 int32_t out; local 520 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input[0]); 522 "addi %[out], %[out], 16 \n\t [all...] |
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/llvm/test/MC/X86/ |
x86-32.s | 598 out %al, (%dx) label 602 out %ax, (%dx) label 606 out %eax, (%dx) label
|
/external/ltp/pan/ |
tag_report.c | 86 /* split contacts on "," and print out a line for each */ 382 FILE *out; local 387 out = stderr; 389 out = stdout; 391 fprintf(out, "System Configuration:\n"); 392 /* build header out of RTS keywords */ 399 fprintf(out, "%-20.20s %s\n", (char *)Key.data, 404 fprintf(out, "\n"); 405 fprintf(out, FORMAT, "tag", "tcid", "testcase", "status", "contact"); 406 fprintf(out, [all...] |
/external/ltp/tools/genload/ |
genload.c | 57 #define out if (global_debug >= 2) \ macro 201 out(stdout, "dispatching %lli hogcpu forks\n", do_cpu_forks); 219 out(stdout, "dispatching %lli hogio forks\n", do_io_forks); 237 out(stdout, 257 out(stdout, "dispatching %lli hoghdd forks, each %lli files of " 276 /* We have no work to do, so bail out. */ 325 out(stdout, "successful run completed in %lis\n", runtime);
|
stress.c | 57 #define out if (global_debug >= 2) \ macro 201 out(stdout, "dispatching %lli hogcpu forks\n", do_cpu_forks); 219 out(stdout, "dispatching %lli hogio forks\n", do_io_forks); 237 out(stdout, 257 out(stdout, "dispatching %lli hoghdd forks, each %lli files of " 276 /* We have no work to do, so bail out. */ 325 out(stdout, "successful run completed in %lis\n", runtime);
|
/external/lzma/C/ |
Aes.c | 252 UInt32 in[4], out[4];
local 260 Aes_Decode(p + 4, out, in);
262 SetUi32(data, p[0] ^ out[0]);
263 SetUi32(data + 4, p[1] ^ out[1]);
264 SetUi32(data + 8, p[2] ^ out[2]);
265 SetUi32(data + 12, p[3] ^ out[3]);
|
/external/mesa3d/src/amd/addrlib/r800/ |
egbaddrlib.cpp | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 82 ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut ///< [out] output structure 214 ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut, ///< [out] Output structure 309 ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut, ///< [out] Output structure 419 ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut, ///< [out] Output structure 595 UINT_32* pBaseAlign, ///< [out] base address alignment in bytes 596 UINT_32* pPitchAlign, ///< [out] pitch alignment in pixels 597 UINT_32* pHeightAlign ///< [out] height alignment in pixels 653 UINT_32* pBaseAlign, ///< [out] base address alignment in bytes 654 UINT_32* pPitchAlign, ///< [out] pitch alignment in pixel 1129 ADDR_COMPUTE_SURFACE_INFO_OUTPUT out = {0}; local [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/auxiliary/util/ |
u_simple_shaders.c | 24 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 116 "DCL OUT[0], POSITION\n" 117 "DCL OUT[1], GENERIC[0]\n" 118 "DCL OUT[2], LAYER\n" 120 "MOV OUT[0], IN[0]\n" 121 "MOV OUT[1], IN[1]\n" 122 "MOV OUT[2], SV[0]\n" 145 "DCL OUT[0], POSITION\n" 146 "DCL OUT[1], GENERIC[0]\n" 147 "DCL OUT[2], GENERIC[1]\n 233 struct ureg_dst out; local 324 struct ureg_dst out, depth; local 376 struct ureg_dst out, depth, stencil; local 440 struct ureg_dst out, stencil; local 739 struct ureg_dst out, tmp_sum, tmp_coord, tmp; local 799 struct ureg_dst out, tmp, top, bottom; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_arit.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 57 typedef void (*unary_func_t)(float *out, const float *in); 409 float *in, *out; local 412 out = align_malloc(length * 4, length * 4); 438 test_func_jit(out, in); 448 if (util_inf_sign(ref) && util_inf_sign(out[i]) == util_inf_sign(ref)) { 451 error = fabs(out[i] - ref); 477 printf("%s(%.9g): ref = %.9g, out = %.9g, precision = %f bits, %s%s\n", 478 test_name, in[i], ref, out[i], precision, 494 align_free(out); [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_bb.cpp | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 370 Graph::Node *out[2]; local 379 out[n++] = ei.getNode(); 380 eR = out[1]->outgoing().getType(); 382 // IF block is out edge to the right 386 if (out[1]->outgoingCount() != 1) // 0 is IF { RET; }, >1 is more divergence 389 if (out[1]->outgoing().getNode() == out[0]) 391 if (out[0]->outgoingCount() == 1) 392 if (out[0]->outgoing().getNode() == out[1]->outgoing().getNode() 511 FILE *out = fopen(filePath, "a"); local [all...] |
nv50_ir_graph.h | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 135 Edge *out; member in class:nv50_ir::Graph::Node 209 return EdgeIterator(out, 0, reverse);
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_fs.c | 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 219 struct ureg_dst out; local 224 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); 227 ureg_MOV(ureg, out, imm);
|