HomeSort by relevance Sort by last modified time
    Searched refs:chans (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 150 const char * chans = "XYZW"; local
169 O << "." << chans[chan]; local
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipmi.h 384 * else. The chans field is a bitmask, (1 << channel) for each channel.
391 unsigned int chans; member in struct:ipmi_cmdspec_chans
397 * - EBUSY - One of the netfn/cmd/chans supplied was already in use.
403 * Unregister some netfn/cmd/chans. error values:
405 * - ENOENT - None of the netfn/cmd/chans were found registered for this user.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipmi.h 384 * else. The chans field is a bitmask, (1 << channel) for each channel.
391 unsigned int chans; member in struct:ipmi_cmdspec_chans
397 * - EBUSY - One of the netfn/cmd/chans supplied was already in use.
403 * Unregister some netfn/cmd/chans. error values:
405 * - ENOENT - None of the netfn/cmd/chans were found registered for this user.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipmi.h 384 * else. The chans field is a bitmask, (1 << channel) for each channel.
391 unsigned int chans; member in struct:ipmi_cmdspec_chans
397 * - EBUSY - One of the netfn/cmd/chans supplied was already in use.
403 * Unregister some netfn/cmd/chans. error values:
405 * - ENOENT - None of the netfn/cmd/chans were found registered for this user.
  /device/ti/panda/audio/
audio_hw.c 715 size_t chans = (br->in_chans > br->out_chans) ? br->in_chans : br->out_chans; local
717 in->buffer = malloc(in->config.period_size * br->sample_size * chans);
    [all...]

Completed in 165 milliseconds