Home
last modified time | relevance | path

Searched refs:PARAM_COUNT (Results 1 – 25 of 113) sorted by relevance

12345

/dports/devel/cc65/cc65-2.19/libsrc/apple2/
H A Dmli.inc54 PARAM_COUNT .byte
60 PARAM_COUNT .byte
70 PARAM_COUNT .byte
74 PARAM_COUNT .byte
79 PARAM_COUNT .byte
92 PARAM_COUNT .byte
97 PARAM_COUNT .byte
101 PARAM_COUNT .byte
107 PARAM_COUNT .byte
114 PARAM_COUNT .byte
[all …]
/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonDX.c48 #define PARAM_COUNT 20 macro
58 #define OP2_START (OP1_START + PARAM_COUNT)
59 #define OP3_START (OP2_START + PARAM_COUNT)
60 #define OP4_START (OP3_START + PARAM_COUNT)
454 PARAM_COUNT,
466 PARAM_COUNT,
478 PARAM_COUNT,
490 PARAM_COUNT,
502 PARAM_COUNT,
514 PARAM_COUNT,
[all …]
H A DbrightonMixer.c690 PARAM_COUNT,\
1362 displayPanelText(synth, "TRK", 1, 4, PARAM_COUNT - 1); in mixConfigure()
1363 displayPanelText(synth, "TRK", 2, 5, PARAM_COUNT - 1); in mixConfigure()
1364 displayPanelText(synth, "TRK", 3, 6, PARAM_COUNT - 1); in mixConfigure()
1365 displayPanelText(synth, "TRK", 4, 7, PARAM_COUNT - 1); in mixConfigure()
1366 displayPanelText(synth, "TRK", 5, 8, PARAM_COUNT - 1); in mixConfigure()
1367 displayPanelText(synth, "TRK", 6, 9, PARAM_COUNT - 1); in mixConfigure()
1368 displayPanelText(synth, "TRK", 7, 10, PARAM_COUNT - 1); in mixConfigure()
1369 displayPanelText(synth, "TRK", 8, 11, PARAM_COUNT - 1); in mixConfigure()
1373 displayPanelText(synth, "TRK", 9, 12, PARAM_COUNT - 1); in mixConfigure()
[all …]
H A DbrightonMaster.c42 #define PARAM_COUNT 20 macro
52 #define OP2_START (OP1_START + PARAM_COUNT)
53 #define OP3_START (OP2_START + PARAM_COUNT)
54 #define OP4_START (OP3_START + PARAM_COUNT)
55 #define OP5_START (OP4_START + PARAM_COUNT)
56 #define OP6_START (OP5_START + PARAM_COUNT)
57 #define ALGO_START (PARAM_COUNT * OP_COUNT + FIRST_DEV)
353 mo = synth->mem.param[OP_COUNT * PARAM_COUNT + 26]; in masterLoadMem()
361 fmop[op][0] = synth->mem.param[op * PARAM_COUNT]; in masterLoadMem()
366 fmop[op][1] = synth->mem.param[op * PARAM_COUNT + 3]; in masterLoadMem()
[all …]
/dports/devel/cc65/cc65-2.19/libsrc/apple2/targetutil/
H A Dloader.s35 .byte $0A ;PARAM_COUNT
48 .byte $03 ;PARAM_COUNT
65 .byte $04 ;PARAM_COUNT
72 .byte $01 ;PARAM_COUNT
76 .byte $04 ;PARAM_COUNT
/dports/audio/carla/Carla-2.4.1/source/native-plugins/
H A Dcv-to-audio.c30 PARAM_COUNT enumerator
63 return PARAM_COUNT; in cv2audio_get_parameter_count()
71 if (index > PARAM_COUNT) in cv2audio_get_parameter_info()
192 .paramIns = PARAM_COUNT,
H A Dmidi-to-cv.c36 PARAM_COUNT enumerator
53 float params[PARAM_COUNT];
87 memset(handle->params, 0, sizeof(float)*PARAM_COUNT); in midi2cv_instantiate()
104 return PARAM_COUNT; in midi2cv_get_parameter_count()
112 if (index > PARAM_COUNT) in midi2cv_get_parameter_info()
367 .paramIns = PARAM_COUNT,
H A Dlfo.c34 PARAM_COUNT enumerator
73 return PARAM_COUNT; in lfo_get_parameter_count()
81 if (index > PARAM_COUNT) in lfo_get_parameter_info()
280 .paramIns = PARAM_COUNT-1,
H A Dmidi-channelize.c27 PARAM_COUNT enumerator
58 return PARAM_COUNT; in midichannelize_get_parameter_count()
66 if (index > PARAM_COUNT) in midichannelize_get_parameter_info()
H A Dmidi-transpose.c28 PARAM_COUNT enumerator
61 return PARAM_COUNT; in miditranspose_get_parameter_count()
69 if (index > PARAM_COUNT) in miditranspose_get_parameter_info()
H A Dmidi-gain.c31 PARAM_COUNT enumerator
68 return PARAM_COUNT; in midigain_get_parameter_count()
76 if (index > PARAM_COUNT) in midigain_get_parameter_info()
/dports/science/cdo/cdo-2.0.0/src/
H A Dcdo_magics_mapper.cc12 #define PARAM_COUNT sizeof(mapper) / sizeof(CdoMagicsMapper) macro
140 std::qsort(mapper, PARAM_COUNT, sizeof(CdoMagicsMapper), Compare); in get_magics_parameter_info()
144 …result = (CdoMagicsMapper *) bsearch(&target, mapper, PARAM_COUNT, sizeof(CdoMagicsMapper), Compar… in get_magics_parameter_info()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/script/
H A Dscript_api.h87 #define API_SCALL_SCRIPT_SPRINTF(FUNCTION, PARAM_COUNT) \ argument
88 ASSERT_PARAM_COUNT(FUNCTION, PARAM_COUNT); \
90 … STD_BUFFER_SIZE, get_translation(params[PARAM_COUNT - 1].Ptr), params + PARAM_COUNT, param_count …
92 #define API_OBJCALL_SCRIPT_SPRINTF(METHOD, PARAM_COUNT) \ argument
93 ASSERT_OBJ_PARAM_COUNT(METHOD, PARAM_COUNT); \
95 … STD_BUFFER_SIZE, get_translation(params[PARAM_COUNT - 1].Ptr), params + PARAM_COUNT, param_count …
100 #define API_SCALL_SCRIPT_SPRINTF_PURE(FUNCTION, PARAM_COUNT) \ argument
101 ASSERT_PARAM_COUNT(FUNCTION, PARAM_COUNT); \
103 …rintf(ScSfBuffer, STD_BUFFER_SIZE, params[PARAM_COUNT - 1].Ptr, params + PARAM_COUNT, param_count …
/dports/games/ecwolf/ecwolf-1.3.3-src/src/thingdef/
H A Dthingdef_properties.cpp232 if(PARAM_COUNT > 1) in HANDLE_PROPERTY()
240 if(PARAM_COUNT > 2) in HANDLE_PROPERTY()
256 if(PARAM_COUNT == 2) in HANDLE_PROPERTY()
279 for(unsigned int i = 1;i < PARAM_COUNT;i++) in HANDLE_PROPERTY()
287 for(unsigned int i = PARAM_COUNT;i < 9;i++) in HANDLE_PROPERTY()
450 if(PARAM_COUNT == 2) in HANDLE_PROPERTY()
462 if(PARAM_COUNT == 2) in HANDLE_PROPERTY()
493 if(PARAM_COUNT == 2) in HANDLE_PROPERTY()
515 if(PARAM_COUNT > 1) in HANDLE_PROPERTY()
538 for(unsigned int i = 2;i < PARAM_COUNT;++i) in HANDLE_PROPERTY()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/script/
H A Dscript_api.h90 #define API_SCALL_SCRIPT_SPRINTF(FUNCTION, PARAM_COUNT) \ argument
91 ASSERT_PARAM_COUNT(FUNCTION, PARAM_COUNT) \
93 … STD_BUFFER_SIZE, get_translation(params[PARAM_COUNT - 1].Ptr), params + PARAM_COUNT, param_count …
95 #define API_OBJCALL_SCRIPT_SPRINTF(METHOD, PARAM_COUNT) \ argument
96 ASSERT_OBJ_PARAM_COUNT(METHOD, PARAM_COUNT) \
98 … STD_BUFFER_SIZE, get_translation(params[PARAM_COUNT - 1].Ptr), params + PARAM_COUNT, param_count …
/dports/japanese/today/ja-today-2.12_2/
H A Devent.c13 #define PARAM_COUNT 32 /* �ȡ��������ʬ��� */ macro
39 static char pbuff[PARAM_COUNT * 8];
40 static char *param[PARAM_COUNT];
41 static struct SRANGE_T rangetbl[PARAM_COUNT];
518 pcnt = separate_param(bp, pbuff, param, PARAM_COUNT, rangetbl); in analysis_ev_day()
579 pcnt = separate_param(bp, pbuff, param, PARAM_COUNT, NULL); in analysis_ev_whatday()
625 pcnt = separate_param(bp, pbuff, param, PARAM_COUNT, NULL); in analysis_ev_week()
724 pcnt = separate_param(bp, pbuff, param, PARAM_COUNT, NULL); in analysis_ev_month()
786 pcnt = separate_param2(bp, param, PARAM_COUNT); in analysis_ev_year()
1424 for (i = 0; i < PARAM_COUNT; i++) { in makerange()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/usb/host/
H A Dehci-tegra.c48 PARAM_COUNT enumerator
125 static const unsigned T20_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
135 static const unsigned T30_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
145 static const unsigned T114_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
156 static const unsigned T210_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
305 clock_get_osc_freq() * PARAM_COUNT; in get_pll_timing()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/usb/host/
H A Dehci-tegra.c48 PARAM_COUNT enumerator
125 static const unsigned T20_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
135 static const unsigned T30_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
145 static const unsigned T114_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
156 static const unsigned T210_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
305 clock_get_osc_freq() * PARAM_COUNT; in get_pll_timing()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/usb/host/
H A Dehci-tegra.c48 PARAM_COUNT enumerator
125 static const unsigned T20_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
135 static const unsigned T30_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
145 static const unsigned T114_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
156 static const unsigned T210_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
305 clock_get_osc_freq() * PARAM_COUNT; in get_pll_timing()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/usb/host/
H A Dehci-tegra.c50 PARAM_COUNT enumerator
127 static const unsigned T20_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
137 static const unsigned T30_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
147 static const unsigned T114_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
158 static const unsigned T210_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
307 clock_get_osc_freq() * PARAM_COUNT; in get_pll_timing()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/usb/host/
H A Dehci-tegra.c50 PARAM_COUNT enumerator
127 static const unsigned T20_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
137 static const unsigned T30_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
147 static const unsigned T114_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
158 static const unsigned T210_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
307 clock_get_osc_freq() * PARAM_COUNT; in get_pll_timing()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/usb/host/
H A Dehci-tegra.c50 PARAM_COUNT enumerator
127 static const unsigned T20_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
137 static const unsigned T30_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
147 static const unsigned T114_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
158 static const unsigned T210_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
307 clock_get_osc_freq() * PARAM_COUNT; in get_pll_timing()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/usb/host/
H A Dehci-tegra.c50 PARAM_COUNT enumerator
127 static const unsigned T20_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
137 static const unsigned T30_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
147 static const unsigned T114_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
158 static const unsigned T210_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
307 clock_get_osc_freq() * PARAM_COUNT; in get_pll_timing()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/usb/host/
H A Dehci-tegra.c50 PARAM_COUNT enumerator
127 static const unsigned T20_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
137 static const unsigned T30_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
147 static const unsigned T114_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
158 static const unsigned T210_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
307 clock_get_osc_freq() * PARAM_COUNT; in get_pll_timing()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/usb/host/
H A Dehci-tegra.c50 PARAM_COUNT enumerator
127 static const unsigned T20_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
137 static const unsigned T30_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
147 static const unsigned T114_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
158 static const unsigned T210_usb_pll[CLOCK_OSC_FREQ_COUNT][PARAM_COUNT] = {
307 clock_get_osc_freq() * PARAM_COUNT; in get_pll_timing()

12345