Searched refs:px (Results 1 - 25 of 196) sorted by relevance

12345678

/netbsd-current/crypto/external/bsd/libsaslc/dist/
H A Dstyle.css5 margin-top: 40px;
12 border-width: 1px;
14 padding: 15px;
19 margin-bottom: 20px;
27 margin-top: 0px;
28 margin-bottom: 10px;
/netbsd-current/external/bsd/tmux/dist/
H A Dgrid-view.c35 grid_view_get_cell(struct grid *gd, u_int px, u_int py, struct grid_cell *gc) argument
37 grid_get_cell(gd, grid_view_x(gd, px), grid_view_y(gd, py), gc);
42 grid_view_set_cell(struct grid *gd, u_int px, u_int py, argument
45 grid_set_cell(gd, grid_view_x(gd, px), grid_view_y(gd, py), gc);
50 grid_view_set_padding(struct grid *gd, u_int px, u_int py) argument
52 grid_set_padding(gd, grid_view_x(gd, px), grid_view_y(gd, py));
57 grid_view_set_cells(struct grid *gd, u_int px, u_int py, argument
60 grid_set_cells(gd, grid_view_x(gd, px), grid_view_y(gd, py), gc, s,
95 grid_view_clear(struct grid *gd, u_int px, u_int py, u_int nx, u_int ny, argument
98 px
197 grid_view_insert_cells(struct grid *gd, u_int px, u_int py, u_int nx, u_int bg) argument
214 grid_view_delete_cells(struct grid *gd, u_int px, u_int py, u_int nx, u_int bg) argument
229 grid_view_string_cells(struct grid *gd, u_int px, u_int py, u_int nx) argument
[all...]
H A Dgrid-reader.c50 u_int px; local
54 px = gr->gd->sx;
56 px = grid_reader_line_length(gr);
58 if (wrap && gr->cx >= px && gr->cy < gr->gd->hsize + gr->gd->sy - 1) {
61 } else if (gr->cx < px) {
63 while (gr->cx < px) {
346 u_int px, py, xx, yy; local
348 px = gr->cx;
353 while (px < xx) {
354 grid_get_cell(gr->gd, px, p
378 u_int px, py, xx; local
407 u_int px, py, xx, yy, oldx, oldy; local
[all...]
/netbsd-current/lib/libutil/compat/
H A Dcompat_gepwconf.c60 struct passwd px; local
61 passwd50_to_passwd(p, &px);
62 __pw_getpwconf50(buf, len, &px, opt);
H A Dcompat_passwd.c69 struct passwd px; local
70 int rv = __pw_scan50(buf, &px, flags);
71 passwd_to_passwd50(&px, p);
100 struct passwd px; local
101 passwd50_to_passwd(p, &px);
102 __pw_getpwconf50(buf, len, &px, opt);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_and.c24 int res, ix, px; local
31 px = b->used;
37 px = a->used;
41 for (ix = 0; ix < px; ix++) {
H A Dbn_mp_or.c23 int res, ix, px; local
30 px = b->used;
36 px = a->used;
40 for (ix = 0; ix < px; ix++) {
H A Dbn_mp_xor.c24 int res, ix, px; local
31 px = b->used;
37 px = a->used;
41 for (ix = 0; ix < px; ix++) {
/netbsd-current/external/bsd/kyua-cli/dist/misc/
H A Dreport.css52 margin-left: 20px;
53 margin-right: 20px;
54 padding: 5px;
65 padding: 3px;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_functions.h347 extern void bid_to_dpd32 (UINT32 * pres, UINT32 * px);
348 extern void bid_to_dpd64 (UINT64 * pres, UINT64 * px);
349 extern void bid_to_dpd128 (UINT128 * pres, UINT128 * px);
350 extern void dpd_to_bid32 (UINT32 * pres, UINT32 * px);
351 extern void dpd_to_bid64 (UINT64 * pres, UINT64 * px);
352 extern void dpd_to_bid128 (UINT128 * pres, UINT128 * px);
354 extern void bid128dd_add (UINT128 * pres, UINT64 * px,
358 extern void bid128dq_add (UINT128 * pres, UINT64 * px,
362 extern void bid128qd_add (UINT128 * pres, UINT128 * px,
366 extern void bid128_add (UINT128 * pres, UINT128 * px,
[all...]
H A Dbid_from_int.c33 int *px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
34 int x = *px;
56 bid64_from_uint32 (UINT64 * pres, unsigned int *px
58 unsigned int x = *px;
71 bid64_from_int64 (UINT64 * pres, SINT64 * px
74 SINT64 x = *px;
176 bid64_from_uint64 (UINT64 * pres, UINT64 * px
179 UINT64 x = *px;
276 int *px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
277 int x = *px;
[all...]
H A Dbid64_noncomp.c58 bid64_isSigned (int *pres, UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
59 UINT64 x = *px;
73 bid64_isNormal (int *pres, UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
74 UINT64 x = *px;
125 UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
126 UINT64 x = *px;
176 bid64_isFinite (int *pres, UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
177 UINT64 x = *px;
190 bid64_isZero (int *pres, UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
191 UINT64 x = *px;
342 bid64_copySign(UINT64 * pres, UINT64 * px, UINT64 * py _EXC_MASKS_PARAM _EXC_INFO_PARAM) argument
433 bid64_sameQuantum(int *pres, UINT64 * px, UINT64 * py _EXC_MASKS_PARAM _EXC_INFO_PARAM) argument
471 bid64_totalOrder(int *pres, UINT64 * px, UINT64 * py _EXC_MASKS_PARAM _EXC_INFO_PARAM) argument
740 bid64_totalOrderMag(int *pres, UINT64 * px, UINT64 * py _EXC_MASKS_PARAM _EXC_INFO_PARAM) argument
[all...]
H A Dbid64_logb.c32 bid64_logb (int * pres, UINT64 * px
45 x = *px;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_functions.h347 extern void bid_to_dpd32 (UINT32 * pres, UINT32 * px);
348 extern void bid_to_dpd64 (UINT64 * pres, UINT64 * px);
349 extern void bid_to_dpd128 (UINT128 * pres, UINT128 * px);
350 extern void dpd_to_bid32 (UINT32 * pres, UINT32 * px);
351 extern void dpd_to_bid64 (UINT64 * pres, UINT64 * px);
352 extern void dpd_to_bid128 (UINT128 * pres, UINT128 * px);
354 extern void bid128dd_add (UINT128 * pres, UINT64 * px,
358 extern void bid128dq_add (UINT128 * pres, UINT64 * px,
362 extern void bid128qd_add (UINT128 * pres, UINT128 * px,
366 extern void bid128_add (UINT128 * pres, UINT128 * px,
[all...]
H A Dbid_from_int.c33 int *px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
34 int x = *px;
56 bid64_from_uint32 (UINT64 * pres, unsigned int *px
58 unsigned int x = *px;
71 bid64_from_int64 (UINT64 * pres, SINT64 * px
74 SINT64 x = *px;
176 bid64_from_uint64 (UINT64 * pres, UINT64 * px
179 UINT64 x = *px;
276 int *px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
277 int x = *px;
[all...]
H A Dbid64_noncomp.c58 bid64_isSigned (int *pres, UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
59 UINT64 x = *px;
73 bid64_isNormal (int *pres, UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
74 UINT64 x = *px;
125 UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
126 UINT64 x = *px;
176 bid64_isFinite (int *pres, UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
177 UINT64 x = *px;
190 bid64_isZero (int *pres, UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
191 UINT64 x = *px;
342 bid64_copySign(UINT64 * pres, UINT64 * px, UINT64 * py _EXC_MASKS_PARAM _EXC_INFO_PARAM) argument
433 bid64_sameQuantum(int *pres, UINT64 * px, UINT64 * py _EXC_MASKS_PARAM _EXC_INFO_PARAM) argument
471 bid64_totalOrder(int *pres, UINT64 * px, UINT64 * py _EXC_MASKS_PARAM _EXC_INFO_PARAM) argument
740 bid64_totalOrderMag(int *pres, UINT64 * px, UINT64 * py _EXC_MASKS_PARAM _EXC_INFO_PARAM) argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Dpx_26.c231 dns_rdata_in_px_t *px = source; local
236 REQUIRE(px != NULL);
237 REQUIRE(px->common.rdtype == type);
238 REQUIRE(px->common.rdclass == rdclass);
243 RETERR(uint16_tobuffer(px->preference, target));
244 dns_name_toregion(&px->map822, &region);
246 dns_name_toregion(&px->mapx400, &region);
252 dns_rdata_in_px_t *px = target; local
259 REQUIRE(px != NULL);
262 px
294 dns_rdata_in_px_t *px = source; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dexpm1q.c89 __float128 px, qx, xx; local
132 px = floorq (0.5 + x / xx);
133 k = px;
135 x -= px * C1;
136 x -= px * C2;
139 px = (((((((P7 * x
148 qx = x + (0.5 * xx + xx * px / qx);
156 px = ldexpq (1, k);
157 x = px * qx + (px
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dexpm1q.c89 __float128 px, qx, xx; local
132 px = floorq (0.5 + x / xx);
133 k = px;
135 x -= px * C1;
136 x -= px * C2;
139 px = (((((((P7 * x
148 qx = x + (0.5 * xx + xx * px / qx);
156 px = ldexpq (1, k);
157 x = px * qx + (px
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Dpx_26.c231 dns_rdata_in_px_t *px = source; local
236 REQUIRE(px != NULL);
237 REQUIRE(px->common.rdtype == type);
238 REQUIRE(px->common.rdclass == rdclass);
243 RETERR(uint16_tobuffer(px->preference, target));
244 dns_name_toregion(&px->map822, &region);
246 dns_name_toregion(&px->mapx400, &region);
252 dns_rdata_in_px_t *px = target; local
258 REQUIRE(px != NULL);
261 px
286 dns_rdata_in_px_t *px = source; local
[all...]
/netbsd-current/lib/libm/noieee_src/
H A Dn_support.c93 unsigned short *px=(unsigned short *) &x + 3; local
95 unsigned short *px=(unsigned short *) &x; local
101 if( (k= *px & mexp ) != ~msign ) {
108 if( (k= *px & mexp ) != mexp ) {
115 if( k < (mexp>>gap) ) *px = (*px&~mexp) | (k<<gap);
120 {*px=(*px&~mexp)|(short)(1<<gap); x *= scalb(1.0,k-1);}
132 unsigned short *px=(unsigned short *) &x+3, local
135 unsigned short *px
152 short *px=(short *) &x+3, k; local
196 *px=(unsigned short *) &x +3, local
202 *px=(unsigned short *) &x , local
[all...]
H A Dn_cbrt.c81 unsigned long *px = (unsigned long *) &x, local
91 mexp=px[n0]&0x7ff00000;
95 sign=px[n0]&0x80000000; /* sign= sign(x) */
96 px[n0] ^= sign; /* x=|x| */
105 pt[n0]=px[n0]/3+B1;
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Ddump.c59 mpfr_prec_t px; local
65 px = MPFR_PREC (x);
68 for (n = (px - 1) / GMP_NUMB_BITS; n >= 0; n--)
82 if (--px == 0)
95 if (px < 0) /* there are non-zero trailing bits */
/netbsd-current/lib/libc/compat/gen/
H A Dcompat_getpwent.c114 struct passwd px, *qx; local
115 int rv = __getpwnam_r50(name, &px, buf, len, &qx);
117 passwd_to_passwd50(&px, p);
125 struct passwd px, *qx; local
126 int rv = __getpwuid_r50(uid, &px, buf, len, &qx);
128 passwd_to_passwd50(&px, p);
142 struct passwd px; local
143 int rv = __pw_scan50(buf, &px, flags);
144 passwd_to_passwd50(&px, p);
152 struct passwd px, *q local
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/examples/
H A Dcan_round.c32 mpfr_prec_t px = 53, py = 50; local
36 /* Given an approximation of Pi to px bits computed with rounding mode r1,
40 mpfr_init2 (x, px);

Completed in 380 milliseconds

12345678