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

/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dpx_26.c231 dns_rdata_in_px_t *px = source; local
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
262 px->common.rdclass = rdata->rdclass;
263 px->common.rdtype = rdata->type;
264 ISC_LINK_INIT(&px
293 dns_rdata_in_px_t *px = source; local
[all...]
/freebsd-9.3-release/sys/teken/demo/
H A Dteken_demo.c83 struct pixel *px; local
89 px = &buffer[p->tp_col][p->tp_row];
91 if (px->a.ta_format & TF_CJK_RIGHT)
95 if (px->c < 0x80) {
96 str[0] = px->c;
97 } else if (px->c < 0x800) {
98 str[0] = 0xc0 | (px->c >> 6);
99 str[1] = 0x80 | (px->c & 0x3f);
100 } else if (px->c < 0x10000) {
101 str[0] = 0xe0 | (px
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/sys/dev/acpica/
H A Dacpi_perf.c102 static int acpi_px_to_set(device_t dev, struct acpi_px *px,
444 acpi_px_to_set(device_t dev, struct acpi_px *px, struct cf_setting *set) argument
447 if (px == NULL || set == NULL)
450 set->freq = px->core_freq;
451 set->power = px->power;
453 set->lat = px->trans_lat;
456 set->spec[PX_SPEC_CONTROL] = px->ctrl_val;
457 set->spec[PX_SPEC_STATUS] = px->sts_val;
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/contrib/ncurses/include/
H A DCaps.uwin409 pkey_xmit pfx str px - - -B--- program function key #1 to transmit string #2
H A DCaps441 pkey_xmit pfx str px - - -B--- program function key #1 to transmit string #2
H A DCaps.aix4441 pkey_xmit pfx str px - - -B--- program function key #1 to transmit string #2
H A DCaps.hpux11443 pkey_xmit pfx str px - - -B--- program function key #1 to transmit string #2
H A DCaps.keys443 pkey_xmit pfx str px - - -B--- program function key #1 to transmit string #2
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-lang.c7727 scan_discrim_bound (char *str, int k, struct value *dval, LONGEST * px,
7758 *px = value_as_long (bound_val);
7711 scan_discrim_bound(char *str, int k, struct value *dval, LONGEST * px, int *pnew_k) argument
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c4426 get_some_local_dynamic_name_1 (rtx *px, void *data ATTRIBUTE_UNUSED)
4428 rtx x = *px;
4425 get_some_local_dynamic_name_1(rtx *px, void *data ATTRIBUTE_UNUSED) argument
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c8797 get_some_local_dynamic_name_1 (rtx *px, void *data ATTRIBUTE_UNUSED)
8799 rtx x = *px;
8771 get_some_local_dynamic_name_1(rtx *px, void *data ATTRIBUTE_UNUSED) argument
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c7976 get_some_local_dynamic_name_1 (rtx *px, void *data ATTRIBUTE_UNUSED)
7978 rtx x = *px;
7955 get_some_local_dynamic_name_1(rtx *px, void *data ATTRIBUTE_UNUSED) argument
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c10292 rs6000_get_some_local_dynamic_name_1 (rtx *px, void *data ATTRIBUTE_UNUSED)
10294 rtx x = *px;
10266 rs6000_get_some_local_dynamic_name_1(rtx *px, void *data ATTRIBUTE_UNUSED) argument
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt5fw-1.11.27.0.bin.uu7305 EfP/7WIAIB6wAAAAAAAb4+LTD/uyCCIAAFDwWz6sHePe+9IHIgAAYrD81uEiAABQ8Fs+px/j2Pvy

Completed in 1265 milliseconds