Searched refs:skips (Results 26 - 37 of 37) sorted by relevance
12
/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
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 33 static int skips; variable 736 skips++; in test_sockmap() 1774 printf("test_maps: OK, %d SKIPPED\n", skips); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 33 int skips; variable 745 skips++; in test_sockmap() 1930 printf("test_maps: OK, %d SKIPPED\n", skips); in main()
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_hw.c | 1693 u32 skips = 0; in efct_hw_io_init_sges() local 1733 skips = EFCT_TARGET_WRITE_SKIPS; in efct_hw_io_init_sges() 1741 skips = EFCT_TARGET_READ_SKIPS; in efct_hw_io_init_sges() 1745 * No skips, etc. for FCP_TRSP64 in efct_hw_io_init_sges() 1756 for (i = 0; i < skips; i++) { in efct_hw_io_init_sges() 1764 io->n_sge += skips; in efct_hw_io_init_sges()
|
/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/backends/backend/ |
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()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | file.c | 2883 int skips = 0; in cifs_writepages_begin() local 2951 if (skips >= 5 || need_resched()) { in cifs_writepages_begin() 2955 skips++; in cifs_writepages_begin()
|
/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])
|
Completed in 61 milliseconds
12