HomeSort by relevance Sort by last modified time
    Searched full:cmask (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/tests/
x86_amd64_features.c 47 unsigned int level = 0, cmask = 0, dmask = 0, a, b, c, d; local
70 cmask = 1 << 0;
73 cmask = 1 << 9;
76 cmask = 1 << 5;
81 cmask = 1 << 0;
84 cmask = 1 << 1;
87 cmask = 1 << 9;
90 cmask = 1 << 13;
93 cmask = 1 << 5;
100 assert( !(cmask != 0 && dmask != 0) )
    [all...]
  /frameworks/base/services/audioflinger/
AudioResamplerSinc.h 73 static const uint32_t cMask = ((1<<coefsBits)-1) << cShift; // 0xf<<26 = 3c00 0000
AudioResamplerSinc.cpp 309 uint32_t indexP = (phase & cMask) >> cShift;
311 uint32_t indexN = (-phase & cMask) >> cShift;
314 indexN = cMask >> cShift;
  /external/kernel-headers/original/sound/
asound.h 357 unsigned int cmask; /* R: changed masks */ member in struct:snd_pcm_hw_params
    [all...]
  /external/oprofile/events/i386/core_2/
events 103 # Set both the CMASK and INV fields to 1 -- which causes the counter to
  /bionic/libc/kernel/common/sound/
asound.h 327 unsigned int cmask; member in struct:snd_pcm_hw_params
    [all...]

Completed in 255 milliseconds