HomeSort by relevance Sort by last modified time
    Searched refs:out_s (Results 1 - 7 of 7) sorted by null

  /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 301 struct sparse_file **out_s, int out_s_count)
319 out_s[c] = s;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 159 short4 out_s = convert_short4(*out); local
160 in_s = in_s + ((out_s * (short4)(255 - in_s.w)) >> (short4)8);
178 short4 out_s = convert_short4(*out); local
179 in_s = out_s + ((in_s * (short4)(255 - out_s.w)) >> (short4)8);
214 short4 out_s = convert_short4(*out); local
215 out_s = (out_s * in->w) >> (short4)8;
216 *out = convert_uchar4(out_s);
250 short4 out_s = convert_short4(*out) local
269 short4 out_s = convert_short4(*out); local
289 short4 out_s = convert_short4(*out); local
    [all...]
  /system/core/libsparse/include/sparse/
sparse.h 253 * @out_s - array of sparse file cookies
254 * @out_s_count - size of out_s array
258 * that would have been written to out_s if out_s were big enough.
261 struct sparse_file **out_s, int out_s_count);
  /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)
  /system/core/fastboot/
fastboot.cpp 731 sparse_file** out_s = reinterpret_cast<sparse_file**>(calloc(sizeof(struct sparse_file *), files + 1)); local
732 if (!out_s) {
736 files = sparse_file_resparse(s, max_size, out_s, files);
741 return out_s;
    [all...]
  /art/compiler/optimizing/
code_generator_arm.cc 2416 SRegister out_s = out.AsFpuRegisterPairLow<SRegister>(); local
    [all...]

Completed in 233 milliseconds