Home
last modified time | relevance | path

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

/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_haiku.c105 NUM_PITCH = 8, enumerator
107 TOKENS_Y = NUM_PITCH,
116 ALLEGRO_SAMPLE *element_samples[NUM_TYPES][NUM_PITCH];
178 for (p = 0; p < NUM_PITCH; p++) { in load_samples()
224 tokens[i].pitch = NUM_PITCH - 1 - ty; in init_tokens()
225 assert(tokens[i].pitch >= 0 && tokens[i].pitch < NUM_PITCH); in init_tokens()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dinput.c453 #define NUM_PITCH 10 macro
454 int sb_num_pitch = NUM_PITCH;
455 int sb_pitch_div = 100 / NUM_PITCH;