/third_party/rust/crates/memchr/src/memmem/prefilter/ |
H A D | mod.rs | 205 /// The number of skips that has been executed. This is always 1 greater 206 /// than the actual number of skips. The special sentinel value of 0 211 skips: u32, 231 PrefilterState { skips: 1, skipped: 0 } 236 PrefilterState { skips: 0, skipped: 0 } 243 self.skips = self.skips.saturating_add(1); 261 if self.skips() < PrefilterState::MIN_SKIPS { 264 if self.skipped >= PrefilterState::MIN_SKIP_BYTES * self.skips() { 269 self.skips 279 fn skips(&self) -> u32 { skips() functions [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A D | run-tests.py | 27 skips = 0 variable 72 skips += 1 76 skips += 1 91 skips += 1 114 print ("%d tests passed; %d failed; %d skipped." % (passes, fails, skips), file=sys.stderr) 117 elif not (fails + skips):
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | common.js | 26 createDebug.skips = []; 167 createDebug.skips = []; 182 createDebug.skips.push(new RegExp('^' + namespaces.slice(1) + '$')); 198 ...createDebug.skips.map(toNamespace).map(namespace => '-' + namespace) 219 for (i = 0, len = createDebug.skips.length; i < len; i++) { 220 if (createDebug.skips[i].test(name)) {
|
/third_party/ffmpeg/libavcodec/ |
H A D | msvideo1enc.c | 78 int skips = 0; in encode_frame() local 200 skips++; in encode_frame() 203 if((bestmode != MODE_SKIP && skips) || skips == SKIPS_MAX){ in encode_frame() 204 bytestream_put_le16(&dst, skips | SKIP_PREFIX); in encode_frame() 205 skips = 0; in encode_frame() 246 if(skips) in encode_frame() 247 bytestream_put_le16(&dst, skips | SKIP_PREFIX); in encode_frame()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
H A D | radeonsi-run-tests.py | 185 skips = os.path.join(os.path.dirname(__file__), "skips.csv") variable 257 shutil.copy(skips, output_folder) 258 skips = os.path.join(output_folder, "skips.csv") variable 261 with open(skips, "a") as f: 392 "--skips", 393 skips, 432 "--skips", 433 skips, [all...] |
/third_party/mesa3d/.gitlab-ci/ |
H A D | deqp-runner.sh | 110 if [ -n "$VK_DRIVER" ] && [ -e "$INSTALL/$VK_DRIVER-skips.txt" ]; then 111 DEQP_SKIPS="$DEQP_SKIPS $INSTALL/$VK_DRIVER-skips.txt" 114 if [ -n "$GALLIUM_DRIVER" ] && [ -e "$INSTALL/$GALLIUM_DRIVER-skips.txt" ]; then 115 DEQP_SKIPS="$DEQP_SKIPS $INSTALL/$GALLIUM_DRIVER-skips.txt" 118 if [ -n "$DRIVER_NAME" ] && [ -e "$INSTALL/$DRIVER_NAME-skips.txt" ]; then 119 DEQP_SKIPS="$DEQP_SKIPS $INSTALL/$DRIVER_NAME-skips.txt" 122 if [ -e "$INSTALL/$GPU_VERSION-skips.txt" ]; then 123 DEQP_SKIPS="$DEQP_SKIPS $INSTALL/$GPU_VERSION-skips.txt" 175 --skips $INSTALL/all-skips [all...] |
/third_party/python/Lib/http/ |
H A D | client.py | 1291 skips = {} 1293 skips['skip_host'] = 1 1295 skips['skip_accept_encoding'] = 1 1297 self.putrequest(method, url, **skips)
|
/third_party/backends/backend/ |
H A D | mustek_pp_ccd300.c | 369 int ctr, skips = priv->adjustskip + 1, cval; in read_line_101x() local 380 while (skips--) in read_line_101x() 419 while (skips--) in read_line_101x() 850 int skips; in get_grayscale_line_101x() local 855 skips = (priv->line_diff >> SANE_FIXED_SCALE_SHIFT); in get_grayscale_line_101x() 857 while (--skips) in get_grayscale_line_101x()
|
H A D | mustek_pp_cis.c | 1335 int ctr, skips = dev->CIS.adjustskip, cval; in cis_read_line_low_level() local 1344 while(skips-- >= 0) in cis_read_line_low_level() 2161 DBG(3, "cis_calibrate: remaining skips to origin @maxres: %d\n", in cis_calibrate()
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | find-doc-nits | 1046 my %skips = ( 1129 next if defined $skips{$_};
|
/third_party/qrcodegen/python/ |
H A D | qrcodegen.py | 249 skips: Sequence[Tuple[int,int]] = ((0, 0), (0, numalign - 1), (numalign - 1, 0)) 252 if (i, j) not in skips: # Don't draw on the three finder corners
|
/third_party/openssl/util/ |
H A D | find-doc-nits | 1046 my %skips = ( 1129 next if defined $skips{$_};
|
/third_party/gn/src/gn/ |
H A D | input_conversion.cc | 342 Note that "trim value" is useless because the value parser skips
|
H A D | variables.cc | 839 not affect other targets that depend on the current target, it just skips
|
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 4256 int skips = 0; 4260 if (++failures == 1 && skips == 0) { 4273 if (++skips == 1 && failures == 0) { 4288 if (failures == 0 && skips == 0 && result.test_property_count() == 0) { 4291 if (failures == 0 && skips == 0) {
|
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 4273 int skips = 0; 4277 if (++failures == 1 && skips == 0) { 4290 if (++skips == 1 && failures == 0) { 4305 if (failures == 0 && skips == 0 && result.test_property_count() == 0) { 4308 if (failures == 0 && skips == 0) {
|
/third_party/littlefs/ |
H A D | lfs.c | 985 // This check skips this unnecessary recursive filtering explicitly, in lfs_dir_traverse() 2923 lfs_size_t skips = lfs_ctz(index) + 1; in lfs_ctz_extend() local 2925 for (lfs_off_t i = 0; i < skips; i++) { in lfs_ctz_extend() 2937 if (i != skips-1) { in lfs_ctz_extend() 2949 *off = 4*skips; in lfs_ctz_extend()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 2633 % line breaking of long url's. The unequal skips make look better in 4777 % Take care of unwanted page breaks/skips around a whatsit: 4794 % Avoid page breaks due to these extra skips, too.
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 4960 bool skips[16]; 4967 skips[write_count_with_skips] = !scan_write_mask(writemask, todo, &offset, &byte); 4969 if (skips[write_count_with_skips]) { 5001 /* remove skips */ 5003 if (skips[i])
|