Searched refs:h2 (Results 76 - 100 of 200) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Doverflow-warn-4.c89 h2 (void) function
/netbsd-6-1-5-RELEASE/sys/arch/news68k/include/
H A Dbus.h550 bus_space_handle_t h1, bus_space_handle_t h2, \
555 if ((h1 + o1) >= (h2 + o2)) { \
558 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
563 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/include/
H A Dbus.h549 bus_space_handle_t h2, \
555 if ((h1 + o1) >= (h2 + o2)) { \
558 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
563 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dsocket.c155 char h1[NI_MAXHOST], h2[NI_MAXHOST]; local
250 if (getnameinfo(res->ai_addr, res->ai_addrlen, h2, sizeof(h2),
254 if (STR_EQ(h1, h2)) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/mantools/
H A Dmake_soho_readme23 <h2>Overview</h2>
65 sed -n '/^<h2><a name="stand_alone">/,${
66 /^<h2><a name="null_client">/q
70 sed -n '/^<h2><a name="fantasy">/,${
77 s/h3>/h2>/g
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/include/
H A Dbus.h389 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) \
392 if ((h1 + o1) >= (h2 + o2)) { \
395 __write_##BYTES(VADDR(h2, o2 + o), \
400 __write_##BYTES(VADDR(h2, o2 + o), \
480 #define __ebs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \
483 __BUS_SPACE_ADDRESS_SANITY((h2) + (o2), tn, "bus addr 2"); \
484 (*(t)->__ebs_opname(c,sz))((t)->ebs_cookie, h1, o1, h2, o2, cnt); \
640 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \
641 __ebs_copy(1, uint8_t, (t), (h1), (o1), (h2), (o2), (c))
642 #define bus_space_copy_region_2(t, h1, o1, h2, o
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dbus.h674 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \
675 vax_mem_copy_region_1((t), (h1), (o1), (h2), (o2), (c))
677 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \
680 __BUS_SPACE_ADDRESS_SANITY((h2) + (o2), uint16_t, "bus addr 2"); \
681 vax_mem_copy_region_2((t), (h1), (o1), (h2), (o2), (c)); \
684 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \
687 __BUS_SPACE_ADDRESS_SANITY((h2) + (o2), uint32_t, "bus addr 2"); \
688 vax_mem_copy_region_4((t), (h1), (o1), (h2), (o2), (c)); \
693 bus_space_handle_t h2, bus_size_t o2, size_t c)
696 bus_addr_t addr2 = h2
692 vax_mem_copy_region_1(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, size_t c) argument
713 vax_mem_copy_region_2(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, size_t c) argument
734 vax_mem_copy_region_4(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, size_t c) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dsh3_bus_space.c519 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c)
522 volatile uint8_t *addr2 = (void *)(h2 + o2);
537 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c)
540 volatile uint16_t *addr2 = (void *)(h2 + o2);
555 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c)
558 volatile uint32_t *addr2 = (void *)(h2 + o2);
518 bus_space_copy_region_1(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
536 bus_space_copy_region_2(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
554 bus_space_copy_region_4(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dst_parse.c579 int c, h2; local
591 cp = id(cp, &h2);
592 ntdp = lookup(h2);
618 TYPEFILE(h2), TYPENUM(h2),
623 h2 = faketypenumber++;
627 "redefine type (%d,%d)\n", TYPEFILE(h2),
628 TYPENUM(h2));
636 h2);
639 (*rtdp)->t_id = h2;
[all...]
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A Dbzip.css2 #74240f dark brown h1, h2, h3, h4
17 h1, h2, h3, h4 { color: #74240f; }
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-pe/
H A Dvers-script-1.d132 h2 @131
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dbus_funcs.h470 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \
471 ((*(t)->pbs_copy->pbsc_copy_1)((t), (h1), (o1), (h2), (o2), (c)))
472 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \
473 ((*(t)->pbs_copy->pbsc_copy_2)((t), (h1), (o1), (h2), (o2), (c)))
474 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \
475 ((*(t)->pbs_copy->pbsc_copy_4)((t), (h1), (o1), (h2), (o2), (c)))
476 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \
477 ((*(t)->pbs_copy->pbsc_copy_8)((t), (h1), (o1), (h2), (o2), (c)))
/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/include/
H A Dbus_util.h116 bus_size_t o1, bus_space_handle_t h2, \
120 volatile __TYPENAME(BITS) *addr2 = (void *)(h2 + o2); \
/netbsd-6-1-5-RELEASE/sys/arch/hp700/include/
H A Dbus_funcs.h155 #define bus_space_copy_1(t, h1, o1, h2, o2, c) \
156 (((t)->hbt_cp_1)((t)->hbt_cookie, (h1), (o1), (h2), (o2), (c)))
157 #define bus_space_copy_2(t, h1, o1, h2, o2, c) \
158 (((t)->hbt_cp_2)((t)->hbt_cookie, (h1), (o1), (h2), (o2), (c)))
159 #define bus_space_copy_4(t, h1, o1, h2, o2, c) \
160 (((t)->hbt_cp_4)((t)->hbt_cookie, (h1), (o1), (h2), (o2), (c)))
161 #define bus_space_copy_8(t, h1, o1, h2, o2, c) \
162 (((t)->hbt_cp_8)((t)->hbt_cookie, (h1), (o1), (h2), (o2), (c)))
H A Dbus_defs.h157 bus_space_handle_t h2, bus_size_t o2, bus_size_t c);
159 bus_space_handle_t h2, bus_size_t o2, bus_size_t c);
161 bus_space_handle_t h2, bus_size_t o2, bus_size_t c);
163 bus_space_handle_t h2, bus_size_t o2, bus_size_t c);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_stub.c285 bus_space_handle_t h1, bus_space_handle_t h2)
288 return memcmp(&h1, &h2, sizeof(h1)) == 0;
284 default_bus_space_handle_is_equal(bus_space_tag_t t, bus_space_handle_t h1, bus_space_handle_t h2) argument
/netbsd-6-1-5-RELEASE/sys/arch/next68k/include/
H A Dbus_space.h527 bus_space_handle_t h2, \
533 if ((h1 + o1) >= (h2 + o2)) { \
536 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
541 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/include/
H A Dbus_space.h591 bus_space_handle_t h2, \
597 if ((h1 + o1) >= (h2 + o2)) { \
600 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
605 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dbus_funcs.h81 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \
82 (*(t)->__bs_opname(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt)
94 #define __bs_copy_s(sz, t, h1, o1, h2, o2, cnt) \
95 (*(t)->__bs_opname_s(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt)
285 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \
286 __bs_copy(1, t, h1, o1, h2, o2, c)
287 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \
288 __bs_copy(2, t, h1, o1, h2, o2, c)
289 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \
290 __bs_copy(4, t, h1, o1, h2, o
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dpmap_svc.c296 int h1, h2, h3, h4, p1, p2; local
309 if (sscanf(ua, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3,
314 "%d.%d.%d.%d.%d.%d", h1, h2, h3, h4, p1, p2);
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Dpmap_svc.c296 int h1, h2, h3, h4, p1, p2; local
309 if (sscanf(ua, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3,
314 "%d.%d.%d.%d.%d.%d", h1, h2, h3, h4, p1, p2);
/netbsd-6-1-5-RELEASE/usr.bin/du/
H A Ddu.c279 int h, h2; local
327 h2 = 1 | ( tmp >> (HTBITS - (htshift<<1) - 1)); /* must be odd */
333 h = (h + h2) & htmask;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-ia64.pl33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
253 { .mlx; ld4 $h2=[ctx],8
268 { .mmi; mov $C=$h2
288 add $h2=$h2,$C
295 { .mmi; st4 [ctx]=$h2,8
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha_locl.h74 ll=(c)->h2; (void)HOST_l2c(ll,(s)); \
134 c->h2=INIT_DATA_h2;
225 C=c->h2;
349 c->h2=(c->h2+A)&0xffffffffL;
357 C=c->h2;
406 C=c->h2;
425 c->h2=(c->h2+C)&0xffffffffL;
433 C=c->h2;
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Drcmd.c904 char h1[NI_MAXHOST], h2[NI_MAXHOST]; local
928 h2[0] = '\0';
929 if (getnameinfo(r->ai_addr, r->ai_addrlen, h2, sizeof(h2),
932 if (strcmp(h1, h2) == 0) {
952 char h1[NI_MAXHOST], h2[NI_MAXHOST]; local
980 h2[0] = '\0';
981 if (getnameinfo(r->ai_addr, r->ai_addrlen, h2, sizeof(h2),
984 if (strcmp(h1, h2)
[all...]

Completed in 202 milliseconds

12345678