Searched refs:outCount (Results 1 - 18 of 18) sorted by relevance

/external/okhttp/okio/src/main/java/okio/
H A DBase64.java42 int outCount = 0;
81 out[outCount++] = (byte) (word >> 16);
82 out[outCount++] = (byte) (word >> 8);
83 out[outCount++] = (byte) word;
94 out[outCount++] = (byte) (word >> 16);
98 out[outCount++] = (byte) (word >> 16);
99 out[outCount++] = (byte) (word >> 8);
103 if (outCount == out.length) return out;
106 byte[] prefix = new byte[outCount];
107 System.arraycopy(out, 0, prefix, 0, outCount);
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2.h71 int *outCount);
81 int count, int *outCount);
H A Ddri2.c402 unsigned int *attachments, int count, int *outCount)
432 *outCount = rep.count;
461 unsigned int *attachments, int count, int *outCount)
491 *outCount = rep.count;
400 DRI2GetBuffers(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) argument
459 DRI2GetBuffersWithFormat(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) argument
/external/mesa3d/src/glx/
H A Ddri2.h71 int *outCount);
81 int count, int *outCount);
H A Ddri2.c402 unsigned int *attachments, int count, int *outCount)
432 *outCount = rep.count;
461 unsigned int *attachments, int count, int *outCount)
491 *outCount = rep.count;
400 DRI2GetBuffers(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) argument
459 DRI2GetBuffersWithFormat(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) argument
/external/chromium_org/third_party/libva/va/x11/
H A Dva_dri2.h66 int *outCount);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h127 inline int outgoingCount() const { return outCount; }
141 int16_t outCount; member in class:nv50_ir::Graph::Node
H A Dnv50_ir_graph.cpp61 --origin->outCount;
90 inCount(0), outCount(0)
116 ++this->outCount;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h127 inline int outgoingCount() const { return outCount; }
141 int16_t outCount; member in class:nv50_ir::Graph::Node
H A Dnv50_ir_graph.cpp61 --origin->outCount;
90 inCount(0), outCount(0)
116 ++this->outCount;
/external/chromium_org/third_party/skia/tests/
H A DTextBlobTest.cpp164 const RunDef out[], unsigned outCount) {
180 for (unsigned i = 0; i < outCount; ++i) {
162 RunBuilderTest(skiatest::Reporter* reporter, SkTextBlobBuilder& builder, const RunDef in[], unsigned inCount, const RunDef out[], unsigned outCount) argument
/external/sqlite/dist/orig/
H A Dshell.c452 int outCount; /* Revert to stdout when reaching zero */ member in struct:callback_data
2890 p->outCount = 2;
2892 p->outCount = 0;
3462 if( p->outCount ){
3463 p->outCount--;
3464 if( p->outCount==0 ) output_reset(p);
3633 if( p->outCount ){
3635 p->outCount = 0;
/external/sqlite/dist/
H A Dshell.c457 int outCount; /* Revert to stdout when reaching zero */ member in struct:callback_data
2910 p->outCount = 2;
2912 p->outCount = 0;
3482 if( p->outCount ){
3483 p->outCount--;
3484 if( p->outCount==0 ) output_reset(p);
3653 if( p->outCount ){
3655 p->outCount = 0;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp798 int outCount = outsidePts.count(); local
799 if (!done() && outCount) {
801 if (outCount > 2) {
802 addCancelOutsides(outsidePts[outCount - 2], outsidePts[outCount - 1], other);
1406 int outCount = outsidePts.count();
1407 if (!done() && outCount) {
4291 int outCount = outsidePts->count();
4292 if (outCount == 0 || endPt != (*outsidePts)[outCount
[all...]
/external/skia/src/pathops/
H A DSkOpSegment.cpp790 int outCount = outsidePts.count(); local
791 if (!done() && outCount) {
793 if (outCount > 2) {
794 addCancelOutsides(outsidePts[outCount - 2], outsidePts[outCount - 1], other);
1366 int outCount = outsidePts.count();
1367 if (!done() && outCount) {
4182 int outCount = outsidePts->count();
4183 if (outCount == 0 || endPt != (*outsidePts)[outCount
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp4346 const int outCount = numOutputs<Out>(); local
4403 spec.outputs.resize(outCount);
4405 switch (outCount)
4471 switch (outCount)
4519 if (outCount > 0)
4527 if (outCount > 1)
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp3885 int outCount = outsideTs.count();
3886 if (outCount == 0 || !approximately_negative(end - outsideTs[outCount - 2])) {
/external/skia/experimental/Intersection/
H A DSimplify.cpp3885 int outCount = outsideTs.count();
3886 if (outCount == 0 || !approximately_negative(end - outsideTs[outCount - 2])) {

Completed in 485 milliseconds