Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 25 of 2321) sorted by relevance

12345678910>>...93

/netbsd/external/bsd/lutok/dist/
H A Dstate_test.cpp74 lua_pop(raw(state), 1); in is_available()
206 lua_pop(raw(state), 1); in ATF_TEST_CASE_BODY()
216 lua_pop(raw(state), 1); in ATF_TEST_CASE_BODY()
230 lua_pop(raw(state), 2); in ATF_TEST_CASE_BODY()
245 lua_pop(raw(state), 2); in ATF_TEST_CASE_BODY()
258 lua_pop(raw(state), 1); in ATF_TEST_CASE_BODY()
276 lua_pop(raw(state), 3); in ATF_TEST_CASE_BODY()
295 lua_pop(raw(state), 4); in ATF_TEST_CASE_BODY()
306 lua_pop(raw(state), 1); in ATF_TEST_CASE_BODY()
1114 raw(state), in ATF_TEST_CASE_BODY()
[all …]
/netbsd/external/mpl/dhcp/dist/server/
H A Dbootp.c207 memset (&raw, 0, sizeof raw);
208 outgoing.raw = &raw;
273 raw.htype = packet -> raw -> htype;
274 raw.hlen = packet -> raw -> hlen;
275 memcpy (raw.chaddr, packet -> raw -> chaddr, sizeof raw.chaddr);
276 raw.hops = packet -> raw -> hops;
277 raw.xid = packet -> raw -> xid;
278 raw.secs = packet -> raw -> secs;
279 raw.flags = packet -> raw -> flags;
280 raw.ciaddr = packet -> raw -> ciaddr;
[all …]
H A Ddhcp.c1264 memset(&raw, 0, sizeof raw);
1265 outgoing.raw = &raw;
1661 memcpy (raw.chaddr, packet -> raw -> chaddr, sizeof raw.chaddr);
1662 raw.hlen = packet -> raw -> hlen;
1665 raw.xid = packet -> raw -> xid;
1666 raw.secs = packet -> raw -> secs;
1803 memset (&raw, 0, sizeof raw);
1804 outgoing.raw = &raw;
1907 memcpy (raw.chaddr, packet -> raw -> chaddr, sizeof raw.chaddr);
1911 raw.xid = packet -> raw -> xid;
[all …]
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dmach-o.c1292 || bfd_bwrite (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_thread()
2349 if (bfd_bwrite (raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_dysymtab()
2382 if (bfd_bwrite (raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_dysymtab()
4039 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_dylinker()
4079 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_dylib()
4109 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_prebound_dylib()
4140 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_prebind_cksum()
4156 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_twolevel_hints()
4174 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_fvmlib()
4212 || bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_thread()
[all …]
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dmach-o.c1291 || bfd_bwrite (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_thread()
2348 if (bfd_bwrite (raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_dysymtab()
2381 if (bfd_bwrite (raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_dysymtab()
4023 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_dylinker()
4063 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_dylib()
4093 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_prebound_dylib()
4124 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_prebind_cksum()
4140 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_twolevel_hints()
4158 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_fvmlib()
4196 || bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_thread()
[all …]
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dmach-o.c1292 || bfd_bwrite (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_thread()
2349 if (bfd_bwrite (raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_dysymtab()
2382 if (bfd_bwrite (raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_dysymtab()
4039 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_dylinker()
4079 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_dylib()
4109 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_prebound_dylib()
4140 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_prebind_cksum()
4156 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_twolevel_hints()
4174 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_fvmlib()
4212 || bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_thread()
[all …]
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.c1292 || bfd_bwrite (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_thread()
2332 if (bfd_bwrite (raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_dysymtab()
2365 if (bfd_bwrite (raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_write_dysymtab()
4003 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_dylinker()
4047 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_dylib()
4081 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_prebound_dylib()
4114 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_prebind_cksum()
4130 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_twolevel_hints()
4148 if (bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_fvmlib()
4189 || bfd_bread (&raw, sizeof (raw), abfd) != sizeof (raw)) in bfd_mach_o_read_thread()
[all …]
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_raw.c41 struct raw { struct
52 struct raw *raw; in archive_write_set_format_raw() local
61 raw = (struct raw *)calloc(1, sizeof(*raw)); in archive_write_set_format_raw()
62 if (raw == NULL) { in archive_write_set_format_raw()
66 raw->entries_written = 0; in archive_write_set_format_raw()
67 a->format_data = raw; in archive_write_set_format_raw()
85 struct raw *raw = (struct raw *)a->format_data; in archive_write_raw_header() local
99 raw->entries_written++; in archive_write_raw_header()
119 struct raw *raw; in archive_write_raw_free() local
121 raw = (struct raw *)a->format_data; in archive_write_raw_free()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_dp_types.h142 uint8_t raw; member
152 uint8_t raw; member
162 uint8_t raw; member
170 uint8_t raw; member
180 uint8_t raw; member
194 uint8_t raw; member
208 uint8_t raw; member
217 uint8_t raw; member
228 uint8_t raw; member
237 uint8_t raw; member
[all …]
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dhex_quote.c65 VSTRING *hex_quote(VSTRING *hex, const char *raw) in hex_quote() argument
89 VSTRING_RESET(raw); in hex_unquote()
110 VSTRING_ADDCH(raw, ch); in hex_unquote()
112 VSTRING_TERMINATE(raw); in hex_unquote()
113 return (raw); in hex_unquote()
136 VSTRING *raw = vstring_alloc(BUFLEN); in main() local
141 hex_quote(hex, STR(raw)); in main()
142 if (hex_unquote(raw, STR(hex)) == 0) in main()
144 if (LEN(raw) != len) in main()
146 if (vstream_fwrite(VSTREAM_OUT, STR(raw), LEN(raw)) != LEN(raw)) in main()
[all …]
/netbsd/external/mpl/dhcp/dist/server/tests/
H A Dload_bal_unittest.c59 struct dhcp_packet raw; in ATF_TC_BODY() local
65 packet.raw = &raw; in ATF_TC_BODY()
66 raw.hlen = 1; in ATF_TC_BODY()
67 raw.chaddr[0] = 14; in ATF_TC_BODY()
84 raw.secs = htons(0); in ATF_TC_BODY()
95 raw.secs = htons(2); in ATF_TC_BODY()
105 raw.secs = htons(6); in ATF_TC_BODY()
115 raw.secs = htons(257); in ATF_TC_BODY()
148 packet.raw = &raw; in ATF_TC_BODY()
149 raw.hlen = 1; in ATF_TC_BODY()
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
H A Dzone.c61 dns_zone_t *raw = NULL; in create_zone() local
87 dns_zone_setdbtype(raw, 1, zone_argv); in create_zone()
104 dns_zone_setupdateacl(raw, acl_any); in create_zone()
105 dns_zone_setqueryacl(raw, acl_any); in create_zone()
106 dns_zone_setxfracl(raw, acl_any); in create_zone()
109 *rawp = raw; in create_zone()
116 if (raw != NULL) { in create_zone()
117 if (dns_zone_getmgr(raw) != NULL) { in create_zone()
120 dns_zone_detach(&raw); in create_zone()
251 result = publish_zone(inst, raw); in activate_zone()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Di387-tdep.c59 sign = raw[9] & 0x80; in print_i387_ext()
60 integer = raw[7] & 0x80; in print_i387_ext()
61 exponent = (((raw[9] & 0x7f) << 8) | raw[8]); in print_i387_ext()
62 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]); in print_i387_ext()
63 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16) in print_i387_ext()
64 | (raw[5] << 8) | raw[4]); in print_i387_ext()
1525 memcpy (p, raw, 4); in i387_collect_xsave()
1889 exponent = (((raw[9] & 0x7f) << 8) | raw[8]); in i387_tag()
1890 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]); in i387_tag()
1891 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16) in i387_tag()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Di387-tdep.c59 sign = raw[9] & 0x80; in print_i387_ext()
60 integer = raw[7] & 0x80; in print_i387_ext()
61 exponent = (((raw[9] & 0x7f) << 8) | raw[8]); in print_i387_ext()
62 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]); in print_i387_ext()
63 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16) in print_i387_ext()
64 | (raw[5] << 8) | raw[4]); in print_i387_ext()
1525 memcpy (p, raw, 4); in i387_collect_xsave()
1889 exponent = (((raw[9] & 0x7f) << 8) | raw[8]); in i387_tag()
1890 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]); in i387_tag()
1891 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16) in i387_tag()
[all …]
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Di387-fp.cc263 char raw[64]; in i387_cache_to_xsave() local
342 if (memcmp (raw, p, 10)) in i387_cache_to_xsave()
410 if (memcmp (raw, p, 8)) in i387_cache_to_xsave()
413 memcpy (p, raw, 8); in i387_cache_to_xsave()
430 memcpy (p, raw, 8); in i387_cache_to_xsave()
515 memcpy (p, raw, 4); in i387_cache_to_xsave()
616 integer = raw[7] & 0x80; in i387_ftag()
617 exponent = (((raw[9] & 0x7f) << 8) | raw[8]); in i387_ftag()
618 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]); in i387_ftag()
619 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16) in i387_ftag()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Di387-fp.cc263 char raw[64]; in i387_cache_to_xsave() local
342 if (memcmp (raw, p, 10)) in i387_cache_to_xsave()
410 if (memcmp (raw, p, 8)) in i387_cache_to_xsave()
413 memcpy (p, raw, 8); in i387_cache_to_xsave()
430 memcpy (p, raw, 8); in i387_cache_to_xsave()
515 memcpy (p, raw, 4); in i387_cache_to_xsave()
616 integer = raw[7] & 0x80; in i387_ftag()
617 exponent = (((raw[9] & 0x7f) << 8) | raw[8]); in i387_ftag()
618 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]); in i387_ftag()
619 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16) in i387_ftag()
[all …]
/netbsd/sys/arch/sun3/include/
H A Dmc68851.h102 u_long raw; /* struct above, addressable as a long */ member
113 u_long raw; /* struct above, addressable as a long */ member
164 u_long raw; /* struct above, addressable as a long */ member
175 u_long raw; /* struct above, addressable as a long */ member
206 u_long raw; member
252 u_long raw; member
274 #define MMU_VALID_DT(dte) ((dte).attr.raw & MMU_DT_MASK)
276 #define MMU_INVALID_DT(dte) (!((dte).attr.raw & MMU_DT_MASK))
278 #define MMU_PTE_USED(pte) ((pte).attr.raw & MMU_SHORT_PTE_USED)
280 #define MMU_PTE_MODIFIED(pte) ((pte).attr.raw & MMU_SHORT_PTE_M)
[all …]
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dncache.c433 count = raw[0] * 256 + raw[1]; in rdataset_first()
438 raw += 2; in rdataset_first()
464 length = raw[0] * 256 + raw[1]; in rdataset_next()
478 r.length = raw[0] * 256 + raw[1]; in rdataset_current()
479 raw += 2; in rdataset_current()
500 count = raw[0] * 256 + raw[1]; in rdataset_count()
660 count = raw[0] * 256 + raw[1]; in dns_ncache_getsigrdataset()
662 raw += 2; in dns_ncache_getsigrdataset()
663 sigregion.length = raw[0] * 256 + raw[1]; in dns_ncache_getsigrdataset()
752 count = raw[0] * 256 + raw[1]; in dns_ncache_current()
[all …]
H A Decdb.c628 count = raw[0] * 256 + raw[1]; in rdataset_first()
636 raw += 2; in rdataset_first()
663 length = raw[0] * 256 + raw[1]; in rdataset_next()
665 raw += length + 4; in rdataset_next()
667 raw += length + 2; in rdataset_next()
683 length = raw[0] * 256 + raw[1]; in rdataset_current()
685 raw += 4; in rdataset_current()
687 raw += 2; in rdataset_current()
694 raw++; in rdataset_current()
697 r.base = raw; in rdataset_current()
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/masterformat/ns1/
H A Dcompile.sh17 $CHECKZONE -D -F raw -o example.db.raw example \
23 $CHECKZONE -D -F raw=1 -o example.db.raw1 example-explicit \
25 $CHECKZONE -D -F raw=0 -o example.db.compat example-compat \
27 $CHECKZONE -D -F raw -L 3333 -o example.db.serial.raw example \
29 $CHECKZONE -D -F raw -o large.db.raw large large.db > /dev/null 2>&1
/netbsd/sys/arch/sun3/sun3x/
H A Dpmap.c759 kernAbase[i].addr.raw = 0; in pmap_bootstrap()
768 kernAbase[i].attr.raw = in pmap_bootstrap()
773 kernBbase[b + j].attr.raw = in pmap_bootstrap()
1054 mon_dte[i].attr.raw = kernAbase[i].attr.raw; in pmap_bootstrap_setprom()
1055 mon_dte[i].addr.raw = kernAbase[i].addr.raw; in pmap_bootstrap_setprom()
1593 pte->attr.raw = MMU_DT_INVALID; in pmap_remove_pte()
1967 c_pte->attr.raw = 0; in pmap_enter()
2890 pte->attr.raw &= ~(flag); in pmap_clear_pv()
3714 return (pte->attr.raw); in get_pte()
3732 kernCbase[idx].attr.raw = pte; in set_pte()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst5 .. role:: raw-html(raw)
8 .. raw:: html
84 `TargetMachine`_ :raw-html:`</tt>` and :raw-html:`<tt>` `DataLayout`_
328 :raw-html:`<tt>` `MachineBasicBlock`_ :raw-html:`</tt>`, and :raw-html:`<tt>`
1815 :raw-html:`<tr>`
1822 :raw-html:`<tr>`
1837 :raw-html:`<tr>`
1852 :raw-html:`<tr>`
1867 :raw-html:`<tr>`
1882 :raw-html:`<tr>`
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_dp.c99 &dpcd_pattern.raw, in dpcd_set_training_pattern()
161 &lane_count_set.raw, 1); in dpcd_set_link_settings()
261 = dpcd_pattern.raw; in dpcd_set_lt_pattern_and_lane_settings()
330 &dpcd_pattern.raw, in dpcd_set_lt_pattern_and_lane_settings()
562 ln_status[lane].raw = in get_lane_status_and_drive_settings()
1095 &lane_count_set.raw, in perform_link_training_int()
1279 &dpcd_pattern.raw, in repeater_training_done()
1761 irq_data->raw, in read_hpd_rx_irq_data()
2772 &test_request.raw, in handle_automated_test()
2949 rev.raw = 0; in is_mst_supported()
[all …]
/netbsd/external/bsd/kyua-cli/dist/utils/sqlite/
H A Ddatabase_test.cpp47 create_test_table(raw(db)); in ATF_TEST_CASE_BODY()
48 verify_test_table(raw(db)); in ATF_TEST_CASE_BODY()
67 verify_test_table(raw(db)); in ATF_TEST_CASE_BODY()
88 create_test_table(raw(db)); in ATF_TEST_CASE_BODY()
123 create_test_table(raw(db)); in ATF_TEST_CASE_BODY()
124 verify_test_table(raw(db)); in ATF_TEST_CASE_BODY()
144 create_test_table(raw(db2)); in ATF_TEST_CASE_BODY()
146 verify_test_table(raw(db1)); in ATF_TEST_CASE_BODY()
150 verify_test_table(raw(db1)); in ATF_TEST_CASE_BODY()
159 verify_test_table(raw(db)); in ATF_TEST_CASE_BODY()
/netbsd/usr.bin/rump_dhcpclient/
H A Dmain.c133 uint8_t *raw; in get_network() local
139 raw = xmalloc(udp_dhcp_len); in get_network()
151 raw, udp_dhcp_len)) < 1) in get_network()
154 if (valid_udp_packet(raw, n, NULL) == -1) { in get_network()
159 n = get_udp_data(&data, raw); in get_network()
182 *rawp = raw; in get_network()
190 uint8_t *raw; in get_offer() local
193 get_network(ifp, &raw, &dhcp); in get_offer()
209 free(raw); in get_offer()
216 uint8_t *raw; in get_ack() local
[all …]

12345678910>>...93