HomeSort by relevance Sort by last modified time
    Searched full:temp (Results 201 - 225 of 4258) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 103 temp RN 1 label
193 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1
196 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
210 LDR temp,=0xFFF
213 TEQ index,temp
223 SUB temp,fcodeForward,#1
224 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
240 LDR temp,=0xFFF
243 TEQ index,temp
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
IPAddress.java 49 String temp = address+"."; local
53 while (start < temp.length()
54 && (pos = temp.indexOf('.', start)) > start)
62 octet = Integer.parseInt(temp.substring(start, pos));
131 String temp = address + ":"; local
135 while (start < temp.length()
136 && (pos = temp.indexOf(':', start)) >= start)
145 String value = temp.substring(start, pos);
147 if (pos == (temp.length() - 1) && value.indexOf('.') > 0)
160 octet = Integer.parseInt(temp.substring(start, pos), 16)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locavailable.cpp 111 char ** temp; local
114 temp = _installedLocales;
119 uprv_free(temp);
134 char ** temp; local
144 temp = (char **) uprv_malloc(sizeof(char*) * (localeCount+1));
146 if (temp != NULL) {
149 ures_getNextString(&installed, NULL, (const char **)&temp[i++], &status);
151 temp[i] = NULL;
157 _installedLocales = temp;
158 temp = NULL
    [all...]
  /external/icu4c/common/
locavailable.cpp 111 char ** temp; local
114 temp = _installedLocales;
119 uprv_free(temp);
134 char ** temp; local
144 temp = (char **) uprv_malloc(sizeof(char*) * (localeCount+1));
146 if (temp != NULL) {
149 ures_getNextString(&installed, NULL, (const char **)&temp[i++], &status);
151 temp[i] = NULL;
157 _installedLocales = temp;
158 temp = NULL
    [all...]
  /external/jpeg/
jidctintelsse.c 117 __m128i temp, temp2; local
181 temp = _mm_mulhi_epi16(x5, *tg3); /*row5*tg3*/ \
183 temp = _mm_adds_epi16(temp, x5); /*coef adjustment*/ \
185 tm765 = _mm_adds_epi16(temp, x3);\
188 temp = _mm_mulhi_epi16(x7, *tg1); /*row7*tg1*/ \
190 tp765 = _mm_adds_epi16(temp, x1);\
206 temp = _mm_adds_epi16(tp65, tm65);\
208 t6 = _mm_mulhi_epi16(temp, *cos4);\
210 t6 = _mm_adds_epi16(t6, temp);\
    [all...]
  /external/llvm/tools/llvm-config/
Makefile 41 > temp.sed
43 >> temp.sed
45 >> temp.sed
47 >> temp.sed
49 >> temp.sed
51 >> temp.sed
53 >> temp.sed
55 >> temp.sed
57 >> temp.sed
58 $(Verb) $(SED) -f temp.sed < $< > $
    [all...]
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 117 __m128i temp, temp2; local
181 temp = _mm_mulhi_epi16(x5, *tg3); /*row5*tg3*/ \
183 temp = _mm_adds_epi16(temp, x5); /*coef adjustment*/ \
185 tm765 = _mm_adds_epi16(temp, x3);\
188 temp = _mm_mulhi_epi16(x7, *tg1); /*row7*tg1*/ \
190 tp765 = _mm_adds_epi16(temp, x1);\
206 temp = _mm_adds_epi16(tp65, tm65);\
208 t6 = _mm_mulhi_epi16(temp, *cos4);\
210 t6 = _mm_adds_epi16(t6, temp);\
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_vs.c 55 "DCL TEMP[0..4]\n"
64 " MOV TEMP[2], IMM[0]\n"
66 " MOV TEMP[2].xyz, IN[2]\n"
67 " MOV TEMP[2].xyz, IN[0]\n"
68 " MOV TEMP[2].xyz, IN[1]\n"
70 " MUL TEMP[1], IMM[3], TEMP[2].yyyy\n"
71 " MAD TEMP[3], IMM[2], TEMP[2].xxxx, TEMP[1]\n
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_vs.c 55 "DCL TEMP[0..4]\n"
64 " MOV TEMP[2], IMM[0]\n"
66 " MOV TEMP[2].xyz, IN[2]\n"
67 " MOV TEMP[2].xyz, IN[0]\n"
68 " MOV TEMP[2].xyz, IN[1]\n"
70 " MUL TEMP[1], IMM[3], TEMP[2].yyyy\n"
71 " MAD TEMP[3], IMM[2], TEMP[2].xxxx, TEMP[1]\n
    [all...]
  /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/chromium_org/third_party/sqlite/src/test/
temptrigger.test 27 # Test case temptrigger-1.* demonstrates a problem with temp triggers
29 # creates a temp trigger, the temp trigger is linked into the shared-cache
31 # it does not recreate the temp trigger belonging to process 1. From the
32 # point of view of process 1, the temp trigger just disappeared.
35 # database and add a temp trigger to it.
37 # temptrigger-1.2: Check that the temp trigger is correctly fired. Check
38 # that the temp trigger is not fired by statements
45 # temptrigger-1.4: Check that the temp trigger is still fired correctly.
47 # temptrigger-1.5: Check that the temp trigger can be dropped without error
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilitiesTest.java 138 int[] temp = new int[baseData.width]; local
142 GraphicsUtilities.getVerticalPixels(null, 0, 0, 1, temp);
163 GraphicsUtilities.getVerticalPixels(baseData, -1, 0, 1, temp);
170 GraphicsUtilities.getVerticalPixels(baseData, 0, -1, 1, temp);
177 GraphicsUtilities.getVerticalPixels(baseData, 0, 0, 0, temp);
184 GraphicsUtilities.getVerticalPixels(baseData, baseData.width, 0, baseData.height, temp);
192 .getVerticalPixels(baseData, 0, baseData.height, baseData.height, temp);
199 GraphicsUtilities.getVerticalPixels(baseData, 0, 1, baseData.height, temp);
212 int[] temp = new int[baseData.width]; local
214 GraphicsUtilities.getVerticalPixels(baseData, 0, 0, baseData.height, temp);
228 int[] temp = new int[baseData.width]; local
303 int[] temp = new int[baseData.width]; local
309 assertEquals(baseData.getPixel(x, 0), temp[x]); local
    [all...]
  /external/chromium/chrome/browser/cocoa/
scoped_authorizationref.h 59 AuthorizationRef temp = that.authorization_; local
61 authorization_ = temp;
69 AuthorizationRef temp = authorization_; variable
71 return temp;
  /external/chromium_org/base/mac/
scoped_authorizationref.h 61 AuthorizationRef temp = that.authorization_; local
63 authorization_ = temp;
71 AuthorizationRef temp = authorization_; variable
73 return temp;
scoped_ioobject.h 54 IOT temp = that.object_; local
56 object_ = temp;
60 IOT temp = object_; variable
62 return temp;
scoped_ioplugininterface.h 56 InterfaceT temp = that.object_; local
58 object_ = temp;
62 InterfaceT temp = object_; variable
64 return temp;
  /external/chromium_org/third_party/icu/source/test/intltest/
locnmtst.cpp 85 UnicodeString temp; local
87 ldn->localeDisplayName("de_DE", temp);
89 test_assert_equal("Deutsch (Deutschland)", temp);
93 UnicodeString temp; local
95 ldn->localeDisplayName("en_GB", temp);
97 test_assert_equal("British English", temp);
101 UnicodeString temp; local
106 ldn->localeDisplayName(locname, temp);
108 test_assert_equal(target, temp);
224 UnicodeString temp; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
files.txt 0 temp

Completed in 337 milliseconds

1 2 3 4 5 6 7 891011>>