HomeSort by: relevance | last modified time | path
    Searched defs:VOLUME (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/atari/dev/
ym2149reg.h 56 #define YM_VA 8 /* Volume Channel A */
57 #define YM_VB 9 /* Volume Channel B */
58 #define YM_VC 10 /* Volume Channel C */
76 #define VOLUME 0x0F /* 16 steps */
77 #define ENVELOP 0x10 /* volume steered by envelope */
  /src/sys/arch/macppc/dev/
snapper.c 538 #define DEQ_VOLUME 0x04 /* Volume (6bytes) */
598 u_char VOLUME[6];
821 * we can control the volume in software in this case.
1493 * for some insane reason the gain table for master volume and the
1777 { 0, 0, 0, 0, 0, 0 }, /* VOLUME */
1809 sizeof tas3004_initdata.VOLUME, /* 0x04 */
2049 DEQ_WRITE(sc, DEQ_VOLUME, tas3004_initdata.VOLUME);
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c 298 uint8_t volume : 1; member in struct:main_header
2098 VOLUME = 0x0001, /* multi-volume archive */
2099 VOLUME_NUMBER = 0x0002, /* volume number, first vol doesn't
2124 rar->main.volume = (archive_flags & VOLUME) > 0;
2136 "Invalid volume number");
2400 if(rar->main.volume) {
3593 * we need to switch to the next volume. */
3594 if(rar->main.volume && rar->file.bytes_remaining == 0)
    [all...]

Completed in 28 milliseconds