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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu-pc-bios/vgabios/
dataseghack 7 $1 > temp.awk.1
13 $1 > temp.awk.2
19 $1 > temp.awk.3
22 cat temp.awk.1 temp.awk.2 temp.awk.3 | sed -e 's/^\.data//' -e 's/^\.bss//' -e 's/^\.text//' > $1
23 /bin/rm -f temp.awk.1 temp.awk.2 temp.awk.3 $1.orig
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c 44 LVM_INT16 temp; local
48 temp=pCoef->A1;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A0;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->B1;
53 pBiquadState->coefs[2]=temp;
55 temp=pCoef->Shift;
56 pBiquadState->Shift = temp;
BQ_1I_D16F16Css_TRC_WRA_01_Init.c 44 LVM_INT16 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp=pCoef->B1
    [all...]
BQ_1I_D16F32Css_TRC_WRA_01_init.c 45 LVM_INT16 temp; local
49 temp=pCoef->A2;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A1;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->A0;
54 pBiquadState->coefs[2]=temp;
55 temp=pCoef->B2;
56 pBiquadState->coefs[3]=temp;
57 temp=pCoef->B1
    [all...]
BQ_2I_D16F16Css_TRC_WRA_01_Init.c 45 LVM_INT16 temp; local
49 temp=pCoef->A2;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A1;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->A0;
54 pBiquadState->coefs[2]=temp;
55 temp=pCoef->B2;
56 pBiquadState->coefs[3]=temp;
57 temp=pCoef->B1
    [all...]
BQ_2I_D16F32Css_TRC_WRA_01_init.c 44 LVM_INT16 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp=pCoef->B1
    [all...]
BQ_2I_D32F32Cll_TRC_WRA_01_Init.c 44 LVM_INT32 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp=pCoef->B1
    [all...]
FO_1I_D16F16Css_TRC_WRA_01_Init.c 45 LVM_INT16 temp; local
49 temp=pCoef->A1;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A0;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->B1;
54 pBiquadState->coefs[2]=temp;
FO_1I_D32F32Cll_TRC_WRA_01_Init.c 44 LVM_INT32 temp; local
48 temp=pCoef->A1;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A0;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->B1;
53 pBiquadState->coefs[2]=temp;
  /external/lldb/test/functionalities/process_attach/
main.c 6 int temp = 0; local
7 while (temp < 30) // Waiting to be attached...
10 temp++;
  /external/sonivox/arm-fm-22k/lib_src/
eas_pan.c 63 EAS_INT temp; local
78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
81 if (temp > SYNTH_FULL_SCALE_EG1_GAIN)
82 temp = SYNTH_FULL_SCALE_EG1_GAIN;
83 else if (temp < 0)
84 temp = 0;
86 *pGainRight = (EAS_I16) temp;
89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pan.c 63 EAS_INT temp; local
78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
81 if (temp > SYNTH_FULL_SCALE_EG1_GAIN)
82 temp = SYNTH_FULL_SCALE_EG1_GAIN;
83 else if (temp < 0)
84 temp = 0;
86 *pGainRight = (EAS_I16) temp;
89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pan.c 63 EAS_INT temp; local
78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
81 if (temp > SYNTH_FULL_SCALE_EG1_GAIN)
82 temp = SYNTH_FULL_SCALE_EG1_GAIN;
83 else if (temp < 0)
84 temp = 0;
86 *pGainRight = (EAS_I16) temp;
89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle)
    [all...]
  /external/lldb/test/functionalities/thread/state/
main.c 26 int temp = 0; // Set first breakpoint here local
28 while (!g_test && temp < 5)
30 ++temp;
34 return temp; // Set second breakpoint here
  /external/chromium_org/tools/perf/page_sets/tough_animation_cases/resources/
