Home
last modified time | relevance | path

Searched refs:low32bits (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/audio/sbc/enc/src/
Dsbcenc_filter.h79 UInt low32bits; in MULT() local
95 low32bits = a & MASKLOW16; /* temporary storage */ in MULT()
100 med_32bits_b = ((Int)low32bits * (b >> 16)); in MULT()
101 low32bits = ((UInt)low32bits * Result_low32bits);/* Lower 32 bits of resulting 64 */ in MULT()
107 Result_low32bits = temp + low32bits; in MULT()
108 carry += ((Result_low32bits < temp) || (Result_low32bits < low32bits)); in MULT()
/external/webkit/V8Binding/v8/src/
Dserialize.cc972 uint32_t low32bits = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(key)); in HeapObjectHash() local
973 return low32bits >> 2; in HeapObjectHash()