Home
last modified time | relevance | path

Searched refs:init_bw (Results 1 – 2 of 2) sorted by relevance

/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_pcl.c385 typedef struct init_bw { in start_graphmode() struct
388 init_tb init_bw = in start_graphmode() local
450 init_bw.a[2] = 0x02; in start_graphmode()
451 init_bw.a[3] = 0x58; in start_graphmode()
452 init_bw.a[4] = 0x02; in start_graphmode()
453 init_bw.a[5] = 0x58; in start_graphmode()
456 (int) sizeof(init_bw)); in start_graphmode()
457 (void) fwrite(init_bw.a, in start_graphmode()
459 sizeof(init_bw.a), fd); in start_graphmode()
/dports/audio/snd/snd-21.2/
H A Deffects.rb945 init_bw = 100
953 set_scale_value(sliders[1].scale, @bw = init_bw)
975 sliders[1] = @dlg.add_slider("bandwidth", 0, init_bw, 1000) do |w, c, i|
1003 init_bw = 100
1011 set_scale_value(sliders[1].scale, @bw = init_bw)
1033 sliders[1] = @dlg.add_slider("bandwidth", 0, init_bw, 1000) do |w, c, i|