Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 2472) sorted by relevance

12345678910>>...99

/netbsd/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_ssl_old.t126 skip 'failure', 16 unless
132 skip 'failure', 15 unless
139 skip 'failure', 14 unless
145 skip 'failure', 13 unless
151 skip 'failure', 12 unless
156 skip 'failure', 11 unless
160 skip 'failure', 10 unless
166 skip 'failure', 9 unless
175 skip 'failure', 8 unless
181 skip 'failure', 7 unless
[all …]
H A D80-test_ssl_new.t92 my %skip = (
128 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
132 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
136 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
142 my ($conf, $check_source, $skip, $provider) = @_;
151 skip 'failure', 2 unless
159 skip "Skipping generated source test for $conf", 1
167 skip "No tests available; skipping tests", 1 if $skip;
168 skip "Stale sources; skipping tests", 1 if !$run_test;
H A D25-test_verify_store.t41 skip 'failure', 8 unless
50 skip 'failure', 7 unless
57 skip 'failure', 6 unless
63 skip 'failure', 5 unless
69 skip 'failure', 4 unless
74 skip 'failure', 3 unless
82 skip 'failure', 2 unless
95 skip 'failure', 0 unless
H A D80-test_tsa.t105 skip "failed", 19
111 skip "failed", 18
116 skip "failed", 17
121 skip "failed", 16
146 skip "failed", 11
158 skip "failed", 10
167 skip "failed", 8
172 skip "failed", 7
221 skip "failure", 2
/netbsd/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D80-test_ssl_old.t120 skip 'failure', 16 unless
126 skip 'failure', 15 unless
133 skip 'failure', 14 unless
139 skip 'failure', 13 unless
145 skip 'failure', 12 unless
150 skip 'failure', 11 unless
154 skip 'failure', 10 unless
160 skip 'failure', 9 unless
169 skip 'failure', 8 unless
175 skip 'failure', 7 unless
[all …]
H A D80-test_ssl_new.t80 my %skip = (
114 defined($skip{$conf}) ? $skip{$conf} : $no_tls);
121 my ($conf, $check_source, $skip) = @_;
131 skip 'failure', 2 unless
139 skip "Skipping generated source test for $conf", 1
147 skip "No tests available; skipping tests", 1 if $skip;
148 skip "Stale sources; skipping tests", 1 if !$run_test;
H A D80-test_tsa.t98 skip "failed", 19
104 skip "failed", 18
109 skip "failed", 17
114 skip "failed", 16
134 skip "failed", 11
148 skip "failed", 10
157 skip "failed", 8
162 skip "failed", 7
195 skip "failure", 2
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtarget-globals.h48 struct target_regs *GTY((skip)) regs; in class()
50 struct target_recog *GTY((skip)) recog; in class()
51 struct target_hard_regs *GTY((skip)) hard_regs; in class()
53 struct target_reload *GTY((skip)) reload; in class()
54 struct target_expmed *GTY((skip)) expmed; in class()
55 struct target_optabs *GTY((skip)) optabs; in class()
57 struct target_cfgloop *GTY((skip)) cfgloop; in class()
58 struct target_ira *GTY((skip)) ira; in class()
59 class target_ira_int *GTY((skip)) ira_int; in class()
60 struct target_builtins *GTY((skip)) builtins; in class()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtarget-globals.h48 struct target_regs *GTY((skip)) regs; in class()
50 struct target_recog *GTY((skip)) recog; in class()
51 struct target_hard_regs *GTY((skip)) hard_regs; in class()
53 struct target_reload *GTY((skip)) reload; in class()
54 struct target_expmed *GTY((skip)) expmed; in class()
55 struct target_optabs *GTY((skip)) optabs; in class()
57 struct target_cfgloop *GTY((skip)) cfgloop; in class()
58 struct target_ira *GTY((skip)) ira; in class()
59 class target_ira_int *GTY((skip)) ira_int; in class()
60 struct target_builtins *GTY((skip)) builtins; in class()
[all …]
/netbsd/usr.sbin/sysinst/
H A Dunif.awk51 skip = 0
57 if (skip)
65 if (!skip)
66 skip = nested
74 if (skip == nested)
75 skip = 0
76 else if (!skip)
77 skip = nested
84 if (skip == nested)
85 skip = 0
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/savage/
H A Dsavage_state.c296 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_dma_prim() local
343 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) - in savage_dispatch_dma_prim()
344 (skip >> 5 & 1) - (skip >> 6 & 1) - (skip >> 7 & 1); in savage_dispatch_dma_prim()
438 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_vb_prim() local
489 (skip >> 2 & 1) + (skip >> 3 & 1) + (skip >> 4 & 1) + in savage_dispatch_vb_prim()
490 (skip >> 5 & 1) + (skip >> 6 & 1) + (skip >> 7 & 1); in savage_dispatch_vb_prim()
557 unsigned int skip = cmd_header->idx.skip; in savage_dispatch_dma_idx() local
601 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) - in savage_dispatch_dma_idx()
602 (skip >> 5 & 1) - (skip >> 6 & 1) - (skip >> 7 & 1); in savage_dispatch_dma_idx()
748 (skip >> 2 & 1) + (skip >> 3 & 1) + (skip >> 4 & 1) + in savage_dispatch_vb_idx()
[all …]
/netbsd/sys/external/bsd/drm/dist/shared-core/
H A Dsavage_state.c282 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_dma_prim() local
329 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) - in savage_dispatch_dma_prim()
330 (skip >> 5 & 1) - (skip >> 6 & 1) - (skip >> 7 & 1); in savage_dispatch_dma_prim()
424 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_vb_prim() local
475 (skip >> 2 & 1) + (skip >> 3 & 1) + (skip >> 4 & 1) + in savage_dispatch_vb_prim()
476 (skip >> 5 & 1) + (skip >> 6 & 1) + (skip >> 7 & 1); in savage_dispatch_vb_prim()
543 unsigned int skip = cmd_header->idx.skip; in savage_dispatch_dma_idx() local
587 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) - in savage_dispatch_dma_idx()
588 (skip >> 5 & 1) - (skip >> 6 & 1) - (skip >> 7 & 1); in savage_dispatch_dma_idx()
734 (skip >> 2 & 1) + (skip >> 3 & 1) + (skip >> 4 & 1) + in savage_dispatch_vb_idx()
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/score/
H A Dbranch_32.s20 .skip 512
32 .skip 511
41 .skip 512
47 .skip 511
78 .skip 512
92 .skip 511
102 .skip 512
108 .skip 511
126 .skip 512
140 .skip 511
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/score/
H A Dbranch_32.s20 .skip 512
32 .skip 511
41 .skip 512
47 .skip 511
78 .skip 512
92 .skip 511
102 .skip 512
108 .skip 511
126 .skip 512
140 .skip 511
[all …]
/netbsd/lib/libc/db/btree/
H A Dbt_split.c91 uint16_t skip; in __bt_split() local
102 skip = argskip; in __bt_split()
228 memmove(h->linp + skip + 1, h->linp + skip, in __bt_split()
260 if (skip > 0) in __bt_split()
278 if (skip > 0) in __bt_split()
381 *skip = 0; in bt_page()
634 skip = *pskip; in bt_psplit()
641 if (skip == off) { in bt_psplit()
684 if (skip != off) { in bt_psplit()
734 if (skip <= off) { in bt_psplit()
[all …]
/netbsd/sys/netipsec/
H A Dxform_ipcomp.c187 crdc->crd_skip = skip + hlen; in ipcomp_input()
208 tc->tc_skip = skip; in ipcomp_input()
245 int skip, protoff; in ipcomp_input_cb() local
256 skip = tc->tc_skip; in ipcomp_input_cb()
301 if (m->m_len < skip + hlen && (m = m_pullup(m, skip + hlen)) == 0) { in ipcomp_input_cb()
442 crdc->crd_skip = skip; in ipcomp_output()
445 crdc->crd_inject = skip; in ipcomp_output()
484 tc->tc_skip = skip; in ipcomp_output()
517 int skip, rlen, roff, flags; in ipcomp_output_cb() local
526 skip = tc->tc_skip; in ipcomp_output_cb()
[all …]
H A Dxform_ah.c309 *m0 = m = m_pullup(m, skip); in ah_massage_headers()
383 if (off > skip) { in ah_massage_headers()
422 if (m->m_len <= skip) { in ah_massage_headers()
649 skip, ahx->type, 0); in ah_input()
686 tc->tc_skip = skip; in ah_input()
747 skip = tc->tc_skip; in ah_input_cb()
1068 skip, ahx->type, 1); in ah_output()
1105 tc->tc_skip = skip; in ah_output()
1132 int skip; in ah_output_cb() local
1145 skip = tc->tc_skip; in ah_output_cb()
[all …]
H A Dxform_esp.c315 skip, m->m_pkthdr.len); in esp_input()
408 crda->crd_skip = skip; in esp_input()
463 tc->tc_skip = skip; in esp_input()
468 crde->crd_skip = skip + hlen; in esp_input()
513 int hlen, skip, protoff; in esp_input_cb() local
526 skip = tc->tc_skip; in esp_input_cb()
616 if (m_striphdr(m, skip, hlen) != 0) { in esp_input_cb()
680 int skip, int protoff, int flags) in esp_output() argument
715 rlen = m->m_pkthdr.len - skip; in esp_output()
853 crde->crd_skip = skip + hlen; in esp_output()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/
H A DConfigure1841 if (! @skip || $skip[$#skip] > 0) {
1850 $skip[$#skip] = -1 if $skip[$#skip] != 0;
1855 $skip[$#skip] = -2 if $skip[$#skip] != 0;
1856 $skip[$#skip] = 2 if $skip[$#skip] == 0; },
1862 if (!@skip || $skip[$#skip] > 0) {
1871 if (!@skip || $skip[$#skip] > 0) {
1880 if (!@skip || $skip[$#skip] > 0) {
1889 if (!@skip || $skip[$#skip] > 0) {
1898 if !@skip || $skip[$#skip] > 0 },
1901 if !@skip || $skip[$#skip] > 0 },
[all …]
/netbsd/usr.bin/ctags/
H A DC.c385 goto skip; in hash_entry()
509 skip; in skip_string() local
511 for (skip = NO; GETC(!=, EOF); ) in skip_string()
514 skip = !skip; /* we toggle in case it's "\\" */ in skip_string()
520 if (c == key && !skip) in skip_string()
522 skip = NO; in skip_string()
534 skip, in skip_key() local
537 for (skip = retval = NO; GETC(!=, EOF);) in skip_key()
540 skip = !skip; /* we toggle in case it's "\\" */ in skip_key()
568 if (c == key && !skip) in skip_key()
[all …]
/netbsd/sys/arch/hpc/hpc/
H A Ddebug_subr.c343 int i, x, y, y_start, y_end, len, skip; in __dbg_lcd_test8() local
360 skip = bootinfo->fb_line_bytes - w; in __dbg_lcd_test8()
378 skip = bootinfo->fb_line_bytes - 32; in __dbg_lcd_test8()
379 for (y = y_start; y < y_end; y++, fb += skip) in __dbg_lcd_test8()
390 skip /= 2; in __dbg_lcd_test8()
391 for (y = y_start; y < y_end; y++, fb16 += skip) in __dbg_lcd_test8()
404 skip /= 2; in __dbg_lcd_test8()
423 int i, x, y, y_start, y_end, len, skip; in __dbg_lcd_test16() local
459 skip = w - 32; in __dbg_lcd_test16()
460 for (y = y_start; y < y_end; y++, fb += skip) in __dbg_lcd_test16()
[all …]
/netbsd/sys/kern/
H A Dsubr_blist.c188 blist_blkno_t skip = 0; in blist_create() local
199 skip = (skip + 1) * BLIST_META_RADIX; in blist_create()
206 bl->bl_skip = skip; in blist_create()
444 blist_blkno_t skip in blst_meta_alloc() argument
574 blist_blkno_t skip, in blst_meta_free() argument
672 blist_blkno_t skip, in blst_copy() argument
722 next_skip = (skip / BLIST_META_RADIX); in blst_copy()
796 blist_blkno_t skip, in blst_meta_fill() argument
907 next_skip = (skip / BLIST_META_RADIX); in blst_radix_init()
950 blist_blkno_t skip, int tab) in blst_radix_print() argument
[all …]
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_open_file.c127 off_t skip = (off_t)request; in file_skip() local
129 int64_t skip = request; in file_skip() local
131 long skip = (long)request; in file_skip() local
133 int skip_bits = sizeof(skip) * 8 - 1; in file_skip()
147 if (sizeof(request) > sizeof(skip)) { in file_skip()
151 skip = max_skip; in file_skip()
156 if (lseek(fileno(mine->f), skip, SEEK_CUR) < 0) in file_skip()
158 if (fseeko(mine->f, skip, SEEK_CUR) != 0) in file_skip()
160 if (_fseeki64(mine->f, skip, SEEK_CUR) != 0) in file_skip()
162 if (fseek(mine->f, skip, SEEK_CUR) != 0) in file_skip()
/netbsd/external/bsd/nvi/dist/ip/
H A Dip_read.c300 u_int32_t skip, val; in ip_trans() local
317 for (skip = IPO_CODE_LEN; *fmt != '\0'; ++fmt) in ip_trans()
321 if (ipp->iblen < skip + IPO_INT_LEN) in ip_trans()
329 skip += IPO_INT_LEN; in ip_trans()
333 if (ipp->iblen < skip + IPO_INT_LEN) in ip_trans()
337 skip += IPO_INT_LEN; in ip_trans()
338 if (ipp->iblen < skip + val) in ip_trans()
341 CHAR2INT(sp, ipp->ibuf + skip, val, in ip_trans()
347 CHAR2INT(sp, ipp->ibuf + skip, val, in ip_trans()
353 skip += val; in ip_trans()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec2_oct.c121 size_t field_len, i, skip; in ec_GF2m_simple_point2oct() local
183 if (skip > field_len) { in ec_GF2m_simple_point2oct()
187 while (skip > 0) { in ec_GF2m_simple_point2oct()
189 skip--; in ec_GF2m_simple_point2oct()
191 skip = BN_bn2bin(x, buf + i); in ec_GF2m_simple_point2oct()
192 i += skip; in ec_GF2m_simple_point2oct()
201 if (skip > field_len) { in ec_GF2m_simple_point2oct()
205 while (skip > 0) { in ec_GF2m_simple_point2oct()
207 skip--; in ec_GF2m_simple_point2oct()
209 skip = BN_bn2bin(y, buf + i); in ec_GF2m_simple_point2oct()
[all …]

12345678910>>...99