Home
last modified time | relevance | path

Searched refs:hintp (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/x11/xbindkeys/xbindkeys-1.8.6/
H A Dget_key.c57 hintp->width = hintp->min_width = min_width; in set_sizehints()
58 hintp->height = hintp->min_height = min_height; in set_sizehints()
59 hintp->flags = PMinSize; in set_sizehints()
60 hintp->x = hintp->y = 0; in set_sizehints()
64 geom_result = XParseGeometry (geom, &hintp->x, &hintp->y, in set_sizehints()
70 hintp->width = max (hintp->width, hintp->min_width); in set_sizehints()
71 hintp->height = max (hintp->height, hintp->min_height); in set_sizehints()
88 hintp->x = DisplayWidth (dpy, DefaultScreen (dpy)) + hintp->x - in set_sizehints()
89 hintp->width; in set_sizehints()
93 hintp->y = DisplayHeight (dpy, DefaultScreen (dpy)) + hintp->y - in set_sizehints()
[all …]
/dports/devel/libstroke/libstroke-0.5.1/tests/
H A Dstroke_test.c348 XSizeHints *hintp; in set_sizehints()
356 hintp->width = hintp->min_width = min_width;
357 hintp->height = hintp->min_height = min_height;
359 hintp->x = hintp->y = 0;
362 geom_result = XParseGeometry (geom, &hintp->x, &hintp->y,
367 hintp->width = max (hintp->width, hintp->min_width);
368 hintp->height = max (hintp->height, hintp->min_height);
388 hintp->x = DisplayWidth (dpy, DefaultScreen (dpy)) + hintp->x -
389 hintp->width;
392 hintp->y = DisplayHeight (dpy, DefaultScreen (dpy)) + hintp->y -
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/sparc/
H A Dwrhpr.s13 wrhpr %g1, %g2, %hintp
14 wrhpr %g1, %hintp
15 wrhpr %g1,666, %hintp
16 wrhpr 666, %g1, %hintp
17 wrhpr 666, %hintp
H A Dwrhpr.d20 28: 87 98 40 02 wrhpr %g1, %g2, %hintp
21 2c: 87 98 40 00 wrhpr %g1, %hintp
22 30: 87 98 62 9a wrhpr %g1, 0x29a, %hintp
23 34: 87 98 62 9a wrhpr %g1, 0x29a, %hintp
24 38: 87 98 22 9a wrhpr 0x29a, %hintp
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/sparc/
H A Dwrhpr.s13 wrhpr %g1, %g2, %hintp
14 wrhpr %g1, %hintp
15 wrhpr %g1,666, %hintp
16 wrhpr 666, %g1, %hintp
17 wrhpr 666, %hintp
H A Dwrhpr.d20 28: 87 98 40 02 wrhpr %g1, %g2, %hintp
21 2c: 87 98 40 00 wrhpr %g1, %hintp
22 30: 87 98 62 9a wrhpr %g1, 0x29a, %hintp
23 34: 87 98 62 9a wrhpr %g1, 0x29a, %hintp
24 38: 87 98 22 9a wrhpr 0x29a, %hintp
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/sparc/
H A Dwrhpr.s13 wrhpr %g1, %g2, %hintp
14 wrhpr %g1, %hintp
15 wrhpr %g1,666, %hintp
16 wrhpr 666, %g1, %hintp
17 wrhpr 666, %hintp
H A Dwrhpr.d20 28: 87 98 40 02 wrhpr %g1, %g2, %hintp
21 2c: 87 98 40 00 wrhpr %g1, %hintp
22 30: 87 98 62 9a wrhpr %g1, 0x29a, %hintp
23 34: 87 98 62 9a wrhpr %g1, 0x29a, %hintp
24 38: 87 98 22 9a wrhpr 0x29a, %hintp
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/sparc/
H A Dwrhpr.s13 wrhpr %g1, %g2, %hintp
14 wrhpr %g1, %hintp
15 wrhpr %g1,666, %hintp
16 wrhpr 666, %g1, %hintp
17 wrhpr 666, %hintp
H A Dwrhpr.d20 28: 87 98 40 02 wrhpr %g1, %g2, %hintp
21 2c: 87 98 40 00 wrhpr %g1, %hintp
22 30: 87 98 62 9a wrhpr %g1, 0x29a, %hintp
23 34: 87 98 62 9a wrhpr %g1, 0x29a, %hintp
24 38: 87 98 22 9a wrhpr 0x29a, %hintp
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/sparc/
H A Dwrhpr.s13 wrhpr %g1, %g2, %hintp
14 wrhpr %g1, %hintp
15 wrhpr %g1,666, %hintp
16 wrhpr 666, %g1, %hintp
17 wrhpr 666, %hintp
H A Dwrhpr.d20 28: 87 98 40 02 wrhpr %g1, %g2, %hintp
21 2c: 87 98 40 00 wrhpr %g1, %hintp
22 30: 87 98 62 9a wrhpr %g1, 0x29a, %hintp
23 34: 87 98 62 9a wrhpr %g1, 0x29a, %hintp
24 38: 87 98 22 9a wrhpr 0x29a, %hintp
/dports/x11/xev/xev-1.2.4/
H A Dxev.c1064 hintp->width = hintp->min_width = min_width; in set_sizehints()
1065 hintp->height = hintp->min_height = min_height; in set_sizehints()
1066 hintp->flags = PMinSize; in set_sizehints()
1067 hintp->x = hintp->y = 0; in set_sizehints()
1070 geom_result = XParseGeometry(geom, &hintp->x, &hintp->y, in set_sizehints()
1077 hintp->width = max(hintp->width, hintp->min_width); in set_sizehints()
1078 hintp->height = max(hintp->height, hintp->min_height); in set_sizehints()
1098 hintp->x = DisplayWidth(dpy, DefaultScreen(dpy)) + hintp->x - in set_sizehints()
1099 hintp->width; in set_sizehints()
1102 hintp->y = DisplayHeight(dpy, DefaultScreen(dpy)) + hintp->y - in set_sizehints()
[all …]
/dports/deskutils/sliderule/sliderule/
H A Dxcalc.c1732 hintp->width = hintp->min_width = min_width;
1733 hintp->height = hintp->min_height = min_height;
1735 hintp->x = hintp->y = 0;
1738 geom_result = XParseGeometry (geom, &hintp->x, &hintp->y,
1739 &hintp->width, &hintp->height);
1741 hintp->width = max (hintp->width, hintp->min_width);
1742 hintp->height = max (hintp->height, hintp->min_height);
1755 hintp->x = hintp->y = 0;
1760 hintp->x = DisplayWidth (dpy, DefaultScreen (dpy)) + hintp->x -
1761 hintp->width;
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/common/
H A Dip.c58 const struct addrinfo *hintp, struct addrinfo **result) in pg_getaddrinfo_all() argument
66 if (hintp->ai_family == AF_UNIX) in pg_getaddrinfo_all()
67 return getaddrinfo_unix(servname, hintp, result); in pg_getaddrinfo_all()
72 servname, hintp, result); in pg_getaddrinfo_all()
/dports/databases/postgresql11-client/postgresql-11.14/src/common/
H A Dip.c58 const struct addrinfo *hintp, struct addrinfo **result) in pg_getaddrinfo_all() argument
66 if (hintp->ai_family == AF_UNIX) in pg_getaddrinfo_all()
67 return getaddrinfo_unix(servname, hintp, result); in pg_getaddrinfo_all()
72 servname, hintp, result); in pg_getaddrinfo_all()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/common/
H A Dip.c58 const struct addrinfo *hintp, struct addrinfo **result) in pg_getaddrinfo_all() argument
66 if (hintp->ai_family == AF_UNIX) in pg_getaddrinfo_all()
67 return getaddrinfo_unix(servname, hintp, result); in pg_getaddrinfo_all()
72 servname, hintp, result); in pg_getaddrinfo_all()
/dports/databases/postgresql10-client/postgresql-10.19/src/common/
H A Dip.c58 const struct addrinfo *hintp, struct addrinfo **result) in pg_getaddrinfo_all() argument
66 if (hintp->ai_family == AF_UNIX) in pg_getaddrinfo_all()
67 return getaddrinfo_unix(servname, hintp, result); in pg_getaddrinfo_all()
72 servname, hintp, result); in pg_getaddrinfo_all()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/common/
H A Dip.c58 const struct addrinfo *hintp, struct addrinfo **result) in pg_getaddrinfo_all() argument
66 if (hintp->ai_family == AF_UNIX) in pg_getaddrinfo_all()
67 return getaddrinfo_unix(servname, hintp, result); in pg_getaddrinfo_all()
72 servname, hintp, result); in pg_getaddrinfo_all()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/common/
H A Dip.c58 const struct addrinfo *hintp, struct addrinfo **result) in pg_getaddrinfo_all() argument
66 if (hintp->ai_family == AF_UNIX) in pg_getaddrinfo_all()
67 return getaddrinfo_unix(servname, hintp, result); in pg_getaddrinfo_all()
72 servname, hintp, result); in pg_getaddrinfo_all()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/common/
H A Dip.c58 const struct addrinfo *hintp, struct addrinfo **result) in pg_getaddrinfo_all() argument
66 if (hintp->ai_family == AF_UNIX) in pg_getaddrinfo_all()
67 return getaddrinfo_unix(servname, hintp, result); in pg_getaddrinfo_all()
72 servname, hintp, result); in pg_getaddrinfo_all()
/dports/databases/postgresql10-docs/postgresql-10.19/src/common/
H A Dip.c58 const struct addrinfo *hintp, struct addrinfo **result) in pg_getaddrinfo_all() argument
66 if (hintp->ai_family == AF_UNIX) in pg_getaddrinfo_all()
67 return getaddrinfo_unix(servname, hintp, result); in pg_getaddrinfo_all()
72 servname, hintp, result); in pg_getaddrinfo_all()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/common/
H A Dip.c58 const struct addrinfo *hintp, struct addrinfo **result) in pg_getaddrinfo_all() argument
66 if (hintp->ai_family == AF_UNIX) in pg_getaddrinfo_all()
67 return getaddrinfo_unix(servname, hintp, result); in pg_getaddrinfo_all()
72 servname, hintp, result); in pg_getaddrinfo_all()
/dports/databases/postgresql11-docs/postgresql-11.14/src/common/
H A Dip.c58 const struct addrinfo *hintp, struct addrinfo **result) in pg_getaddrinfo_all() argument
66 if (hintp->ai_family == AF_UNIX) in pg_getaddrinfo_all()
67 return getaddrinfo_unix(servname, hintp, result); in pg_getaddrinfo_all()
72 servname, hintp, result); in pg_getaddrinfo_all()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/common/
H A Dip.c58 const struct addrinfo *hintp, struct addrinfo **result) in pg_getaddrinfo_all() argument
66 if (hintp->ai_family == AF_UNIX) in pg_getaddrinfo_all()
67 return getaddrinfo_unix(servname, hintp, result); in pg_getaddrinfo_all()
72 servname, hintp, result); in pg_getaddrinfo_all()

12345678910