HomeSort by relevance Sort by last modified time
    Searched defs:bank (Results 1 - 15 of 15) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios_blowup.c 37 int i, num_mode, bank; local
47 bank = cookie_blow->num_mode[num_mode];
48 blow_mode = &(cookie_blow->blowup_modes[num_mode+(bank*5)]);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.h 38 unsigned char *bank[2]; member in struct:SDL_PrivateVideoData
  /external/speex/libspeex/
filterbank.c 56 FilterBank *bank; local
66 bank = (FilterBank*)speex_alloc(sizeof(FilterBank));
67 bank->nb_banks = banks;
68 bank->len = len;
69 bank->bank_left = (int*)speex_alloc(len*sizeof(int));
70 bank->bank_right = (int*)speex_alloc(len*sizeof(int));
71 bank->filter_left = (spx_word16_t*)speex_alloc(len*sizeof(spx_word16_t));
72 bank->filter_right = (spx_word16_t*)speex_alloc(len*sizeof(spx_word16_t));
75 bank->scaling = (float*)speex_alloc(banks*sizeof(float));
99 bank->bank_left[i] = id1
    [all...]
preprocess.c 187 FilterBank *bank; member in struct:SpeexPreprocessState_
446 st->bank = filterbank_new(M, sampling_rate, N, 1);
563 filterbank_destroy(st->bank);
661 filterbank_compute_bank32(st->bank, ps, ps+N);
761 filterbank_compute_bank32(st->bank, st->echo_noise, st->echo_noise+N);
784 filterbank_compute_bank32(st->bank, st->noise, st->noise+N);
872 filterbank_compute_psd16(st->bank,st->gain2+N, st->gain2);
873 filterbank_compute_psd16(st->bank,st->gain+N, st->gain);
878 filterbank_compute_psd16(st->bank,st->gain_floor+N, st->gain_floor);
933 filterbank_compute_psd16(st->bank,st->gain2+N, st->gain2)
    [all...]
  /external/grub/netboot/
smc9000.c 112 word bank; local
117 bank = inw(ioaddr + BANK_SELECT);
118 if ((bank & 0xFF00) != 0x3300) {
124 bank = inw(ioaddr + BANK_SELECT);
125 if ((bank & 0xFF00) != 0x3300) {
130 * hurt. This time, I need to switch the bank register to bank 1,
429 * Get the MAC address ( bank 1, regs 4 - 9 )
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
mce.h 38 __u8 bank; /* machine check bank */ member in struct:mce
  /external/qemu/hw/
smc91c111.c 30 int bank; member in struct:__anon6335
227 s->bank = 0;
254 s->bank = value;
259 switch (s->bank) {
417 hw_error("smc91c111_write: Bad reg %d:%x\n", s->bank, (int)offset);
425 return s->bank;
429 switch (s->bank) {
557 hw_error("smc91c111_read: Bad reg %d:%x\n", s->bank, (int)offset);
571 /* 32-bit writes to offset 0xc only actually write to the bank select
  /external/sonivox/arm-fm-22k/host_src/
eas_types.h 227 EAS_U16 bank; member in struct:s_ext_audio_prg_chg_tag
  /external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c 377 /* link in DLS bank if downloaded */
2690 EAS_U32 bank; local
    [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas_types.h 227 EAS_U16 bank; member in struct:s_ext_audio_prg_chg_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c 377 /* link in DLS bank if downloaded */
2690 EAS_U32 bank; local
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 232 EAS_U16 bank; member in struct:s_ext_audio_prg_chg_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_voicemgt.c 377 /* link in DLS bank if downloaded */
2690 EAS_U32 bank; local
    [all...]
eas_mdls.c 1483 EAS_U32 bank; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 327 unsigned short bank; /**< instrument bank id */ member in struct:snd_seq_instr
334 unsigned short bank; /**< sample bank id */ member in struct:snd_seq_ev_sample

Completed in 1271 milliseconds