/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/ |
H A D | fluidsynth_priv.h | 179 #define FLUID_STRLEN(_s) strlen(_s) macro 187 #define FLUID_STRDUP(s) FLUID_STRCPY(FLUID_MALLOC(FLUID_STRLEN(s) + 1), s)
|
H A D | fluid_defsfont.c | 355 sfont->filename = FLUID_MALLOC(1 + FLUID_STRLEN(file)); in fluid_defsfont_load() 955 if ((sfpreset->name != NULL) && (FLUID_STRLEN(sfpreset->name) > 0)) { in fluid_defpreset_import_sfont() 1042 size = 1 + FLUID_STRLEN(name); in new_fluid_preset_zone() 1355 if ((sfinst->name != NULL) && (FLUID_STRLEN(sfinst->name) > 0)) { in fluid_inst_import_sfont() 1442 size = 1 + FLUID_STRLEN(name); in new_fluid_inst_zone()
|
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/ |
H A D | fluidsynth_priv.h | 179 #define FLUID_STRLEN(_s) strlen(_s) macro 187 #define FLUID_STRDUP(s) FLUID_STRCPY(FLUID_MALLOC(FLUID_STRLEN(s) + 1), s)
|
H A D | fluid_defsfont.c | 355 sfont->filename = FLUID_MALLOC(1 + FLUID_STRLEN(file)); in fluid_defsfont_load() 958 if ((sfpreset->name != NULL) && (FLUID_STRLEN(sfpreset->name) > 0)) { in fluid_defpreset_import_sfont() 1045 size = 1 + FLUID_STRLEN(name); in new_fluid_preset_zone() 1358 if ((sfinst->name != NULL) && (FLUID_STRLEN(sfinst->name) > 0)) { in fluid_inst_import_sfont() 1445 size = 1 + FLUID_STRLEN(name); in new_fluid_inst_zone()
|
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/utils/ |
H A D | fluidsynth_priv.h | 231 #define FLUID_STRLEN(_s) strlen(_s) macro 241 #define FLUID_STRDUP(s) FLUID_STRCPY(FLUID_MALLOC(FLUID_STRLEN(s) + 1), s)
|
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/utils/ |
H A D | fluidsynth_priv.h | 232 #define FLUID_STRLEN(_s) strlen(_s) macro 242 #define FLUID_STRDUP(s) FLUID_STRCPY(FLUID_MALLOC(FLUID_STRLEN(s) + 1), s)
|
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/drivers/ |
H A D | fluid_portaudio.c | 106 size += FLUID_STRLEN(hostInfo->name) + FLUID_STRLEN(deviceInfo->name) + 3u; in fluid_portaudio_get_device_name()
|
H A D | fluid_winmidi.c | 232 new_dev_name = FLUID_MALLOC(size + 2 + FLUID_STRLEN(dev_name)); in fluid_winmidi_get_device_name()
|
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/ |
H A D | fluidsynth_priv.h | 205 #define FLUID_STRLEN(_s) strlen(_s) macro 221 #define FLUID_STRDUP(s) FLUID_STRCPY(FLUID_MALLOC(FLUID_STRLEN(s) + 1), s)
|
H A D | fluid_sys.c | 1366 return write(out, buf, FLUID_STRLEN(buf)); in fluid_ostream_printf() 1374 return write(out, buf, (unsigned int)FLUID_STRLEN(buf)); in fluid_ostream_printf() 1379 retval = send(out & ~FLUID_SOCKET_FLAG, buf, (int)FLUID_STRLEN(buf), 0); in fluid_ostream_printf()
|
H A D | fluid_settings.c | 343 if(FLUID_STRLEN(s) > MAX_SETTINGS_LABEL) in fluid_settings_tokenize() 1768 len += FLUID_STRLEN(option); in fluid_settings_option_concat() 1775 len += (count - 1) * FLUID_STRLEN(separator); in fluid_settings_option_concat() 1829 pathlen = FLUID_STRLEN(bag->path); in fluid_settings_foreach_iter()
|
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/ |
H A D | fluidsynth_priv.h | 205 #define FLUID_STRLEN(_s) strlen(_s) macro 221 #define FLUID_STRDUP(s) FLUID_STRCPY(FLUID_MALLOC(FLUID_STRLEN(s) + 1), s)
|
H A D | fluid_sys.c | 1366 return write(out, buf, FLUID_STRLEN(buf)); in fluid_ostream_printf() 1374 return write(out, buf, (unsigned int)FLUID_STRLEN(buf)); in fluid_ostream_printf() 1379 retval = send(out & ~FLUID_SOCKET_FLAG, buf, (int)FLUID_STRLEN(buf), 0); in fluid_ostream_printf()
|
H A D | fluid_settings.c | 343 if(FLUID_STRLEN(s) > MAX_SETTINGS_LABEL) in fluid_settings_tokenize() 1768 len += FLUID_STRLEN(option); in fluid_settings_option_concat() 1775 len += (count - 1) * FLUID_STRLEN(separator); in fluid_settings_option_concat() 1829 pathlen = FLUID_STRLEN(bag->path); in fluid_settings_foreach_iter()
|
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/utils/ |
H A D | fluidsynth_priv.h | 213 #define FLUID_STRLEN(_s) strlen(_s) macro 230 #define FLUID_STRDUP(s) FLUID_STRCPY(FLUID_MALLOC(FLUID_STRLEN(s) + 1), s)
|
H A D | fluid_sys.c | 1451 return write(out, buf, FLUID_STRLEN(buf)); in fluid_ostream_printf() 1459 return write(out, buf, (unsigned int)FLUID_STRLEN(buf)); in fluid_ostream_printf() 1464 retval = send(out & ~FLUID_SOCKET_FLAG, buf, (int)FLUID_STRLEN(buf), 0); in fluid_ostream_printf()
|
H A D | fluid_settings.c | 346 if(FLUID_STRLEN(s) > MAX_SETTINGS_LABEL) in fluid_settings_tokenize() 1822 len += FLUID_STRLEN(option); in fluid_settings_option_concat() 1829 len += (count - 1) * FLUID_STRLEN(separator); in fluid_settings_option_concat() 1883 pathlen = FLUID_STRLEN(bag->path); in fluid_settings_foreach_iter()
|
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/ |
H A D | fluidsynth_priv.h | 213 #define FLUID_STRLEN(_s) strlen(_s) macro 230 #define FLUID_STRDUP(s) FLUID_STRCPY(FLUID_MALLOC(FLUID_STRLEN(s) + 1), s)
|
H A D | fluid_sys.c | 1450 return write(out, buf, FLUID_STRLEN(buf)); in fluid_ostream_printf() 1458 return write(out, buf, (unsigned int)FLUID_STRLEN(buf)); in fluid_ostream_printf() 1463 retval = send(out & ~FLUID_SOCKET_FLAG, buf, (int)FLUID_STRLEN(buf), 0); in fluid_ostream_printf()
|
H A D | fluid_settings.c | 345 if(FLUID_STRLEN(s) > MAX_SETTINGS_LABEL) in fluid_settings_tokenize() 1821 len += FLUID_STRLEN(option); in fluid_settings_option_concat() 1828 len += (count - 1) * FLUID_STRLEN(separator); in fluid_settings_option_concat() 1882 pathlen = FLUID_STRLEN(bag->path); in fluid_settings_foreach_iter()
|
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/bindings/ |
H A D | fluid_ladspa.c | 1174 if(FLUID_STRNCASECMP(effect->desc->PortNames[i], name, FLUID_STRLEN(name)) == 0) in get_effect_port_idx() 1177 if(FLUID_STRLEN(effect->desc->PortNames[i]) == FLUID_STRLEN(name)) in get_effect_port_idx() 1364 if(FLUID_STRLEN(name) > 0 && get_node(fx, name) != NULL) in new_fluid_ladspa_node() 1461 if(FLUID_STRNCASECMP(effect->name, name, FLUID_STRLEN(name)) == 0) in get_effect()
|
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/bindings/ |
H A D | fluid_ladspa.c | 186 for(CharCount=0; CharCount<FLUID_STRLEN(Plugin_Port); CharCount++){ in fluid_LADSPA_Check_SubString_Match() 197 if (FLUID_STRLEN(Plugin_Port) == FLUID_STRLEN(PortName)){ in fluid_LADSPA_Check_SubString_Match()
|
/dports/audio/fluidsynth/fluidsynth-2.2.4/test/ |
H A D | dump_sfont.c | 415 fwrite(buf, 1, FLUID_STRLEN(buf), output); in fmt()
|
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/sfloader/ |
H A D | fluid_defsfont.c | 558 sfont->filename = FLUID_MALLOC(1 + FLUID_STRLEN(file)); in fluid_defsfont_load() 1045 if ((sfpreset->name != NULL) && (FLUID_STRLEN(sfpreset->name) > 0)) { in fluid_defpreset_import_sfont() 1133 size = 1 + FLUID_STRLEN(name); in new_fluid_preset_zone() 1446 if ((sfinst->name != NULL) && (FLUID_STRLEN(sfinst->name) > 0)) { in fluid_inst_import_sfont() 1534 size = 1 + FLUID_STRLEN(name); in new_fluid_inst_zone()
|
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/sfloader/ |
H A D | fluid_defsfont.c | 292 sfont->filename = FLUID_MALLOC(1 + FLUID_STRLEN(file)); in fluid_defsfont_load() 825 if (FLUID_STRLEN(sfpreset->name) > 0) { in fluid_defpreset_import_sfont() 912 size = 1 + FLUID_STRLEN(name); in new_fluid_preset_zone() 1225 if (FLUID_STRLEN(sfinst->name) > 0) { in fluid_inst_import_sfont() 1312 size = 1 + FLUID_STRLEN(name); in new_fluid_inst_zone()
|