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

  /src/usr.bin/audio/common/
wav.c 103 #define ADJUST(l) do { \
115 ADJUST(sizeof part);
128 ADJUST(len);
133 #undef ADJUST
162 #define ADJUST(l) do { \
171 ADJUST(sizeof strRIFF);
173 ADJUST(4);
176 ADJUST(sizeof strWAVE);
223 ADJUST(len);
296 #undef ADJUST
    [all...]
  /src/lib/libc/gen/
fts.c 874 * If had to realloc the path, adjust the addresses for the rest
1175 #define ADJUST(p) do { \
1184 /* Adjust the current set of children. */
1186 ADJUST(p);
1188 /* Adjust the rest of the tree, including the current level. */
1190 ADJUST(p);
  /src/sys/arch/macppc/dev/
snapper.c 1576 #define ADJUST(v, i) do { \
1591 ADJUST(i, sc->mixer[0]);
1597 ADJUST(i, sc->mixer[1]);
1603 ADJUST(i, sc->mixer[2]);
1611 ADJUST(i, sc->mixer[3]);
1617 ADJUST(i, sc->mixer[4]);
1623 ADJUST(i, sc->mixer[5]);

Completed in 16 milliseconds