/external/opencv3/3rdparty/zlib/ |
inffast.c | 33 Decode literal, length, and distance codes and write out the resulting 50 LEN -- ran out of enough output space or enough available input 74 unsigned char FAR *out; /* local strm->next_out */ local 76 unsigned char FAR *end; /* while out < end, enough space available */ 101 out = strm->next_out - OFF; 102 beg = out - (start - strm->avail_out); 103 end = out + (strm->avail_out - 257); 137 PUP(out) = (unsigned char)(here.val); 186 op = (unsigned)(out - beg); /* max distance in output */ 199 PUP(out) = 0 [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
PolicyFactory.java | 26 // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 69 /** Produces a sanitizer that emits tokens to {@code out}. */ 70 public HtmlSanitizer.Policy apply(@Nonnull HtmlStreamEventReceiver out) { 72 out, policies, textContainers); 76 * Produces a sanitizer that emits tokens to {@code out} and that notifies 78 * @param out a renderer that receives approved tokens only. 87 HtmlStreamEventReceiver out, @Nullable HtmlChangeListener<CTX> listener, 90 return apply(out); 93 out, listener, context); 120 StringBuilder out = new StringBuilder(html.length()) local [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftgloadr.c | 376 FT_Outline* out = &target->base.outline; local 380 FT_ARRAY_COPY( out->points, in->points, 382 FT_ARRAY_COPY( out->tags, in->tags, 384 FT_ARRAY_COPY( out->contours, in->contours, 396 out->n_points = (short)num_points; 397 out->n_contours = (short)num_contours;
|
/external/pdfium/third_party/zlib_v128/ |
inffast.c | 33 Decode literal, length, and distance codes and write out the resulting 50 LEN -- ran out of enough output space or enough available input 74 unsigned char FAR *out; /* local strm->next_out */ local 76 unsigned char FAR *end; /* while out < end, enough space available */ 101 out = strm->next_out - OFF; 102 beg = out - (start - strm->avail_out); 103 end = out + (strm->avail_out - 257); 137 PUP(out) = (unsigned char)(here.val); 186 op = (unsigned)(out - beg); /* max distance in output */ 199 PUP(out) = 0 [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
LivenessAnalyzer.java | 197 System.out.println(); 198 System.out.println("Liveness analysis: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)); 315 // Print out the liveness of all variables before the instruction. 319 System.out.print((aliveBefore & variableMask) == 0L ? '.' : 324 // Print out the instruction itself. 325 System.out.println(" "+ InstructionFactory.create(codeAttribute.code, offset).toString(offset)); 327 // Print out the liveness of all variables after the instruction. 331 System.out.print((aliveAfter & variableMask) == 0L ? '.' : 336 System.out.println();
|
/external/selinux/policycoreutils/semodule_package/ |
semodule_package.c | 46 fprintf(stderr, "%s: Out of memory\n", progname); 93 struct sepol_policy_file *mod, *out; local 212 fprintf(stderr, "%s: Out of memory\n", argv[0]); 236 if (file_to_policy_file(outfile, &out, "w")) 239 if (sepol_module_package_write(pkg, out)) { 251 sepol_policy_file_free(out);
|
/external/skia/src/core/ |
SkMaskGamma.cpp | 115 float out = dstConvert.fromLuma(dstGamma, linOut); local 118 float result = (out - dst) / (src - dst);
|
SkRTree.cpp | 55 Node* out = fNodes.push(); local 57 out->fNumChildren = 0; 58 out->fLevel = level; 59 return out;
|
/external/skia/tests/ |
PathOpsSimplifyDegenerateThreadedTest.cpp | 14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? 37 SkPath path, out; local 59 testSimplify(path, false, out, state, pathStr); 64 testSimplify(path, true, out, state, pathStr);
|
PathOpsSimplifyQuadThreadedTest.cpp | 15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? 39 SkPath path, out; local 69 testSimplify(path, false, out, state, pathStr); 74 testSimplify(path, true, out, state, pathStr);
|
PathOpsSimplifyQuadralateralsThreadedTest.cpp | 15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? 39 SkPath path, out; local 66 testSimplify(path, false, out, state, pathStr); 71 testSimplify(path, true, out, state, pathStr);
|
/external/skia/tools/skiaserve/ |
Request.cpp | 16 SkWStream* out = (SkWStream*) png_get_io_ptr(png_ptr); local 17 out->write(data, length); 20 static void write_png(const png_bytep rgba, png_uint_32 width, png_uint_32 height, SkWStream& out) { 45 png_set_write_fn(png, &out, write_png_callback, NULL);
|
/external/smali/util/src/main/java/org/jf/util/ |
Utf8Utils.java | 95 char out; local 105 out = (char) v0; 127 out = (char) value; 154 out = (char) value; 163 chars[outAt] = out; 203 char out; local 212 out = (char) v0; 230 out = (char) value; 253 out = (char) value; 262 chars[outAt] = out; [all...] |
/external/tlsdate/src/ |
test-bio.c | 29 unsigned char *out; member in struct:test_ctx 43 unsigned char *out, size_t outsz) 47 memcpy (out, *buf, outsz); 71 ctx->out = NULL; 86 free (ctx->out); 95 buf_fill (&ctx->out, &ctx->outsz, (unsigned char *) buf, sz); 149 return buf_drain (&c->out, &c->outsz, buf, bufsz);
|
/external/toybox/scripts/ |
mkflags.c | 22 // replace chopped out USE_BLAH() sections with low-ascii characters 113 char *out, *outbuf = malloc(1024*1024); local 117 if (!(out = outbuf)) return 1; 172 sprintf(out, "#ifdef FOR_%s\n#ifndef TT\n#define TT this.%s\n#endif\n", 174 out += strlen(out); 184 sprintf(out, "#define FLAG_%s (1%s<<%d)\n", flist->lopt->command, 187 } else sprintf(out, "#define FLAG_%s (FORCED_FLAG%s<<%d)\n", 199 sprintf(out, "#define FLAG_%c (1%s<<%d)\n", *aflist->command, 202 } else sprintf(out, "#define FLAG_%c (FORCED_FLAG%s<<%d)\n" [all...] |
/external/tremolo/Tremolo/ |
misc.c | 30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 90 FILE *out; local 120 out=fopen(buffer,"a"); 121 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), 123 fprintf(out,"%ld, %ld # FILE %s LINE %ld\n", 126 fclose(out); 128 out=fopen("total"_VDBG_GRAPHFILE,"a"); 129 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), 131 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), 133 fclose(out); 147 FILE *out=fopen("total"_VDBG_GRAPHFILE,"a"); local [all...] |
/external/valgrind/none/tests/arm/ |
v6intThumb.c | 21 unsigned int out; \ 29 : "=&r" (out), "=&r" (cpsr) \ 34 instruction, out, \ 49 unsigned int out; \ 58 : "=&r" (out), "=&r" (cpsr) \ 63 instruction, out, \ 76 unsigned int out; \ 89 : "=&r" (out), "=&r" (cpsr) \ 94 instruction, out, RMval, \ 108 unsigned int out; \ 353 unsigned int out; local [all...] |
/external/valgrind/none/tests/s390x/ |
dfp-2.c | 16 long out; local 17 asm volatile(".insn rre, 0xb3e50000, %[out], %[in]\n\t" 18 :[out] "=d" (out) :[in] "f" (in)); 21 printf(" -> %ld\n", out); 26 long out; local 27 asm volatile(".insn rre, 0xb3ed0000, %[out], %[in]\n\t" 28 :[out] "=d" (out) :[in] "f" (in)); 31 printf(" -> %ld\n", out); 36 long out; local 46 long out; local 56 _Decimal64 out; local 71 _Decimal128 out; local 86 _Decimal64 out; local 100 _Decimal128 out; local 114 _Decimal64 out; local 140 _Decimal128 out; local 166 _Decimal64 out; local 190 _Decimal128 out; local 214 _Decimal64 out; local 230 _Decimal128 out; local 246 _Decimal64 out; local 262 _Decimal128 out; local [all...] |
/external/vogar/src/vogar/ |
Outcome.java | 100 PrintWriter out = new PrintWriter(writer); local 101 t.printStackTrace(out);
|
/external/vogar/test/vogar/target/ |
TestRunnerTest.java | 39 @Rule public InterceptOutputStreams ios = new InterceptOutputStreams(Stream.OUT); 56 + "//00xx{\"completedNormally\":true}\n", ios.contents(Stream.OUT)); 86 + "//00xx{\"completedNormally\":true}\n", ios.contents(Stream.OUT)); 103 String out = ios.contents(Stream.OUT); local 105 out = out.replaceAll("\t[^\n]+\\n", ""); 122 + "//00xx{\"completedNormally\":true}\n", out); 137 String out = ios.contents(Stream.OUT); local [all...] |
/external/webp/src/dsp/ |
lossless_enc_neon.c | 119 const int8x16_t out = vsubq_s8(vreinterpretq_s8_u8(in), local 121 vst1q_s8((int8_t*)(argb_data + i), out);
|
/external/webrtc/webrtc/base/ |
optionsfile_unittest.cc | 135 std::string out; local 137 EXPECT_FALSE(store_->GetStringValue(kOptionWithEquals, &out)); 139 EXPECT_FALSE(store_->GetStringValue(kOptionWithNewline, &out)); 144 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); 145 EXPECT_EQ(kTestString1, out); 146 EXPECT_TRUE(store_->GetStringValue(kOptionWithUtf8, &out)); 147 EXPECT_EQ(kValueWithUtf8, out); 149 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); 150 EXPECT_EQ(kTestString1, out); 154 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); [all...] |
/external/webrtc/webrtc/modules/utility/source/ |
file_player_unittests.cc | 63 int16_t out[10 * kSampleRateHz / 1000] = {0}; local 66 player_->Get10msAudioFromFile(out, num_samples, kSampleRateHz)); 67 checksum.Update(out, num_samples * sizeof(out[0])); 70 fwrite(out, sizeof(out[0]), num_samples, output_file_));
|
/external/zlib/src/contrib/masmx64/ |
inffas8664.c | 44 Decode literal, length, and distance codes and write out the resulting
61 LEN -- ran out of enough output space or enough available input
88 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */
member in struct:inffast_ar 90 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */
129 ar.out = strm->next_out;
130 ar.beg = ar.out - (start - strm->avail_out);
131 ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT);
174 strm->next_out = ar.out;
178 strm->avail_out = (unsigned)(ar.out < ar.end ?
179 PAD_AVAIL_OUT + (ar.end - ar.out) : [all...] |
/external/zlib/src/ |
inffast.c | 33 Decode literal, length, and distance codes and write out the resulting 50 LEN -- ran out of enough output space or enough available input 74 unsigned char FAR *out; /* local strm->next_out */ local 76 unsigned char FAR *end; /* while out < end, enough space available */ 101 out = strm->next_out - OFF; 102 beg = out - (start - strm->avail_out); 103 end = out + (strm->avail_out - 257); 137 PUP(out) = (unsigned char)(here.val); 186 op = (unsigned)(out - beg); /* max distance in output */ 199 PUP(out) = 0 [all...] |