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

  /device/google/contexthub/firmware/os/cpu/cortexm4/
cpu.c 109 static void cpuUnpackSrBits(uint32_t srcLo, uint32_t srcHi, uint32_t *srP, uint32_t *hfsrP, uint32_t *cfsrP)
111 *srP = srcLo & 0xFF00FDFF;
112 *hfsrP = ((srcLo << 12) & 0x40000000) | ((srcLo >> 8) & 0x00000002);
113 *cfsrP = ((srcLo & 0x00FB0000) >> 4) | (srcHi & 0x0FBF) | ((srcHi << 13) & 0x02000000) | ((srcHi << 18) & 0x01000000);
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 108 TI* srcLo = mImpulse - halfNumCoefs*CHANNELS;
112 if (srcLo < mState) {
113 dst += mState-srcLo;
114 srcLo = mState;
119 memcpy(dst, srcLo, (srcHi - srcLo) * sizeof(*srcLo));
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
format_types.h     [all...]
  /external/valgrind/VEX/priv/
host_arm64_defs.h 863 HReg srcLo;
    [all...]
host_arm64_defs.c     [all...]
host_arm64_isel.c     [all...]
host_arm_isel.c     [all...]
host_mips_isel.c     [all...]
host_x86_isel.c     [all...]
guest_arm64_toIR.c     [all...]

Completed in 453 milliseconds