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

/external/tcpdump/
H A Dprint-enc.c42 #define ENC_PRINT_TYPE(wh, xf, nam) \
43 if ((wh) & (xf)) { \
44 printf("%s%s", nam, (wh) == (xf) ? "): " : ","); \
45 (wh) &= ~(xf); \
/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.c151 wFile->wh.nRiffTag = riffTag;
152 wFile->wh.nRiffSize = sizeof(WAVE_HEADER) - 8;
153 wFile->wh.nWaveTag = waveTag;
154 wFile->wh.nFmtTag = fmtTag;
155 wFile->wh.nFmtSize = sizeof(FMT_CHUNK);
158 wFile->wh.fc.wFormatTag = 1;
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels;
160 wFile->wh.fc.nSamplesPerSec = (EAS_U32) nSamplesPerSec;
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample;
162 wFile->wh
[all...]
H A Deas_wave.h60 WAVE_HEADER wh; member in struct:__anon10824
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_wave.c151 wFile->wh.nRiffTag = riffTag;
152 wFile->wh.nRiffSize = sizeof(WAVE_HEADER) - 8;
153 wFile->wh.nWaveTag = waveTag;
154 wFile->wh.nFmtTag = fmtTag;
155 wFile->wh.nFmtSize = sizeof(FMT_CHUNK);
158 wFile->wh.fc.wFormatTag = 1;
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels;
160 wFile->wh.fc.nSamplesPerSec = (EAS_U32) nSamplesPerSec;
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample;
162 wFile->wh
[all...]
H A Deas_wave.h60 WAVE_HEADER wh; member in struct:__anon10874
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.c151 wFile->wh.nRiffTag = riffTag;
152 wFile->wh.nRiffSize = sizeof(WAVE_HEADER) - 8;
153 wFile->wh.nWaveTag = waveTag;
154 wFile->wh.nFmtTag = fmtTag;
155 wFile->wh.nFmtSize = sizeof(FMT_CHUNK);
158 wFile->wh.fc.wFormatTag = 1;
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels;
160 wFile->wh.fc.nSamplesPerSec = (EAS_U32) nSamplesPerSec;
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample;
162 wFile->wh
[all...]
H A Deas_wave.h60 WAVE_HEADER wh; member in struct:__anon10925
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
H A DSDL_dlcompat.c594 struct mach_header *wh; local
603 if ((wh = (struct mach_header *)
607 if (dyld_NSIsSymbolNameDefinedInImage(wh, symbol))
609 nssym = dyld_NSLookupSymbolInImage(wh,
/external/grub/grub/
H A Dasmstub.c945 loff_t *res, uint wh);
947 loff_t *, res, uint, wh);
/external/grub/lib/
H A Ddevice.c880 loff_t *res, uint wh);
882 loff_t *, res, uint, wh);

Completed in 96 milliseconds