/system/core/libsparse/ |
simg2simg.c | 50 struct sparse_file **out_s; local 79 out_s = calloc(sizeof(struct sparse_file *), files); 80 if (!out_s) { 85 files = sparse_file_resparse(s, max_size, out_s, files); 104 ret = sparse_file_write(out_s[i], out, false, true, false);
|
sparse.c | 278 struct sparse_file **out_s, int out_s_count) 297 out_s[c] = s;
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicBlend.cpp | 145 short4 out_s = convert_short4(*out); local 146 in_s = in_s + ((out_s * (short4)(255 - in_s.w)) >> (short4)8); 164 short4 out_s = convert_short4(*out); local 165 in_s = out_s + ((in_s * (short4)(255 - out_s.w)) >> (short4)8); 200 short4 out_s = convert_short4(*out); local 201 out_s = (out_s * in->w) >> (short4)8; 202 *out = convert_uchar4(out_s); 236 short4 out_s = convert_short4(*out) local 255 short4 out_s = convert_short4(*out); local 275 short4 out_s = convert_short4(*out); local [all...] |
/system/core/libsparse/include/sparse/ |
sparse.h | 248 * @out_s - array of sparse file cookies 249 * @out_s_count - size of out_s array 253 * that would have been written to out_s if out_s were big enough. 256 struct sparse_file **out_s, int out_s_count);
|
/system/core/fastboot/ |
fastboot.c | 544 struct sparse_file **out_s; local 556 out_s = calloc(sizeof(struct sparse_file *), files + 1); 557 if (!out_s) { 561 files = sparse_file_resparse(s, max_size, out_s, files); 566 return out_s;
|
/external/antlr/antlr-3.4/runtime/Python/ |
xmlrunner.py | 188 out_s = sys.stdout.getvalue() 190 out_s = "" 200 result.print_report(stream, time_taken, out_s, err_s)
|