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

12

/freebsd-10.0-release/contrib/libyaml/doc/html/
H A Ddoxygen.css5 font-size: 12px;
34 margin-top: 2px;
38 margin-bottom: 0px;
42 margin-bottom: 4px;
46 margin-bottom: 2px;
67 border: 1px solid #A3B4D7;
69 margin: 2px;
70 padding: 2px;
79 margin-right: 15px;
106 border: 1px doubl
[all...]
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css8 margin-bottom : 4px;
13 margin : 0px;
14 padding-left : 10px;
21 margin : 0px;
22 padding : 0px;
34 border-bottom : 1px solid #84B0C7;
42 background-position: 100% -150px;
56 padding : 5px 9px;
82 background-position: 0% -150px;
[all...]
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css8 margin-bottom : 4px;
13 margin : 0px;
14 padding-left : 10px;
21 margin : 0px;
22 padding : 0px;
34 border-bottom : 1px solid #84B0C7;
42 background-position: 100% -150px;
56 padding : 5px 9px;
82 background-position: 0% -150px;
[all...]
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hdb/html/
H A Dtabs.css8 margin-bottom : 4px;
13 margin : 0px;
14 padding-left : 10px;
21 margin : 0px;
22 padding : 0px;
34 border-bottom : 1px solid #84B0C7;
42 background-position: 100% -150px;
56 padding : 5px 9px;
82 background-position: 0% -150px;
[all...]
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hx509/html/
H A Dtabs.css8 margin-bottom : 4px;
13 margin : 0px;
14 padding-left : 10px;
21 margin : 0px;
22 padding : 0px;
34 border-bottom : 1px solid #84B0C7;
42 background-position: 100% -150px;
56 padding : 5px 9px;
82 background-position: 0% -150px;
[all...]
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/krb5/html/
H A Dtabs.css8 margin-bottom : 4px;
13 margin : 0px;
14 padding-left : 10px;
21 margin : 0px;
22 padding : 0px;
34 border-bottom : 1px solid #84B0C7;
42 background-position: 100% -150px;
56 padding : 5px 9px;
82 background-position: 0% -150px;
[all...]
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dtabs.css8 margin-bottom : 4px;
13 margin : 0px;
14 padding-left : 10px;
21 margin : 0px;
22 padding : 0px;
34 border-bottom : 1px solid #84B0C7;
42 background-position: 100% -150px;
56 padding : 5px 9px;
82 background-position: 0% -150px;
[all...]
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/wind/html/
H A Dtabs.css8 margin-bottom : 4px;
13 margin : 0px;
14 padding-left : 10px;
21 margin : 0px;
22 padding : 0px;
34 border-bottom : 1px solid #84B0C7;
42 background-position: 100% -150px;
56 padding : 5px 9px;
82 background-position: 0% -150px;
[all...]
/freebsd-10.0-release/sys/teken/demo/
H A Dteken_demo.c83 struct pixel *px; local
91 px = &buffer[p->tp_col][p->tp_row];
94 if (px->c < 0x80) {
95 str[0] = px->c;
96 } else if (px->c < 0x800) {
97 str[0] = 0xc0 | (px->c >> 6);
98 str[1] = 0x80 | (px->c & 0x3f);
99 } else if (px->c < 0x10000) {
100 str[0] = 0xe0 | (px->c >> 12);
101 str[1] = 0x80 | ((px
[all...]
/freebsd-10.0-release/sys/dev/syscons/daemon/
H A Ddaemon_saver.c145 int px; local
150 px = xoff;
152 px = DAEMON_MAX_WIDTH - xlen;
153 if (px >= strlen(daemon_pic[y]))
155 for (x = xoff; (x < xlen) && (daemon_pic[y][px] != '\0'); x++, px++) {
156 switch (daemon_attr[y][px]) {
168 sc->scr_map[daemon_pic[y][px]],
174 - px - 1,
175 sc->scr_map[xflip_symbol(daemon_pic[y][px])],
[all...]
/freebsd-10.0-release/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp53 void tmove2(int px, int py);
61 void HGArc(register int cx, register int cy, int px, int py, int angle);
448 | Routine: tmove2 (px, py)
457 tmove2(int px, argument
467 if ((dx = px - lastx)) {
469 lastx = px;
526 line(int px, argument
530 printf(" %du", px - lastx);
532 lastx = px;
570 | clockwise starting from the point (px, p
577 HGArc(register int cx, register int cy, int px, int py, int angle) argument
[all...]
/freebsd-10.0-release/contrib/mdocml/
H A Dstyle.css12 html { max-width: 880px; margin-left: 1em; }
26 table.foot { font-size: smaller; margin-top: 1em; border-top: 1px dotted #dddddd; } /* Document footer. */
29 table.head { font-size: smaller; margin-bottom: 1em; border-bottom: 1px dotted #dddddd; } /* Document header. */
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_perf.c102 static int acpi_px_to_set(device_t dev, struct acpi_px *px,
445 acpi_px_to_set(device_t dev, struct acpi_px *px, struct cf_setting *set) argument
448 if (px == NULL || set == NULL)
451 set->freq = px->core_freq;
452 set->power = px->power;
454 set->lat = px->trans_lat;
457 set->spec[PX_SPEC_CONTROL] = px->ctrl_val;
458 set->spec[PX_SPEC_STATUS] = px->sts_val;
/freebsd-10.0-release/contrib/one-true-awk/
H A Dlex.c403 { char xbuf[100], *px; local
404 for (px = xbuf; (c = input()) != 0 && px-xbuf < 100-2; ) {
408 *px++ = c;
412 *px = 0;
/freebsd-10.0-release/contrib/groff/src/devices/grolbp/
H A Dlbp.h378 splinerel(double px,double py,int flush) argument
387 if (flush == -1) {lx = (int)px; ly = (int)py; return;}
390 dxnew = (int)px -lx;
415 /* fprintf(stderr," (%d) %.2f,%.2f\n",flush,(float)px,(float)py);*/
431 lx = (int)px; ly = (int)py;
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dpch.c289 comp_hashnodes (const void *px, const void *py) argument
291 cpp_hashnode *x = *(cpp_hashnode **) px;
/freebsd-10.0-release/contrib/gcc/
H A Dbt-load.c194 find_btr_reference (rtx *px, void *preg)
199 if (px == preg)
201 x = *px;
208 btr_reference_found = px;
193 find_btr_reference(rtx *px, void *preg) argument
H A Doptabs.c3607 prepare_cmp_insn (rtx *px, rtx *py, enum rtx_code *pcomparison, rtx size,
3612 rtx x = *px, y = *py;
3676 *px = result;
3695 *px = result;
3711 *px = x;
3739 *px = result;
3746 *px = plus_constant (result, 1);
3754 prepare_float_lib_cmp (px, py, pcomparison, pmode, punsignedp);
3910 prepare_float_lib_cmp (rtx *px, rtx *py, enum rtx_code *pcomparison,
3916 rtx x = *px;
3592 prepare_cmp_insn(rtx *px, rtx *py, enum rtx_code *pcomparison, rtx size, enum machine_mode *pmode, int *punsignedp, enum can_compare_purpose purpose) argument
3894 prepare_float_lib_cmp(rtx *px, rtx *py, enum rtx_code *pcomparison, enum machine_mode *pmode, int *punsignedp) argument
[all...]
H A Dregrename.c1215 kill_autoinc_value (rtx *px, void *data)
1217 rtx x = *px;
1214 kill_autoinc_value(rtx *px, void *data) argument
H A Dflow.c455 verify_wide_reg_1 (rtx *px, void *pregno)
457 rtx x = *px;
2598 invalidate_mems_from_autoinc (rtx *px, void *data)
2600 rtx x = *px;
452 verify_wide_reg_1(rtx *px, void *pregno) argument
2591 invalidate_mems_from_autoinc(rtx *px, void *data) argument
H A Dreload.c6252 copy_replacements_1 (rtx *px, rtx *py, int orig_replacements)
6262 if (replacements[j].subreg_loc == px)
6270 else if (replacements[j].where == px)
6280 x = *px;
6229 copy_replacements_1(rtx *px, rtx *py, int orig_replacements) argument
H A Difcvt.c3553 find_memory (rtx *px, void *data ATTRIBUTE_UNUSED)
3555 return MEM_P (*px);
3548 find_memory(rtx *px, void *data ATTRIBUTE_UNUSED) argument
/freebsd-10.0-release/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl556 if ($line=~/\.([px])data/) {
565 if ($line=~/\.([px])data/) {
605 if ($sz eq "D" && ($current_segment=~/.[px]data/ || $dir eq ".rva"))
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c603 * from the np ordered pairs of data (px,py).
605 * If the specified x value is less than any of the px,
606 * the returned y value is equal to the py for the lowest px.
607 * If the specified x value is greater than any of the px,
608 * the returned y value is equal to the py for the highest px.
611 interpolate(int32_t x, int32_t *px, int32_t *py, u_int16_t np) argument
626 dx = x - px[ip];
631 hx = px[ip];
640 lx = px[ip];
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.uwin409 pkey_xmit pfx str px - - -B--- program function key #1 to transmit string #2

Completed in 307 milliseconds

12