Home
last modified time | relevance | path

Searched refs:label (Results 26 – 50 of 1098) sorted by relevance

12345678910>>...44

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Dintrinsic-unix-erf.f33 subroutine failure(label) argument
35 character*(*) label
38 write(6,'(a,a,a)') 'Test ',label,' FAILED'
42 subroutine c_r(a,b,label) argument
45 character*(*) label
47 call failure(label)
52 subroutine c_d(a,b,label) argument
55 character*(*) label
57 call failure(label)
H A Dintrinsic-unix-bessel.f81 subroutine failure(label) argument
83 character*(*) label
86 write(6,'(a,a,a)') 'Test ',label,' FAILED'
90 subroutine c_r(a,b,label) argument
93 character*(*) label
95 call failure(label)
100 subroutine c_d(a,b,label) argument
103 character*(*) label
105 call failure(label)
/openbsd/sys/arch/armv7/stand/efiboot/
H A Defidev.c457 label->d_secsize = 2048; in efi_getdisklabel_cd9660()
458 label->d_ntracks = 1; in efi_getdisklabel_cd9660()
459 label->d_nsectors = 100; in efi_getdisklabel_cd9660()
460 label->d_ncylinders = 1; in efi_getdisklabel_cd9660()
461 label->d_secpercyl = label->d_ntracks * label->d_nsectors; in efi_getdisklabel_cd9660()
463 strncpy(label->d_typename, "ATAPI CD-ROM", sizeof(label->d_typename)); in efi_getdisklabel_cd9660()
464 label->d_type = DTYPE_ATAPI; in efi_getdisklabel_cd9660()
466 strncpy(label->d_packname, "fictitious", sizeof(label->d_packname)); in efi_getdisklabel_cd9660()
467 DL_SETDSIZE(label, 100); in efi_getdisklabel_cd9660()
481 label->d_magic = DISKMAGIC; in efi_getdisklabel_cd9660()
[all …]
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defidev.c457 label->d_secsize = 2048; in efi_getdisklabel_cd9660()
458 label->d_ntracks = 1; in efi_getdisklabel_cd9660()
459 label->d_nsectors = 100; in efi_getdisklabel_cd9660()
460 label->d_ncylinders = 1; in efi_getdisklabel_cd9660()
461 label->d_secpercyl = label->d_ntracks * label->d_nsectors; in efi_getdisklabel_cd9660()
463 strncpy(label->d_typename, "ATAPI CD-ROM", sizeof(label->d_typename)); in efi_getdisklabel_cd9660()
464 label->d_type = DTYPE_ATAPI; in efi_getdisklabel_cd9660()
466 strncpy(label->d_packname, "fictitious", sizeof(label->d_packname)); in efi_getdisklabel_cd9660()
467 DL_SETDSIZE(label, 100); in efi_getdisklabel_cd9660()
481 label->d_magic = DISKMAGIC; in efi_getdisklabel_cd9660()
[all …]
/openbsd/gnu/llvm/clang/www/
H A Dmenu.html.incl7 <label>Clang Info</label>
20 <label>Clang Development</label>
29 <label>Clang Tools</label>
35 <label>Communication</label>
44 <label>The Code</label>
51 <label>Quick Links</label>
56 <label>Clang Events</label>
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-msp430.texi134 @item beq label
140 br label
143 @item bne label
146 @item blt label
149 @item bltn label
152 @item bltu label
155 @item bge label
161 @item bgt label
168 A polymorph instruction which is @samp{jeq label; jlo label} or @samp{jeq +2; jhs +4; br label}
170 @item ble label
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan.cpp101 label |= ls[i]; in __dfsan_union_load()
102 return label; in __dfsan_union_load()
117 label |= l; in __dfsan_load_label_and_origin()
400 if (!label) in __dfsan_chain_origin_if_tainted()
548 if (0 != label) { in SetShadow()
595 if (0 == label) in dfsan_add_label()
677 if (label == 0) { in ConditionalCallback()
851 CHECK(label); in PrintOriginTraceToStr()
873 if (!label) { in dfsan_print_origin_trace()
899 if (!label) { in dfsan_sprint_origin_trace()
[all …]
/openbsd/regress/sbin/pfctl/
H A Dpf47.loaded5 @1 pass in all flags S/SA label "any"
9 @2 pass in on lo0 all flags S/SA label "lo0"
13 @3 pass in on lo0 all flags S/SA label "lo0lo0"
17 @4 pass in on lo0 all flags S/SA label "any"
21 @5 pass in on lo0 inet all flags S/SA label "any"
85 @21 pass in on lo0 all flags S/SA label "!any!"
137 @34 pass in on lo0 all flags S/SA label "xx"
201 @50 pass in on lo0 all flags S/SA label "ip"
205 @51 pass in on lo0 proto esp all label "esp"
217 @54 pass in on lo0 proto 166 all label "166"
[all …]
H A Dpf47.optimized5 @1 pass in all flags S/SA label "any"
9 @2 pass in on lo0 all flags S/SA label "lo0"
13 @3 pass in on lo0 all flags S/SA label "lo0lo0"
17 @4 pass in on lo0 all flags S/SA label "any"
21 @5 pass in on lo0 inet all flags S/SA label "any"
85 @21 pass in on lo0 all flags S/SA label "!any!"
137 @34 pass in on lo0 all flags S/SA label "xx"
201 @50 pass in on lo0 all flags S/SA label "ip"
205 @51 pass in on lo0 proto esp all label "esp"
217 @54 pass in on lo0 proto 166 all label "166"
[all …]
/openbsd/lib/libcrypto/perlasm/
H A Dcbc.pl108 &jz(&label("decrypt"));
114 &jz(&label("encrypt_finish"));
151 &jnz(&label("encrypt_loop"));
157 &jz(&label("finish"));
177 &jmp(&label("ejend"));
207 &jmp(&label("finish"));
217 &jz(&label("decrypt_finish"));
256 &jnz(&label("decrypt_loop"));
261 &jz(&label("finish"));
320 &data_word(&code_sym(&label("ej1_".$name)));
[all …]
/openbsd/sys/dev/pci/
H A Dcmpci.c914 strlcpy(dip->label.name, AudioNmute, sizeof dip->label.name); in cmpci_query_devinfo()
930 strlcpy(dip->label.name, AudioNpreamp, sizeof dip->label.name); in cmpci_query_devinfo()
934 strlcpy(dip->label.name, AudioNspeaker, sizeof dip->label.name); in cmpci_query_devinfo()
940 strlcpy(dip->label.name, AudioNsource, sizeof dip->label.name); in cmpci_query_devinfo()
975 strlcpy(dip->label.name, AudioNmode, sizeof dip->label.name); in cmpci_query_devinfo()
988 strlcpy(dip->label.name, AudioNinput, sizeof dip->label.name); in cmpci_query_devinfo()
1006 strlcpy(dip->label.name, CmpciNphase, sizeof dip->label.name); in cmpci_query_devinfo()
1019 strlcpy(dip->label.name, AudioNoutput, sizeof dip->label.name); in cmpci_query_devinfo()
1046 strlcpy(dip->label.name, CmpciNvoltage, sizeof dip->label.name); in cmpci_query_devinfo()
1074 strlcpy(dip->label.name, AudioNmaster, sizeof dip->label.name); in cmpci_query_devinfo()
[all …]
H A Deso.c1099 strlcpy(dip->label.name, AudioNdac, sizeof dip->label.name); in eso_query_devinfo()
1137 strlcpy(dip->label.name, "mono_in", sizeof dip->label.name); in eso_query_devinfo()
1146 strlcpy(dip->label.name, AudioNcd, sizeof dip->label.name); in eso_query_devinfo()
1155 strlcpy(dip->label.name, "auxb", sizeof dip->label.name); in eso_query_devinfo()
1239 strlcpy(dip->label.name, "bypass", sizeof dip->label.name); in eso_query_devinfo()
1252 strlcpy(dip->label.name, "mono_in", sizeof dip->label.name); in eso_query_devinfo()
1270 strlcpy(dip->label.name, "enable", sizeof dip->label.name); in eso_query_devinfo()
1337 strlcpy(dip->label.name, AudioNdac, sizeof dip->label.name); in eso_query_devinfo()
1375 strlcpy(dip->label.name, "mono_in", sizeof dip->label.name); in eso_query_devinfo()
1384 strlcpy(dip->label.name, AudioNcd, sizeof dip->label.name); in eso_query_devinfo()
[all …]
/openbsd/lib/libcrypto/rc4/asm/
H A Drc4-586.pl167 &je (&label("abort"));
181 &je (&label("RC4_CHAR"));
186 &jz (&label("loop1"));
232 &je (&label("done"));
233 &jmp (&label("loop1"));
247 &jb (&label("loop4"));
250 &je (&label("done"));
267 &jb (&label("loop1"));
269 &jmp (&label("done"));
288 &jb (&label("cloop1"));
[all …]
/openbsd/regress/lib/libcrypto/rc2/
H A Drc2_test.c686 label, test_number); in rc2_evp_test()
695 label, test_number); in rc2_evp_test()
702 label, test_number); in rc2_evp_test()
709 label, test_number); in rc2_evp_test()
716 label, test_number); in rc2_evp_test()
722 label, test_number); in rc2_evp_test()
861 const char *label; in rc2_test() local
870 label = SN_rc2_ecb; in rc2_test()
876 label = SN_rc2_cbc; in rc2_test()
882 label = SN_rc2_cfb64; in rc2_test()
[all …]
/openbsd/regress/lib/libssl/exporter/
H A Dexportertest.c41 const uint8_t *label; member
61 .label = "EXPERIMENTAL testing",
95 .label = "EXPERIMENTAL testing",
117 .label = "EXPERIMENTAL testing",
155 .label = "EXPERIMENTAL testing",
181 .label = "EXPERIMENTAL testing",
216 .label = "EXPERIMENTAL testing",
239 .label = "EXPERIMENTAL testing",
278 .label = "EXPERIMENTAL testing",
371 .label = TLS_MD_CLIENT_FINISH_CONST,
[all …]
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D110_mirror.t75 my $label = basename($file);
77 is( sort_headers($got_req), sort_headers($expect_req), "$label request" );
80 is( $response->{status}, $rc, "$label response code $rc" )
84 ok( $response->{success}, "$label success flag true" );
85 ok( -e $tempfile, "$label file created" );
88 ok( $response->{success}, "$label success flag true" );
90 "$label file not overwritten" );
93 ok( ! $response->{success}, "$label success flag false" );
94 ok( ! -e $tempfile, "$label file not created" );
/openbsd/gnu/llvm/libcxx/utils/ci/
H A Dbuildkite-pipeline.yml34 - label: "Format"
110 - label: "C++2b"
145 - label: "C++11"
163 - label: "C++03"
186 - label: "C++20"
204 - label: "C++17"
222 - label: "C++14"
295 - label: "ASAN"
312 - label: "TSAN"
329 - label: "UBSAN"
[all …]
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Drepository.t14 my $label = "(version 1.4) old repository winds up in 'url'";
43 $label,
48 my $label = "(version 2 ) http in web passed through unchanged";
79 $label
115 $label
120 my $label = "(version 2 ) svn in url adds svn type";
152 $label
157 my $label = "(version 2 ) git in url adds svn type";
189 $label
194 my $label = "(version 2 ) pre-existing type preserved";
[all …]
/openbsd/lib/libcrypto/aes/asm/
H A Dvpaes-x86.pl195 &jmp (&label("enc_entry"));
247 &jnz (&label("enc_loop"));
287 &jmp (&label("dec_entry"));
350 &jnz (&label("dec_loop"));
385 &jmp (&label("schedule_go"));
396 &ja (&label("schedule_256"));
397 &je (&label("schedule_192"));
853 &jc (&label("cbc_abort"));
874 &je (&label("cbc_dec_loop"));
875 &jmp (&label("cbc_enc_loop"));
[all …]
/openbsd/sys/arch/amd64/stand/efiboot/
H A Defidev.c467 label->d_secsize = 2048; in efi_getdisklabel_cd9660()
468 label->d_ntracks = 1; in efi_getdisklabel_cd9660()
469 label->d_nsectors = 100; in efi_getdisklabel_cd9660()
470 label->d_ncylinders = 1; in efi_getdisklabel_cd9660()
471 label->d_secpercyl = label->d_ntracks * label->d_nsectors; in efi_getdisklabel_cd9660()
473 strncpy(label->d_typename, "ATAPI CD-ROM", sizeof(label->d_typename)); in efi_getdisklabel_cd9660()
474 label->d_type = DTYPE_ATAPI; in efi_getdisklabel_cd9660()
476 strncpy(label->d_packname, "fictitious", sizeof(label->d_packname)); in efi_getdisklabel_cd9660()
477 DL_SETDSIZE(label, 100); in efi_getdisklabel_cd9660()
491 label->d_magic = DISKMAGIC; in efi_getdisklabel_cd9660()
[all …]
/openbsd/sys/arch/arm64/stand/efiboot/
H A Defidev.c457 label->d_secsize = 2048; in efi_getdisklabel_cd9660()
458 label->d_ntracks = 1; in efi_getdisklabel_cd9660()
459 label->d_nsectors = 100; in efi_getdisklabel_cd9660()
460 label->d_ncylinders = 1; in efi_getdisklabel_cd9660()
461 label->d_secpercyl = label->d_ntracks * label->d_nsectors; in efi_getdisklabel_cd9660()
463 strncpy(label->d_typename, "ATAPI CD-ROM", sizeof(label->d_typename)); in efi_getdisklabel_cd9660()
464 label->d_type = DTYPE_ATAPI; in efi_getdisklabel_cd9660()
466 strncpy(label->d_packname, "fictitious", sizeof(label->d_packname)); in efi_getdisklabel_cd9660()
467 DL_SETDSIZE(label, 100); in efi_getdisklabel_cd9660()
481 label->d_magic = DISKMAGIC; in efi_getdisklabel_cd9660()
[all …]
/openbsd/regress/lib/libcrypto/bf/
H A Dbf_test.c1150 label, test_number); in bf_evp_test()
1159 label, test_number); in bf_evp_test()
1166 label, test_number); in bf_evp_test()
1173 label, test_number); in bf_evp_test()
1179 label, test_number); in bf_evp_test()
1202 label, test_number); in bf_evp_test()
1311 const char *label; in bf_test() local
1320 label = SN_bf_ecb; in bf_test()
1326 label = SN_bf_cbc; in bf_test()
1332 label = SN_bf_cfb64; in bf_test()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/
H A DSubtestCompat.pm31 my ( $label, $code ) = @_;
36 $label = "TEST: $label";
37 my $sep_len = 60 - length($label);
39 note( " " x $INDENT . "$label { " . ( " " x ($sep_len-$INDENT-2) ) );
56 fail("SUBTEST: $label");
/openbsd/regress/lib/libcrypto/md/
H A Dmd_test.c213 const char *label; in md_test() local
223 if (!md_hash_from_algorithm(st->algorithm, &label, &md_func, in md_test()
231 fprintf(stderr, "FAIL (%s): mismatch\n", label); in md_test()
239 label); in md_test()
245 label); in md_test()
253 label); in md_test()
261 label); in md_test()
269 label); in md_test()
276 label); in md_test()
281 fprintf(stderr, "FAIL (%s): EVP mismatch\n", label); in md_test()
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/
H A DXS.pm368 my ($label, $oldfile, $newfile) = @_;
369 $label2files{$label}->{$newfile} = delete $label2files{$label}->{$oldfile};
373 my ($label, $sublabel) = @_;
374 croak "Must supply label" unless defined $label;
375 my $files = $label2files{$label};
378 my $prefix = "XS-Test$label$sublabel";
421 my ($perl, $label, $add_target, $add_testtarget) = @_;
424 ok( my $dir = setup_xs($label, $sublabel), "setup $label$sublabel" );

12345678910>>...44