Searched refs:PutBELong (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundFile.c387 PutBELong(char *buf, int pos, int32_t l) function
1724 PutBELong(buf, 0, 0x2E736E64);
1725 PutBELong(buf, 4, AU_HEADERSIZE);
1726 PutBELong(buf, 8, len * s->sampsize * s->nchannels);
1755 PutBELong(buf, 12, fmt);
1757 PutBELong(buf, 16, s->samprate);
1758 PutBELong(buf, 20, s->nchannels);
1759 PutBELong(buf, 24, 0);
2182 PutBELong(buf, 4, len * s->sampsize * s->nchannels + 46);
2185 PutBELong(bu
[all...]

Completed in 115 milliseconds