Home
last modified time | relevance | path

Searched refs:w_base (Results 1 – 25 of 31) sorted by relevance

12

/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dobject-editor-size-page.c231 gdouble w_base, h_base; in size_reset_cb() local
242 w_base = editor->priv->w_base; in size_reset_cb()
249 if ( (w_base > wh_max) || (h_base > wh_max) ) { in size_reset_cb()
251 aspect_ratio = h_base / w_base; in size_reset_cb()
254 w_base = wh_max; in size_reset_cb()
258 w_base = wh_max / aspect_ratio; in size_reset_cb()
263 w_base *= editor->priv->units_per_point; in size_reset_cb()
267 w_base); in size_reset_cb()
376 gdouble w_base, in gl_object_editor_set_base_size() argument
379 gl_debug (DEBUG_EDITOR, "Setting w_base = %g", w_base); in gl_object_editor_set_base_size()
[all …]
H A Dobject-editor-private.h66 gdouble w_base; member
/dports/emulators/mess/mame-mame0226/src/mame/audio/
H A Dgomoku.cpp108 int w_base; in sound_stream_update() local
112 w_base = 0x20 * (m_soundregs1[0x06 + (ch * 8)] & 0x0f); in sound_stream_update()
114 w_base = 0x100 * (m_soundregs2[0x1d] & 0x0f); in sound_stream_update()
125 int offs = w_base | ((c >> 16) & 0x1f); in sound_stream_update()
135 int offs = (w_base + (c >> 16)) & 0x0fff; in sound_stream_update()
/dports/emulators/mame/mame-mame0226/src/mame/audio/
H A Dgomoku.cpp108 int w_base; in sound_stream_update() local
112 w_base = 0x20 * (m_soundregs1[0x06 + (ch * 8)] & 0x0f); in sound_stream_update()
114 w_base = 0x100 * (m_soundregs2[0x1d] & 0x0f); in sound_stream_update()
125 int offs = w_base | ((c >> 16) & 0x1f); in sound_stream_update()
135 int offs = (w_base + (c >> 16)) & 0x0fff; in sound_stream_update()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Df_wipe.c231 UINT8 *w_base = w; in F_DoWipe() local
280 M_Memcpy(w_base+relativepos, s_base+relativepos, draw_rowend-draw_rowstart); in F_DoWipe()
289 M_Memcpy(w_base+relativepos, e_base+relativepos, draw_rowend-draw_rowstart); in F_DoWipe()
301 w = w_base + relativepos; in F_DoWipe()
333 UINT8 *w_base = w; in F_DoColormapWipe() local
382 M_Memcpy(w_base+relativepos, s_base+relativepos, draw_rowend-draw_rowstart); in F_DoColormapWipe()
391 M_Memcpy(w_base+relativepos, e_base+relativepos, draw_rowend-draw_rowstart); in F_DoColormapWipe()
406 w = w_base + relativepos; in F_DoColormapWipe()
/dports/biology/wise/wise2.4.1/src/dyc/
H A Ddocugen.c35 char tprf[CUGEN_MAX_PRF_NUM_LEN+1], w_base[CUGEN_MAX_PRF_NUM_LEN+1]; in write_cugen_model() local
102 strcpy ( w_base, "-" ); in write_cugen_model()
104 sprintf ( w_base, "%d", om->trans[i]->tpos_wprf ); in write_cugen_model()
114 om->trans[i]->dy, tprf, om->trans[i]->dprf, tseq, om->trans[i]->dseq, w_base, wseq, in write_cugen_model()
H A Ddy2om.dy36 int base // offset in profile line, must be the same as t_prf or w_base
37 int length // 1 for t_prf lines. Longer for w_base lines.
49 int w_base !def="-1"
515 fprintf(ofp,"transition_name from to dx dy t_prf dprf t_seq dseq w_base w_seq dwx dwy\n");
539 ot->w_base,
H A Ddy2om.h74 int w_base; member
H A Ddy2om.c502 ot->w_base, in write_OmTrans()
754 out->w_base = -1; in OmTrans_alloc()
/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dgauthinfo.c34 static GtkWidget *w_base; variable
244 gtk_entry_set_text(GTK_ENTRY(w_base), p); in CopyFromList()
268 ad[4] = (gchar *) gtk_entry_get_text(GTK_ENTRY(w_base)); in NewRow()
442 w_base = gtk_entry_new(); in gauthinfo_run()
443 gtk_table_attach(GTK_TABLE(tbox), w_base, 1, 2, 2, 3, GTK_EXPAND, in gauthinfo_run()
445 gtk_widget_show(w_base); in gauthinfo_run()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_pci.c695 u16 w_base; in cpqhp_save_used_resources() local
758 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
761 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
766 mem_node->base = w_base << 16; in cpqhp_save_used_resources()
767 mem_node->length = (w_length - w_base + 0x10) << 16; in cpqhp_save_used_resources()
774 pci_bus_read_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
777 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
782 p_mem_node->base = w_base << 16; in cpqhp_save_used_resources()
783 p_mem_node->length = (w_length - w_base + 0x10) << 16; in cpqhp_save_used_resources()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_pci.c695 u16 w_base; in cpqhp_save_used_resources() local
758 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
761 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
766 mem_node->base = w_base << 16; in cpqhp_save_used_resources()
767 mem_node->length = (w_length - w_base + 0x10) << 16; in cpqhp_save_used_resources()
774 pci_bus_read_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
777 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
782 p_mem_node->base = w_base << 16; in cpqhp_save_used_resources()
783 p_mem_node->length = (w_length - w_base + 0x10) << 16; in cpqhp_save_used_resources()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_pci.c695 u16 w_base; in cpqhp_save_used_resources() local
758 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
761 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
766 mem_node->base = w_base << 16; in cpqhp_save_used_resources()
767 mem_node->length = (w_length - w_base + 0x10) << 16; in cpqhp_save_used_resources()
774 pci_bus_read_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
777 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
782 p_mem_node->base = w_base << 16; in cpqhp_save_used_resources()
783 p_mem_node->length = (w_length - w_base + 0x10) << 16; in cpqhp_save_used_resources()
/dports/games/scid/scid/tcl/search/
H A Dboard.tcl81 foreach {w w_base} [array get ::search::dbase_] {
82 if {$dbase == $w_base} {
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsymacc.cpp69 NEW(stb.w_base, INT, stb.w_size); in sym_init_first()
70 assert(stb.w_base, "sym_init: no room for wtab", stb.w_size, ERR_Fatal); in sym_init_first()
H A Dsymacc.h195 INT *w_base; member
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsymacc.c69 NEW(stb.w_base, INT, stb.w_size); in sym_init_first()
70 assert(stb.w_base, "sym_init: no room for wtab", stb.w_size, ERR_Fatal); in sym_init_first()
H A Dsymacc.h203 INT *w_base; member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/alpha/kernel/
H A Dcore_cia.c573 unsigned int w_base; member
598 saved_config.window[i].w_base = *(vip)CIA_IOC_PCI_Wn_BASE(i); in cia_save_srm_settings()
611 *(vip)CIA_IOC_PCI_Wn_BASE(i) = saved_config.window[i].w_base; in cia_restore_srm_settings()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/alpha/kernel/
H A Dcore_cia.c573 unsigned int w_base; member
598 saved_config.window[i].w_base = *(vip)CIA_IOC_PCI_Wn_BASE(i); in cia_save_srm_settings()
611 *(vip)CIA_IOC_PCI_Wn_BASE(i) = saved_config.window[i].w_base; in cia_restore_srm_settings()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/alpha/kernel/
H A Dcore_cia.c573 unsigned int w_base; member
598 saved_config.window[i].w_base = *(vip)CIA_IOC_PCI_Wn_BASE(i); in cia_save_srm_settings()
611 *(vip)CIA_IOC_PCI_Wn_BASE(i) = saved_config.window[i].w_base; in cia_restore_srm_settings()
/dports/math/libpgmath/flang-d07daf3/tools/shared/utils/
H A Dsymacc.c103 NEW(stb.w_base, INT, stb.w_size); in sym_init_first()
104 assert(stb.w_base, "sym_init: no room for wtab", stb.w_size, ERR_Fatal); in sym_init_first()
H A Dsymacc.h294 INT *w_base; member
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Dtresample.cpp272 float *w_base; member
648 f->w_base = new float[m]; in create_filter()
649 f->w = f->w_base - ulo; in create_filter()
668 f->w_base = 0; in create_filter()
2595 if (filter[lx].w_base) delete (filter[lx].w_base); in free_filter()
/dports/print/abcm2ps/abcm2ps-8.13.23/
H A Dmusic.c3956 float w_base, w, shift; in set_left() local
3962 w = w_base = w_note[s->head]; in set_left()
3984 w = -s->u.note.notes[m].shhd + w_base + shift; in set_left()
4005 float w_base, w, shift; in set_right() local
4014 w = w_base = w_note[s->head]; in set_right()
4058 w = s->u.note.notes[m].shhd + w_base - shift; in set_right()

12