perftesthelper.js 14 var temp = randomSeed;
16 temp = ((temp + 0x7ed55d16) + (temp << 12)) & 0xffffffff;
17 temp = ((temp ^ 0xc761c23c) ^ (temp >>> 19)) & 0xffffffff;
18 temp = ((temp + 0x165667b1) + (temp << 5)) & 0xffffffff
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
swapyv12buffer.c 16 unsigned char *temp; local
18 temp = last_frame->buffer_alloc;
20 new_frame->buffer_alloc = temp;
22 temp = last_frame->y_buffer;
24 new_frame->y_buffer = temp;
26 temp = last_frame->u_buffer;
28 new_frame->u_buffer = temp;
30 temp = last_frame->v_buffer;
32 new_frame->v_buffer = temp;
  /external/emma/core/java14/com/vladium/util/
IJREVersion.java 60 boolean temp = false;
66 temp = true;
70 _JRE_1_3_PLUS = temp;
72 if (temp)
74 temp = false;
78 temp = true;
82 _JRE_1_4_PLUS = temp;
84 temp = false;
86 _JRE_SUN_SIGNAL_COMPATIBLE = temp;
  /external/libvpx/libvpx/vp8/common/
swapyv12buffer.c 16 unsigned char *temp; local
18 temp = last_frame->buffer_alloc;
20 new_frame->buffer_alloc = temp;
22 temp = last_frame->y_buffer;
24 new_frame->y_buffer = temp;
26 temp = last_frame->u_buffer;
28 new_frame->u_buffer = temp;
30 temp = last_frame->v_buffer;
32 new_frame->v_buffer = temp;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
swapyv12buffer.c 16 unsigned char *temp; local
18 temp = last_frame->buffer_alloc;
20 new_frame->buffer_alloc = temp;
22 temp = last_frame->y_buffer;
24 new_frame->y_buffer = temp;
26 temp = last_frame->u_buffer;
28 new_frame->u_buffer = temp;
30 temp = last_frame->v_buffer;
32 new_frame->v_buffer = temp;
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
test5-expected.cc 17 Foo* temp = foo; local
21 scoped_refptr<Bar> temp(new Bar);
22 ExpectsRawFooPtr(temp.get());
test5-original.cc 17 Foo* temp = foo; local
21 scoped_refptr<Bar> temp(new Bar);
22 ExpectsRawFooPtr(temp);
test6-expected.cc 18 scoped_refptr<Foo> temp(foo);
22 scoped_refptr<Bar> temp(new Bar);
23 ExpectsScopedPtr(temp);
test6-original.cc 18 scoped_refptr<Foo> temp(foo);
22 scoped_refptr<Bar> temp(new Bar);
23 ExpectsScopedPtr(temp);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
asm_fill.h 36 struct ureg_dst *temp,
44 struct ureg_dst *temp,
55 ureg_MOV(ureg, ureg_writemask(temp[0], TGSI_WRITEMASK_XY), in[0]); \
57 ureg_writemask(temp[0], TGSI_WRITEMASK_Z), \
59 ureg_DP3(ureg, temp[1], constant[4], ureg_src(temp[0])); \
60 ureg_DP3(ureg, temp[2], constant[5], ureg_src(temp[0])); \
61 ureg_DP3(ureg, temp[3], constant[6], ureg_src(temp[0]));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h 36 struct ureg_dst *temp,
44 struct ureg_dst *temp,
55 ureg_MOV(ureg, ureg_writemask(temp[0], TGSI_WRITEMASK_XY), in[0]); \
57 ureg_writemask(temp[0], TGSI_WRITEMASK_Z), \
59 ureg_DP3(ureg, temp[1], constant[4], ureg_src(temp[0])); \
60 ureg_DP3(ureg, temp[2], constant[5], ureg_src(temp[0])); \
61 ureg_DP3(ureg, temp[3], constant[6], ureg_src(temp[0]));
    [all...]

Completed in 621 milliseconds

1 2 3 4 5 6 7 8 91011>>