HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 2026 - 2050 of 4549) sorted by null

<<81828384858687888990>>

  /external/libweave/third_party/chromium/crypto/
p224.cc 91 // Add computes *out = a+b
94 void Add(FieldElement* out, const FieldElement& a, const FieldElement& b) {
96 (*out)[i] = a[i] + b[i];
111 // Subtract computes *out = a-b
114 // out[i] < 2**32
115 void Subtract(FieldElement* out, const FieldElement& a, const FieldElement& b) {
118 (*out)[i] = a[i] + kZero31ModP[i] - b[i];
151 void ReduceLarge(FieldElement* out, LargeFieldElement* inptr) {
168 // As the values become small enough, we start to store them in |out| and use
172 (*out)[i] = static_cast<uint32_t>(in[i] & kBottom28Bits)
327 FieldElement& out = *inout; local
    [all...]
  /external/libxml2/
testrecurse.c 50 const char *out; /* output directory */ member in struct:testDesc
375 /* print out the selected text */
543 channel(data, "%s\n", "out of memory error");
610 static char *resultFilename(const char *filename, const char *out,
626 if (out == NULL)
627 out = "";
635 snprintf(res, 499, "%s%s%s", out, base, suffixbuff);
831 result = resultFilename(globbuf.gl_pathv[i], tst->out,
834 fprintf(stderr, "Out of memory !\n");
841 error = resultFilename(globbuf.gl_pathv[i], tst->out,
    [all...]
uri.c 1332 xmlChar *out; local
1412 char *cur, *out; local
1612 char *ret, *out; local
1673 int len, out; local
1883 int ret, len, indx, cur, out; local
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 199 return "out of range pc-relative fixup value";
211 return "out of range pc-relative fixup value";
222 return "out of range pc-relative fixup value";
227 // instruction it is is actually out of range for the instruction.
399 Ctx->reportError(Fixup.getLoc(), "out of range pc-relative fixup value");
420 Ctx->reportError(Fixup.getLoc(), "out of range pc-relative fixup value");
435 uint32_t out = (opc << 21); local
436 out |= (Value & 0x800) << 15;
437 out |= (Value & 0x700) << 4;
438 out |= (Value & 0x0FF)
459 uint32_t out = 0; local
478 uint64_t out = 0; local
    [all...]
  /external/lzma/Java/SevenZip/
LzmaBench.java 265 System.out.print(" ");
266 System.out.print(s);
272 System.out.print(" MIPS");
283 System.out.print(" KB/s ");
298 System.out.println("\nError: dictionary size for benchmark must be >= 18 (256 KB)");
301 System.out.print("\n Compressing Decompressing\n\n");
375 System.out.print(" ");
377 System.out.println();
384 System.out.println("---------------------------------------------------");
386 System.out.print(" ");
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
701 int out = 0; local
707 out |= (planeout >> 31);
711 if (out) {
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
120 struct nv50_ir_varying out[PIPE_MAX_SHADER_OUTPUTS]; member in struct:nv50_ir_prog_info
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_fp.c 23 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
165 printf("%s: out of temporaries\n", __FILE__);
249 * and brw_wm_pass*.c wants to optimize them out by shuffling references around
293 /* Emit the out calculations, and hold onto the results. Use
604 /* This will get optimized out in general, but it ensures that we
683 struct prog_instruction *out; local
695 out = emit_op(c, OPCODE_MOV,
701 out->SrcReg[0].Negate = NEGATE_NONE;
702 out->SrcReg[0].Abs = 1;
1090 struct prog_instruction *out; local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
53 GLfloat *out = (GLfloat *)v; local
56 out[0] = vp[0] * in[0] + vp[12];
57 out[1] = vp[5] * in[1] + vp[13];
58 out[2] = vp[10] * in[2] + vp[14];
59 out[3] = in[3];
65 GLfloat *out = (GLfloat *)v; local
68 out[0] = vp[0] * in[0] + vp[12];
69 out[1] = vp[5] * in[1] + vp[13];
70 out[2] = vp[10] * in[2] + vp[14]
77 GLfloat *out = (GLfloat *)v; local
89 GLfloat *out = (GLfloat *)v; local
101 GLfloat *out = (GLfloat *)v; local
112 GLfloat *out = (GLfloat *)v; local
123 GLfloat *out = (GLfloat *)v; local
134 GLfloat *out = (GLfloat *)v; local
144 GLfloat *out = (GLfloat *)v; local
158 GLfloat *out = (GLfloat *)(v); local
169 GLfloat *out = (GLfloat *)(v); local
180 GLfloat *out = (GLfloat *)(v); local
191 GLfloat *out = (GLfloat *)(v); local
202 GLfloat *out = (GLfloat *)(v); local
219 GLfloat *out = (GLfloat *)(v); local
229 GLfloat *out = (GLfloat *)(v); local
239 GLfloat *out = (GLfloat *)(v); local
250 GLfloat *out = (GLfloat *)(v); local
259 GLfloat *out = (GLfloat *)(v); local
268 GLfloat *out = (GLfloat *)(v); local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
AudioSpecificConfig.java 512 int out = 4; local
514 out += gaSpecificConfigSize();
518 return out;
522 ByteBuffer out = ByteBuffer.allocate(serializedSize()); local
523 IsoTypeWriter.writeUInt8(out, 5);
524 IsoTypeWriter.writeUInt8(out, serializedSize() - 2);
525 BitWriterBuffer bwb = new BitWriterBuffer(out);
535 return out;
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Http2Test.java 650 Buffer out = new Buffer(); local
651 new Hpack.Writer(out).writeHeaders(sentHeaders);
652 return out;
656 Buffer out = new Buffer(); local
657 new Http2.Writer(out, true).headers(outFinished, expectedStreamId, headers);
658 return out;
662 Buffer out = new Buffer(); local
663 new Http2.Writer(out, true).pushPromise(expectedStreamId, streamId, headers);
664 return out;
668 Buffer out = new Buffer() local
675 Buffer out = new Buffer(); local
681 Buffer out = new Buffer(); local
688 Buffer out = new Buffer(); local
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 37 // or tort (including negligence or otherwise) arising in any way out of
280 icvTeleaInpaintFMM(const CvMat *f, CvMat *t, CvMat *out, int range, CvPriorityQueueFloat *Heap ) {
284 if (CV_MAT_CN(out->type)==3) {
352 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)))*2.0f;
354 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)));
358 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)));
365 gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color)))*2.0f
731 CvMat *mask = 0, *band = 0, *f = 0, *t = 0, *out = 0; local
    [all...]
  /external/opencv3/modules/core/test/
test_dxt.cpp 877 Mat x(m, n, type), out; local
879 dft(x, out, DFT_ROWS | DFT_COMPLEX_OUTPUT);
880 double nrm = norm(out, NORM_INF);
885 cout << "out: " << out << endl;
test_operations.cpp 38 // or tort (including negligence or otherwise) arising in any way out of
444 Mat out[] = { bgr, alpha }; local
448 mixChannels( &rgba, 1, out, 2, from_to, 4 );
    [all...]
  /external/opencv3/modules/photo/src/
inpaint.cpp 37 // or tort (including negligence or otherwise) arising in any way out of
282 icvTeleaInpaintFMM(const CvMat *f, CvMat *t, CvMat *out, int range, CvPriorityQueueFloat *Heap ) {
286 if (CV_MAT_CN(out->type)==3) {
354 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)))*2.0f;
356 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)));
360 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)));
367 gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color)))*2.0f
731 cv::Ptr<CvMat> mask, band, f, t, out; local
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_tiff.cpp 42 IFX_FileStream* out; member in union:CCodec_TiffContext::__anon22845
96 ret = pTiffContext->io.out->ReadBlock(buf, pTiffContext->offset, length);
107 if (!pTiffContext->io.out->WriteBlock(buf, pTiffContext->offset, length)) {
130 if (pTiffContext->io.out->GetSize() < (FX_FILESIZE)offset) {
134 (FX_DWORD)(pTiffContext->io.out->GetSize() - offset);
151 : (toff_t)pTiffContext->io.out->GetSize();
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
587 cmsFloat32Number Out;
592 g ->SegInterp[i] -> Interpolation.LerpFloat(&R1, &Out, g ->SegInterp[i]);
594 return Out;
839 cmsToneCurve* out = NULL; local
864 out = cmsBuildTabulatedToneCurveFloat(ContextID, nResultingPoints, Res);
871 return out;
927 cmsToneCurve *out; local
946 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL);
947 if (out == NULL
1237 cmsUInt16Number out; local
    [all...]
  /external/proguard/src/proguard/optimize/
ChangedCodePrinter.java 32 * prints out the code if the other visitor has changed it.
335 System.out.println("Class "+ClassUtil.externalClassName(clazz.getName()));
336 System.out.println("Method "+ClassUtil.externalFullMethodDescription(clazz.getName(),
343 System.out.println(
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 129 System.out.println();
130 System.out.println("EvaluationSimplifier ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]");
    [all...]
PartialEvaluator.java 200 System.out.println("Evaluation results:");
207 System.out.println("Branch target from ["+branchOriginValues[offset]+"]:");
210 System.out.println(" Vars: "+variablesBefore[offset]);
211 System.out.println(" Stack: "+stacksBefore[offset]);
217 System.out.println(instruction.toString(offset));
224 System.out.println(" is to be initialized at ["+initializationOffset+"]");
230 System.out.println(" has overall been branching to "+branchTargets);
233 System.out.println(" Vars: "+variablesAfter[offset]);
234 System.out.println(" Stack: "+stacksAfter[offset]);
252 System.out.println()
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
260 protected void writeSingularData(Object value, CodedOutputByteBufferNano out) {
263 out.writeRawVarint32(tag);
268 out.writeGroupNoTag(groupValue);
270 out.writeTag(fieldNumber, WireFormatNano.WIRETYPE_END_GROUP);
274 out.writeMessageNoTag(messageValue);
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
563 ByteString.CodedBuilder out = ByteString.newCodedBuilder( local
565 CodedOutputStream output = out.getCodedOutput();
574 ByteString data = out.build();
  /external/regex-re2/re2/
prog.h 89 void InitAlt(uint32 out, uint32 out1);
90 void InitByteRange(int lo, int hi, int foldcase, uint32 out);
91 void InitCapture(int cap, uint32 out);
92 void InitEmptyWidth(EmptyOp empty, uint32 out);
94 void InitNop(uint32 out);
100 int out() { return out_opcode_>>3; } function in class:re2::Prog::Inst
110 return p->inst(out())->opcode() == kInstByteRange;
130 out_opcode_ = (out()<<3) | opcode;
133 void set_out(int out) {
134 out_opcode_ = (out<<3) | opcode()
    [all...]
re2.cc 380 string out; local
386 out.append(p, vec[0].begin() - p);
390 out.append(p, 1);
394 re.Rewrite(&out, rewrite, vec, nvec);
404 out.append(p, ep - p);
405 swap(out, *str);
412 string *out) {
421 out->clear();
422 return re.Rewrite(out, rewrite, vec, nvec);
547 // Use DFAs to find exact location of match, filter out non-matches
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 25 * INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
331 System.out.println(smaliParser.tokenNames[token.getType()] + ": " + token.getText());
334 System.out.flush();
354 System.out.println(t.toStringTree());
393 System.out.println("smali " + VERSION + " (http://smali.googlecode.com)");
394 System.out.println("Copyright (C) 2010 Ben Gruver (JesusFreke@JesusFreke.com)");
395 System.out.println("BSD license (http://www.opensource.org/licenses/bsd-license.php)");
410 .withDescription("the name of the dex file that will be written. The default is out.dex")

Completed in 900 milliseconds

<<81828384858687888990>>