Home
last modified time | relevance | path

Searched full:raw (Results 1 – 25 of 2003) sorted by relevance

12345678910>>...81

/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dmore.mapping8 .669 Raw 'SNPL' '6669' "PlayerPro - 669 MOD Music"
9 .8med Raw 'SCPL' 'STrk' "SoundApp - Amiga OctaMed music"
10 .8svx Raw 'SCPL' '8SVX' "SoundApp - Amiga 8-bit sound"
12 .aif Raw 'SCPL' 'AIFF' "SoundApp - AIFF Sound (audio/x-aiff)"
13 .aifc Raw 'SCPL' 'AIFC' "SoundApp - AIFF Sound Compressed (audio/x-aiff)"
14 .aiff Raw 'SCPL' 'AIFF' "SoundApp - AIFF Sound (audio/x-aiff)"
15 .al Raw 'SCPL' 'ALAW' "SoundApp - ALAW Sound"
16 .ani Raw 'GKON' 'ANIi' "GraphicConverter - Animated NeoChrome"
18 .arc Raw 'arc*' 'mArc' "ArcMac - PC ARChive"
19 .arj Raw 'DArj' 'BINA' "DeArj - ARJ Archive"
[all …]
/openbsd-src/usr.sbin/dhcpd/
H A Dbootp.c67 struct dhcp_packet raw; in bootp() local
77 if (packet->raw->op != BOOTREQUEST) in bootp()
81 print_hw_addr(packet->raw->htype, packet->raw->hlen, in bootp()
82 packet->raw->chaddr), packet->raw->giaddr.s_addr ? in bootp()
83 inet_ntoa(packet->raw->giaddr) : packet->interface->name, in bootp()
89 hp = find_hosts_by_haddr(packet->raw->htype, packet->raw->chaddr, in bootp()
90 packet->raw->hlen); in bootp()
119 print_hw_addr (packet->raw->htype, in bootp()
120 packet->raw->hlen, packet->raw->chaddr)); in bootp()
127 print_hw_addr(packet->raw->htype, in bootp()
[all …]
H A Ddhcp.c110 print_hw_addr(packet->raw->htype, packet->raw->hlen, in dhcpdiscover()
111 packet->raw->chaddr), in dhcpdiscover()
112 packet->raw->giaddr.s_addr ? inet_ntoa(packet->raw->giaddr) : in dhcpdiscover()
118 inet_ntoa(packet->raw->giaddr)); in dhcpdiscover()
177 ((hp = find_hosts_by_haddr(packet->raw->htype, in dhcpdiscover()
178 packet->raw->chaddr, packet->raw->hlen)) != NULL)) { in dhcpdiscover()
194 print_hw_addr(packet->raw->htype, packet->raw->hlen, in dhcpdiscover()
195 packet->raw->chaddr)); in dhcpdiscover()
199 print_hw_addr(packet->raw->htype, packet->raw->hlen, in dhcpdiscover()
200 packet->raw->chaddr)); in dhcpdiscover()
[all …]
/openbsd-src/sbin/isakmpd/
H A Disakmp_fld.fld37 ICOOKIE raw 8
38 RCOOKIE raw 8
43 MESSAGE_ID raw 4
58 VALUE raw
64 SIT raw
73 SPI raw
81 SA_ATTRS raw
86 DATA raw
92 DOI_DATA raw 3
93 DATA raw
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/
H A D01version.t23 use_ok('Compress::Raw::Zlib', 2) ;
50 my $zv = Compress::Raw::Zlib::zlibng_version();
52 ok ! Compress::Raw::Zlib::is_zlib_native(), "! is_zlib_native";
53 ok Compress::Raw::Zlib::is_zlibng(), "is_zlibng";
54 ok Compress::Raw::Zlib::is_zlibng_native(), "is_zlibng_native";
55 ok ! Compress::Raw::Zlib::is_zlibng_compat(), "! is_zlibng_compat";
56 is Compress::Raw::Zlib::zlib_version(), '', "zlib_version() should be empty";
57 is Compress::Raw::Zlib::ZLIB_VERSION, '', "ZLIB_VERSION should be empty";
78 my $zv = Compress::Raw::Zlib::zlibng_version();
83 ok ! Compress::Raw
[all...]
H A D02zlib.t38 use_ok('Compress::Raw::Zlib', 2) ;
44 my $Zlib_ver = Compress::Raw::Zlib::zlib_version ;
59 eval { new Compress::Raw::Zlib::Deflate(-Level) };
60 like $@, mkErr("^Compress::Raw::Zlib::Deflate::new: Expected even number of parameters, got 1") ;
62 eval { new Compress::Raw::Zlib::Inflate(-Level) };
63 like $@, mkErr("^Compress::Raw::Zlib::Inflate::new: Expected even number of parameters, got 1");
65 eval { new Compress::Raw::Zlib::Deflate(-Joe => 1) };
66 like $@, mkErr('^Compress::Raw::Zlib::Deflate::new: unknown key value\(s\) Joe');
68 eval { new Compress::Raw::Zlib::Inflate(-Joe => 1) };
69 like $@, mkErr('^Compress::Raw
[all...]
/openbsd-src/gnu/usr.bin/perl/t/opbasic/
H A Dcmp.t32 my @raw, @upgraded, @utf8;
34 push @raw, $_;
48 $iv_small, \$array[0], \$array[0], \$array[1], \$^X, @raw, @upgraded,
51 $expect = 7 * ($#FOO+2) * ($#FOO+1) + 6 * @raw + 6 * @utf8;
249 while (my ($i, $v) = each @raw) {
251 my ($raw, $cooked, $not);
252 $raw = $v;
254 $not = $raw eq $cooked ? '' : 'not ';
255 printf "%sok %d # eq, chr %d\n", $not, ++$ok, ord $raw;
257 $raw = $v;
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/
H A Ddc_dp_types.h164 uint8_t raw; member
197 uint8_t raw; member
205 uint8_t raw; member
215 uint8_t raw; member
225 uint8_t raw; member
233 uint8_t raw; member
243 uint8_t raw; member
257 uint8_t raw; member
271 uint8_t raw; member
280 uint8_t raw; member
[all …]
/openbsd-src/sys/arch/sparc64/sparc64/
H A Dbusop_h.in31 static inline <TYPE> bus_space_read_<RAW><NUM>(bus_space_tag_t,
33 static inline void bus_space_write_<RAW><NUM>(bus_space_tag_t,
35 void bus_space_read_<RAW>multi_<NUM>(bus_space_tag_t, bus_space_handle_t,
38 RAW: void *, size_t);
39 void bus_space_write_<RAW>multi_<NUM>(bus_space_tag_t, bus_space_handle_t,
42 RAW: const void *, size_t);
43 void bus_space_set_<RAW>multi_<NUM>(bus_space_tag_t, bus_space_handle_t,
46 RAW: size_t);
47 void bus_space_read_<RAW>region_<NUM>(bus_space_tag_t, bus_space_handle_t,
50 RAW: void *, size_t);
[all …]
H A Dbusop_c.in38 bus_space_read_<RAW>multi_<NUM>(bus_space_tag_t t, bus_space_handle_t h,
41 RAW: void *a, size_t c)
49 RAW: c /= sizeof(<TYPE>);
63 bus_space_write_<RAW>multi_<NUM>(bus_space_tag_t t, bus_space_handle_t h,
66 RAW: const void *a, size_t c)
74 RAW: c /= sizeof(<TYPE>);
88 bus_space_set_<RAW>multi_<NUM>(bus_space_tag_t t, bus_space_handle_t h,
91 RAW: size_t c)
97 RAW: c /= sizeof(<TYPE>);
106 bus_space_read_<RAW>region_<NUM>(bus_space_tag_t t, bus_space_handle_t h,
[all …]
/openbsd-src/sys/arch/mips64/mips64/
H A Dfp_emulate.c778 uint64_t raw; in fpu_int_l() local
786 raw = fpu_load(p, tf, fmt, fs); in fpu_int_l()
792 raw = float32_to_int64((float32)raw); in fpu_int_l()
794 raw = float64_to_int64((float64)raw); in fpu_int_l()
799 fpu_store(p, tf, fmt, fd, raw); in fpu_int_l()
808 uint64_t raw; in fpu_int_w() local
816 raw = fpu_load(p, tf, fmt, fs); in fpu_int_w()
822 raw = float32_to_int32((float32)raw); in fpu_int_w()
824 raw = float64_to_int32((float64)raw); in fpu_int_w()
829 fpu_store(p, tf, fmt, fd, raw); in fpu_int_w()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dsource_handler.t82 raw => { exec => 'foo' },
89 raw => [
98 { name => "invalid source->raw",
99 raw => "$perl -It/lib $file{source}",
102 { name => "non-existent source->raw",
103 raw => [],
107 raw => \$file{'source.sh'},
115 raw => { exec => [ $file{'source_args.sh'} ] },
124 raw => \$file{'source.bat'},
210 raw
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dfcodes_l.t28 '<Document><Para><L content-implicit="yes" raw="Net::Ping" to="Net::Ping" type="pod">Net::Ping</L></Para></Document>'
32 '<Document><Para><L content-implicit="yes" raw="crontab(5)" to="crontab(5)" type="man">crontab(5)</L></Para></Document>'
36 '<Document><Para><L content-implicit="yes" raw="login.conf(5)" to="login.conf(5)" type="man">login.conf(5)</L></Para></Document>'
40 '<Document><Para><L content-implicit="yes" raw="foo_bar(5)" to="foo_bar(5)" type="man">foo_bar(5)</L></Para></Document>'
44 '<Document><Para><L content-implicit="yes" raw="Net::Ping/Ping-pong" section="Ping-pong" to="Net::Ping" type="pod">&#34;Ping-pong&#34; in Net::Ping</L></Para></Document>'
48 '<Document><Para><L content-implicit="yes" raw="Net::Ping/&#34;Ping-pong&#34;" section="Ping-pong" to="Net::Ping" type="pod">&#34;Ping-pong&#34; in Net::Ping</L></Para></Document>'
52 '<Document><Para><L content-implicit="yes" raw="/&#34;Object Methods&#34;" section="Object Methods" type="pod">&#34;Object Methods&#34;</L></Para></Document>'
55 '<Document><Para><L content-implicit="yes" raw="/Object Methods" section="Object Methods" type="pod">&#34;Object Methods&#34;</L></Para></Document>'
58 '<Document><Para><L content-implicit="yes" raw="&#34;Object Methods&#34;" section="Object Methods" type="pod">&#34;Object Methods&#34;</L></Para></Document>'
66 '<Document><Para><L content-implicit="yes" raw
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_dp_irq_handler.c67 lane_status.raw = dp_get_nibble_at_index( in dp_parse_link_loss_status()
68 &hpd_irq_dpcd_data->bytes.lane01_status.raw, in dp_parse_link_loss_status()
130 &psr_configuration.raw, in handle_hpd_irq_psr_sink()
131 sizeof(psr_configuration.raw)); in handle_hpd_irq_psr_sink()
146 psr_error_status.raw = dpcdbuf[0]; in handle_hpd_irq_psr_sink()
148 psr_sink_psr_status.raw = dpcdbuf[2]; in handle_hpd_irq_psr_sink()
160 &psr_error_status.raw, in handle_hpd_irq_psr_sink()
161 sizeof(psr_error_status.raw)); in handle_hpd_irq_psr_sink()
198 &replay_configuration.raw, in handle_hpd_irq_replay_sink()
199 sizeof(replay_configuration.raw)); in handle_hpd_irq_replay_sink()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/
H A D01bzip2.t39 use_ok('Compress::Raw::Bzip2') ;
82 eval { new Compress::Raw::Bzip2(1,2,3,4,5,6) };
83 like $@, mkErr "Usage: Compress::Raw::Bzip2::new(className, appendOut=1, blockSize100k=1, workfactor=0, verbosity=0)";
97 ok( ($x, $err) = new Compress::Raw::Bzip2(0), "Create bzdeflate object" );
98 ok $x, "Compress::Raw::Bzip2 ok" ;
129 ok(($k, $err) = new Compress::Raw::Bunzip2(0, 0));
130 ok $k, "Compress::Raw::Bunzip2 ok" ;
160 ok my ($x, $err) = new Compress::Raw::Bzip2 (1) ;
174 ok(($k, $err) = new Compress::Raw::Bunzip2(1, 0) );
203 ok my ($x, $err) = new Compress::Raw
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/
H A DCompTestUtils.pm41 if (Compress::Raw::Zlib::is_zlibng_native())
43 my $zlibng_h = Compress::Raw::Zlib::ZLIBNG_VERSION ;
44 my $libzng = Compress::Raw::Zlib::zlibng_version();
45 … is($zlibng_h, $libzng, "ZLIBNG_VERSION ($zlibng_h) matches Compress::Raw::Zlib::zlibng_version")
60 my $libz = Compress::Raw::Zlib::zlib_version();
61 is($zlib_h, $libz, "ZLIB_VERSION ($zlib_h) matches Compress::Raw::Zlib::zlib_version")
320 # my %raw = map { $_ => 1 } qw( RawDeflate );
322 # return defined $raw{$class};
331 Raw => 0,
337 Raw => 0,
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
H A DRawTAP.pm15 TAP::Parser::SourceHandler::RawTAP - Stream output from raw TAP in a scalar/array ref.
30 my $source = TAP::Parser::Source->new->raw( \"1..1\nok 1\n" );
39 This is a I<raw TAP output> L<TAP::Parser::SourceHandler> - it has 2 jobs:
41 1. Figure out if the L<TAP::Parser::Source> it's given is raw TAP output
44 2. Creates an iterator for raw TAP output (L</make_iterator>).
74 return 0.9 if ${ $src->raw } =~ /\d\.\.\d/;
75 return 0.7 if ${ $src->raw } =~ /ok/;
89 C<$source-E<gt>raw> must be an array ref, or a scalar ref.
101 $tap_array = [ split "\n" => ${ $src->raw } ];
104 $tap_array = $src->raw;
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DSource.pm27 $source->raw( \'reference to raw TAP source' )
41 database, etc. C<TAP::Parser::Source>s encapsulate these I<raw> sources, and
44 capture a stream of TAP from the I<raw> source, and package it up in a
75 =head3 C<raw>
77 my $raw = $source->raw;
78 $source->raw( $some_value );
80 Chaining getter/setter for the raw TAP source. This is a reference, as it may
81 contain large amounts of data (eg: raw TA
130 sub raw { global() subroutine
[all...]
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-console.c37 struct ui_file *raw; member
46 mi_console_file_new (struct ui_file *raw, in mi_console_file_new() argument
52 mi_console->raw = raw; in mi_console_file_new()
100 fputs_unfiltered (mi_console->prefix, mi_console->raw); in mi_console_raw_packet()
103 fputs_unfiltered ("\"", mi_console->raw); in mi_console_raw_packet()
104 fputstrn_unfiltered (buf, length_buf, mi_console->quote, mi_console->raw); in mi_console_raw_packet()
105 fputs_unfiltered ("\"\n", mi_console->raw); in mi_console_raw_packet()
109 fputstrn_unfiltered (buf, length_buf, 0, mi_console->raw); in mi_console_raw_packet()
110 fputs_unfiltered ("\n", mi_console->raw); in mi_console_raw_packet()
112 gdb_flush (mi_console->raw); in mi_console_raw_packet()
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/
H A DBzip2.pm2 package Compress::Raw::Bzip2;
62 XSLoader::load('Compress::Raw::Bzip2', $XS_VERSION);
68 bootstrap Compress::Raw::Bzip2 $XS_VERSION ;
71 #sub Compress::Raw::Bzip2::new
81 #package Compress::Raw::Bunzip2 ;
83 #sub Compress::Raw::Bunzip2::new
93 sub Compress::Raw::Bzip2::STORABLE_freeze
99 sub Compress::Raw::Bzip2::STORABLE_thaw
105 sub Compress::Raw::Bunzip2::STORABLE_freeze
111 sub Compress::Raw
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs894 MODULE = Compress::Raw::Zlib PACKAGE = Compress::Raw::Zlib PREFIX = Zip_
905 croak("Compress::Raw::Zlib needs zlib version 1.x\n") ;
910 SV * os_code_sv = perl_get_sv("Compress::Raw::Zlib::gzip_os_code", GV_ADDMULTI) ;
916 SV * os_code_sv = perl_get_sv("Compress::Raw::Zlib::BUILD_ZLIB", GV_ADDMULTI) ;
981 MODULE = Compress::Raw::Zlib PACKAGE = Compress::Raw::Zlib PREFIX = Zip_
996 croak("Wide character in Compress::Raw::Zlib::adler32");
1023 croak("Wide character in Compress::Raw::Zlib::crc32");
1028 croak("Offset out of range in Compress::Raw
[all...]
/openbsd-src/regress/lib/libcrypto/evp/
H A Devp_ecx_test.c187 * Decode private key from PEM and check raw private and raw public. in ecx_ed25519_raw_key_test()
199 fprintf(stderr, "FAIL: failed to get raw private key len\n"); in ecx_ed25519_raw_key_test()
203 fprintf(stderr, "FAIL: raw private key length differs " in ecx_ed25519_raw_key_test()
211 fprintf(stderr, "FAIL: failed to get raw private key len\n"); in ecx_ed25519_raw_key_test()
215 fprintf(stderr, "FAIL: get raw private key failed\n"); in ecx_ed25519_raw_key_test()
224 fprintf(stderr, "FAIL: failed to get raw pub key len\n"); in ecx_ed25519_raw_key_test()
228 fprintf(stderr, "FAIL: raw public key length differs " in ecx_ed25519_raw_key_test()
236 fprintf(stderr, "FAIL: failed to get raw pub key len\n"); in ecx_ed25519_raw_key_test()
240 fprintf(stderr, "FAIL: get raw public key failed\n"); in ecx_ed25519_raw_key_test()
263 * Decode public key from PEM and check raw private and raw public. in ecx_ed25519_raw_key_test()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Di387-tdep.c42 /* Print the floating point number specified by RAW. */
45 print_i387_value (char *raw, struct ui_file *file) in print_i387_value() argument
53 value = extract_typed_floating (raw, builtin_type_i387_ext); in print_i387_value()
66 /* Print the classification for the register contents RAW. */
69 print_i387_ext (unsigned char *raw, struct ui_file *file) in print_i387_ext() argument
76 sign = raw[9] & 0x80; in print_i387_ext()
77 integer = raw[7] & 0x80; in print_i387_ext()
78 exponent = (((raw[9] & 0x7f) << 8) | raw[8]); in print_i387_ext()
79 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]); in print_i387_ext()
80 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16) in print_i387_ext()
[all …]
/openbsd-src/sys/dev/acpi/
H A Dccpmic.c62 int32_t raw; member
191 sc->sc_lpat[i].raw = aml_val2int(res.v_package[2 * i + 1]); in ccpmic_get_lpat()
199 ccpmic_raw_to_temp(struct ccpmic_softc *sc, int32_t raw) in ccpmic_raw_to_temp() argument
208 if (raw >= lpat[i - 1].raw && raw <= lpat[i].raw) in ccpmic_raw_to_temp()
210 if (raw <= lpat[i - 1].raw && raw >= lpat[i].raw) in ccpmic_raw_to_temp()
216 raw0 = lpat[i - 1].raw; in ccpmic_raw_to_temp()
218 delta_raw = lpat[i].raw - raw0; in ccpmic_raw_to_temp()
221 return temp0 + (raw - raw0) * delta_temp / delta_raw; in ccpmic_raw_to_temp()
239 uint16_t raw; in ccpmic_thermal_opreg_handler() local
258 raw = ccpmic_read_1(sc, lo, 0); in ccpmic_thermal_opreg_handler()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/
H A DCompTestUtils.pm279 # my %raw = map { $_ => 1 } qw( RawDeflate );
281 # return defined $raw{$class};
290 Raw => 0,
296 Raw => 0,
302 Raw => 0,
307 Raw => 0,
313 Raw => 0,
318 Raw => 0,
324 Raw => 1,
329 Raw => 1,
[all …]

12345678910>>...81