Searched refs:skip (Results 276 - 300 of 659) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DValidateLimitations.cpp547 bool skip = (mShaderType == GL_VERTEX_SHADER) && local
549 if (!skip && !isConstIndexExpr(index))
/external/chromium_org/third_party/boringssl/linux-arm/crypto/bn/
H A Darmv4-mont.S163 add sp,r0,#4 @ skip over tp[num+1]
165 add sp,sp,#2*4 @ skip over {r0,r2}
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dpage_test_results_unittest.py13 from telemetry.value import skip namespace
47 results.AddValue(skip.SkipValue(self.pages[0], 'testing reason'))
/external/chromium_org/v8/src/
H A Ddate.cc350 DateCache::DST* DateCache::LeastRecentlyUsedDST(DST* skip) { argument
353 if (&dst_[i] == skip) continue;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyStream.java438 in.skip(byteCount);
445 in.skip(byteCount);
/external/openssl/crypto/bn/asm/
H A Darmv4-mont.S162 add sp,r0,#4 @ skip over tp[num+1]
164 add sp,sp,#2*4 @ skip over {r0,r2}
/external/skia/src/core/
H A DSkRecordOpts.cpp259 // Replaces PushCull with PairedPushCull, which lets us skip to the paired PopCull when the canvas
277 unsigned skip = fIndex - push.index; local
281 PairedPushCull, (&adopted, skip));
H A DSkPicturePlayback.cpp25 /* Define this to spew out a debug statement whenever we skip the remainder of
915 // We need to skip all the operations inside temp's range
1112 canvas.drawData(reader.skip(length), length);
1113 // skip handles padding the read out to a multiple of 4
1152 const SkPoint* pts = (const SkPoint*)reader.skip(sizeof(SkPoint) * count);
1159 const SkPoint* pos = (const SkPoint*)reader.skip(points * sizeof(SkPoint));
1166 const SkPoint* pos = (const SkPoint*)reader.skip(points * sizeof(SkPoint));
1178 const SkScalar* xpos = (const SkScalar*)reader.skip(xCount * sizeof(SkScalar));
1186 const SkScalar* xpos = (const SkScalar*)reader.skip((3 + xCount) * sizeof(SkScalar));
1222 const SkScalar* ptr = (const SkScalar*)reader.skip(
[all...]
H A DSkBlitter.cpp440 ((uint8_t*)aa)[index] = 0; // skip runs after right
451 int skip = runs[0];
452 SkASSERT(skip >= -x);
453 aa += skip;
454 runs += skip;
455 x += skip;
/external/skia/tests/
H A DRecordOptsTest.cpp35 REPORTER_ASSERT(r, 6 == assert_type<SkRecords::PairedPushCull>(r, record, 1)->skip);
36 REPORTER_ASSERT(r, 2 == assert_type<SkRecords::PairedPushCull>(r, record, 4)->skip);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_pickmode.c338 x->skip = 1;
340 // The cost of skip bit needs to be added.
481 x->skip = 0;
658 if (x->skip) {
672 if (this_rd < best_rd || x->skip) {
692 if (x->skip)
720 if (!x->skip && best_rd > inter_mode_thresh &&
H A Dvp9_rdopt.c76 int skip; member in struct:rdcost_block_args
271 * can skip this if the last coefficient in this transform block, e.g. the
397 if (args->skip)
401 vp9_encode_block_intra(x, plane, block, plane_bsize, tx_size, &mbmi->skip);
419 // skip forward transform
446 args->skip = 1;
474 if (args.skip) {
489 int *skip, int64_t *sse,
500 txfm_rd_in_plane(x, rate, distortion, skip,
508 int *skip,
487 choose_largest_tx_size(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *distortion, int *skip, int64_t *sse, int64_t ref_best_rd, BLOCK_SIZE bs) argument
505 choose_tx_size_from_rd(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *distortion, int *skip, int64_t *psse, int64_t tx_cache[TX_MODES], int64_t ref_best_rd, BLOCK_SIZE bs) argument
594 super_block_yrd(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *distortion, int *skip, int64_t *psse, BLOCK_SIZE bs, int64_t txfm_cache[TX_MODES], int64_t ref_best_rd) argument
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngrutil.c147 /* Optionally skip data and then check the CRC. Depending on whether we
153 png_crc_finish(png_structp png_ptr, png_uint_32 skip) argument
158 for (i = (png_size_t)skip; i > istop; i -= istop)
1056 png_uint_32 skip = 0; local
1085 skip = length - (png_uint_32)65535L;
1095 if (png_crc_finish(png_ptr, skip))
1179 png_uint_32 skip = 0; local
1215 skip = length - (png_uint_32)65535L;
1225 if (png_crc_finish(png_ptr, skip))
2005 png_uint_32 skip local
2374 png_uint_32 skip = 0; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dpickinter.c472 /* Check u and v to make sure skip is ok */
478 x->skip = 1;
480 x->skip = 0;
497 x->skip = 1;
690 x->skip = 0;
1108 if (this_rd < best_rd || x->skip)
1146 if (x->skip)
1242 /* set to the best mb mode, this copy can be skip if x->skip since it
1244 if (!x->skip)
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c472 /* Check u and v to make sure skip is ok */
478 x->skip = 1;
480 x->skip = 0;
496 x->skip = 1;
687 x->skip = 0;
1098 if (this_rd < best_rd || x->skip)
1136 if (x->skip)
1229 /* set to the best mb mode, this copy can be skip if x->skip since it
1231 if (!x->skip)
[all...]
/external/openssl/ssl/
H A Dd1_srvr.c152 int new_state,state,skip=0; local
436 skip = 1;
442 skip=1;
492 skip=1;
520 skip=1;
826 if (!s->s3->tmp.reuse_message && !skip)
843 skip=0;
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter.cpp440 ((uint8_t*)aa)[index] = 0; // skip runs after right
451 int skip = runs[0];
452 SkASSERT(skip >= -x);
453 aa += skip;
454 runs += skip;
455 x += skip;
/external/libpng/
H A Dpngrutil.c196 /* Optionally skip data and then check the CRC. Depending on whether we
202 png_crc_finish(png_structrp png_ptr, png_uint_32 skip) argument
207 while (skip > 0)
213 if (len > skip)
214 len = skip;
215 skip -= len;
240 png_opt_crc_finish(png_structrp png_ptr, png_uint_32 skip) argument
242 while (skip > 0)
248 if (len > skip)
249 len = skip;
1608 png_uint_32 skip = 0; local
2397 png_uint_32 skip = 0; local
3397 size_t skip = (bytes_to_jump-bytes_to_copy) / local
3439 size_t skip = (bytes_to_jump-bytes_to_copy) / local
[all...]
/external/okhttp/okio/src/test/java/okio/
H A DOkBufferTest.java552 @Test public void skip() throws Exception { method in class:OkBufferTest
557 buffer.skip(1);
559 buffer.skip(Segment.SIZE - 2);
561 buffer.skip(1);
669 segment.skip(offset);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
H A Djstemplate.js538 var skip = jstAttributes[ATT_skip];
539 if (skip) {
540 var shouldSkip = context.jsexec(skip, template);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c244 x->skip = 0;
246 x->skip = 1;
258 mbmi->skip = 0;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddso.c51 /* skip the locally configured cache if a symfs is given */
581 bool (skip)(struct dso *dso, int parm), int parm)
587 if (skip && skip(pos, parm))
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.c871 int skip = search_skip; local
878 if (skip == 0)
880 skip--;
/external/wpa_supplicant_8/src/utils/
H A Dedit.c871 int skip = search_skip; local
878 if (skip == 0)
880 skip--;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit.c871 int skip = search_skip; local
878 if (skip == 0)
880 skip--;

Completed in 612 milliseconds

<<11121314151617181920>>