HomeSort by relevance Sort by last modified time
    Searched refs:Shift (Results 1 - 25 of 445) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/capstone/
LEB128.h 30 unsigned Shift = 0;
32 Value += (*p & 0x7f) << Shift;
33 Shift += 7;
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_SetTarget.c 27 /* This function updates the private instance parameters: Shift,Target,*/
30 /* This function caclulates the "Shift" required to provide the */
34 /* MaxGain of 2.5, Shift = 2, Current=1.9/4=0.475, Target=2.5/4=0.625 */
35 /* Therefore integer gain of 4 is provided by Left Shift of 2 and */
57 LVM_INT32 Shift=0;
61 CurrentGain=pInstance->Current>>(16-pInstance->Shift); // CurrentGain in Q16.15 format
66 while(MaxGain>0){ // Update Shift required to provide integer gain
67 Shift++;
70 pInstance->Target=TargetGain<<(16-Shift); // Update fractional gain Target
71 pInstance->Current=CurrentGain<<(16-Shift); // Update fractional gain Curren
    [all...]
LVC_Mixer_Init.c 30 /* This function caclulates the "Shift" required to provide the */
34 /* MaxGain of 2.5, Shift = 2, Current=1.9/4=0.475, Target=2.5/4=0.625 */
35 /* Therefore integer gain of 4 is provided by Left Shift of 2 and */
64 LVM_INT16 Shift=0;
71 while(MaxGain>0){ // Update Shift required to provide integer gain
72 Shift++;
75 pInstance->Target=TargetGain<<(16-Shift); // Update fractional gain Target
76 pInstance->Current=CurrentGain<<(16-Shift); // Update fractional gain Current
77 pInstance->Shift=Shift; // Update Shif
    [all...]
LVM_Mixer_TimeConstant.c 74 LVM_UINT16 Shift;
138 for (Shift = 0; Shift < ((Alpha_TableSize - 1) / 2); Shift++)
147 Shift = (LVM_UINT16)((Shift << 1));
151 Shift++;
157 Diff = (Table[Shift] - Table[Shift + 1]);
159 ProductFloat = Table[Shift + 1] + Diff
    [all...]
dB_to_Lin32.c 85 LVM_INT16 Shift;
96 Shift = (LVM_INT16)((((LVM_UINT32)(-db_fix) >> 4) * FOUR_OVER_SIX) >> 17); /* Number of 6dB steps in Q11.4 format */
97 Remain = -db_fix - (Shift * SIX_DB);
99 Lin_val_32 = (LVM_INT32)((LVM_UINT32)Remain >> (16 + Shift));
110 Shift = (LVM_INT16)((((LVM_UINT32)db_fix >> 4) * FOUR_OVER_SIX) >> 17); /* Number of 6dB steps in Q11.4 format */
111 Remain = db_fix - (Shift * SIX_DB);
113 Lin_val_32 = (LVM_INT32)((LVM_UINT32)Remain >> (15 - Shift));
FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h 36 LVM_INT16 Shift; /* Shift value*/
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
Handles.c 48 INTN Shift;
120 for ( Shift = ( sizeof ( Shift ) << 3 ) - 4; 0 <= Shift; Shift -= 4 ) {
124 Digit = (( Value >> Shift ) & 0xf ) | '0';
190 for ( Shift = 4; 0 <= Shift; Shift -= 4 ) {
194 Digit = (( Value >> Shift ) & 0xf ) | '0'
    [all...]
  /external/llvm/include/llvm/Support/
LEB128.h 27 // NOTE: this assumes that this signed shift is an arithmetic right shift.
83 unsigned Shift = 0;
85 Value += uint64_t(*p & 0x7f) << Shift;
86 Shift += 7;
97 unsigned Shift = 0;
101 Value |= ((Byte & 0x7f) << Shift);
102 Shift += 7;
106 Value |= (-1ULL) << Shift;
  /external/llvm/lib/Support/
ScaledNumber.cpp 47 // Shift as little as possible to maximize precision.
49 int Shift = 64 - LeadingZeros;
51 Upper = Upper << LeadingZeros | Lower >> Shift;
52 return getRounded(Upper, Shift,
53 Shift && (Lower & UINT64_C(1) << (Shift - 1)));
65 int Shift = 0;
67 Shift -= Zeros;
75 return getAdjusted<uint32_t>(Quotient, Shift);
78 return getRounded<uint32_t>(Quotient, Shift, Remainder >= getHalf(Divisor))
    [all...]
  /external/clang/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
OperatorPrecedence.h 39 Shift = 11, // <<, >>
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 28 // NOTE: this assumes that this signed shift is an arithmetic right shift.
54 // NOTE: this assumes that this signed shift is an arithmetic right shift.
121 unsigned Shift = 0;
133 if(Shift >= 64 || Slice << Shift >> Shift != Slice){
140 Value += uint64_t(*p & 0x7f) << Shift;
141 Shift += 7
    [all...]

Completed in 776 milliseconds

1 2 3 4 5 6 7 8 91011>>