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

  /external/mesa3d/src/gallium/drivers/vc5/
vc5_simulator.c 151 int32_t bitshift = (i % 16) * 2; local
152 gmp[i / 16] &= ~(0x3 << bitshift);
153 gmp[i / 16] |= flag << bitshift;
  /device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
pcm.c 737 const unsigned int bitshift = 5; /* for 32 bit integer */ local
738 const unsigned int bitmask = (1 << bitshift) - 1;
741 element = index >> bitshift;
    [all...]
  /external/aac/libAACdec/src/
conceal.cpp 1982 int bitshift = (DFRACT_BITS - SAMPLE_BITS); local
    [all...]
  /external/tinyalsa/
pcm.c 774 const unsigned int bitshift = 5; /* for 32 bit integer */ local
775 const unsigned int bitmask = (1 << bitshift) - 1;
778 element = index >> bitshift;
    [all...]
  /external/libmtp/src/
mtpz.c 315 int bitshift = (tlen * 8) - gcry_mpi_get_nbits(mpi_value); local
318 if (bitshift / 8)
320 memset(to, 0, bitshift / 8);
321 to += bitshift / 8;
322 tlen -= bitshift / 8;
    [all...]

Completed in 281 milliseconds