/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
me_utils.cpp | 41 Int *pint = (Int *) cur, temp = 0; local 50 temp += (*pint++) & 0x00FF00FF; 51 temp += (*pint++) & 0x00FF00FF; 52 temp += (*pint++) & 0x00FF00FF; 53 temp += (*pint++) & 0x00FF00FF; 57 temp += (*pint++ >> 8) & 0x00FF00FF; 58 temp += (*pint++ >> 8) & 0x00FF00FF; 59 temp += (*pint++ >> 8) & 0x00FF00FF; 60 temp += (*pint++ >> 8) & 0x00FF00FF; 65 MB_mean = (((temp & 0x0000FFFF)) + ((temp & 0xFFFF0000) >> 16)) >> 7 [all...] |
/external/jpeg/ |
jmemsys.h | 125 short file_handle; /* DOS file handle if it's a temp file */ 160 short temp_file; /* file reference number to temp file */ 161 FSSpec tempSpec; /* the FSSpec for the temp file */ 165 short temp_file; /* file reference number to temp file */ 169 /* For a typical implementation with temp files, we need: */ 170 FILE * temp_file; /* stdio reference to temp file */ 171 char temp_name[TEMP_NAME_LENGTH]; /* name of temp file */
|
jchuff.c | 356 register int temp, temp2; local 362 temp = temp2 = block[0] - last_dc_val; 364 if (temp < 0) { 365 temp = -temp; /* temp is abs value of input */ 373 while (temp) { 375 temp >>= 1; 398 if ((temp = block[jpeg_natural_order[k]]) == 0) { 408 temp2 = temp; 575 register int temp; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
jmemsys.h | 125 short file_handle; /* DOS file handle if it's a temp file */ 160 short temp_file; /* file reference number to temp file */ 161 FSSpec tempSpec; /* the FSSpec for the temp file */ 165 short temp_file; /* file reference number to temp file */ 169 /* For a typical implementation with temp files, we need: */ 170 FILE * temp_file; /* stdio reference to temp file */ 171 char temp_name[TEMP_NAME_LENGTH]; /* name of temp file */
|
jchuff.c | 356 register int temp, temp2; local 362 temp = temp2 = block[0] - last_dc_val; 364 if (temp < 0) { 365 temp = -temp; /* temp is abs value of input */ 373 while (temp) { 375 temp >>= 1; 398 if ((temp = block[jpeg_natural_order[k]]) == 0) { 408 temp2 = temp; 575 register int temp; local [all...] |
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorBGAudioProcessing.cpp | 164 M4OSA_Int32 temp; local 166 temp = -(*pBTMdata1) * 2; // bring to original Amplitude level 168 if (temp > 32767) { 171 *pBTMdata1 = (M4OSA_Int16)(-temp); 174 temp = (*pBTMdata1) * 2; // bring to original Amplitude level 175 if ( temp > 32768) { 178 *pBTMdata1 = (M4OSA_Int16)temp;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_Interpolate_Chroma_s.s | 34 temp RN 11 label 117 SUB temp, iWidth, #1 122 ORR iWidth, iWidth, temp, LSL #16 217 SUB temp, iWidth, #1 222 ORR iWidth, iWidth, temp, LSL #16 255 SUB temp, iWidth, #1 260 ORR iWidth, iWidth, temp, LSL #16
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimetools.py | 200 TEMP=/tmp/@uu.$$ 201 sed "s%^begin [0-7][0-7]* .*%begin 600 $TEMP%" | uudecode 202 cat $TEMP 203 rm $TEMP 231 temp = os.fdopen(fd, 'w') 232 copyliteral(input, temp) 233 temp.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimetools.py | 200 TEMP=/tmp/@uu.$$ 201 sed "s%^begin [0-7][0-7]* .*%begin 600 $TEMP%" | uudecode 202 cat $TEMP 203 rm $TEMP 231 temp = os.fdopen(fd, 'w') 232 copyliteral(input, temp) 233 temp.close()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
icusvtst.cpp | 207 UnicodeString temp; 208 lrmsg(temp, message, lhs, rhs); 211 logln(temp); 213 errln(temp); 224 UnicodeString temp; local 225 lrmsg(temp, message, lhs, rhs); 228 logln(temp); 230 errln(temp); 241 UnicodeString temp; local 242 lrmsg(temp, message, lhs, rhs) 258 UnicodeString temp; local 275 UnicodeString temp = message; local 292 UnicodeString temp; local 569 UnicodeString temp; local 1231 UnicodeString temp; local 1311 UnicodeString temp; local 1330 UnicodeString temp; local [all...] |
/external/icu4c/test/intltest/ |
icusvtst.cpp | 207 UnicodeString temp; 208 lrmsg(temp, message, lhs, rhs); 211 logln(temp); 213 errln(temp); 224 UnicodeString temp; local 225 lrmsg(temp, message, lhs, rhs); 228 logln(temp); 230 errln(temp); 241 UnicodeString temp; local 242 lrmsg(temp, message, lhs, rhs) 258 UnicodeString temp; local 275 UnicodeString temp = message; local 292 UnicodeString temp; local 569 UnicodeString temp; local 1231 UnicodeString temp; local 1311 UnicodeString temp; local 1330 UnicodeString temp; local [all...] |
/external/e2fsprogs/intl/ |
Makefile.in | 312 temp=$(DESTDIR)$(libdir)/t-charset.alias; \ 316 sed -f ref-add.sed $$orig > $$temp; \ 317 $(INSTALL_DATA) $$temp $$dest; \ 318 rm -f $$temp; \ 322 sed -f ref-add.sed $$orig > $$temp; \ 323 $(INSTALL_DATA) $$temp $$dest; \ 324 rm -f $$temp; \ 331 temp=$(DESTDIR)$(localedir)/t-locale.alias; \ 333 sed -f ref-add.sed $$orig > $$temp; \ 334 $(INSTALL_DATA) $$temp $$dest; [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_BitDec_s.h | 152 ;// $T1 - corrupted temp/scratch register 177 ;// $T1 - corrupted temp/scratch register 200 ;// $T1 - corrupted temp/scratch register 228 ;// $T1 - corrupted temp/scratch register 257 ;// $T1 - corrupted temp/scratch register 258 ;// $T2 - corrupted temp/scratch register 294 ;// $T1 - corrupted temp/scratch register 295 ;// $T2 - corrupted temp/scratch register 321 ;// $T1 - corrupted temp/scratch register 322 ;// $T2 - corrupted temp/scratch registe [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_BitDec_s.h | 152 ;// $T1 - corrupted temp/scratch register 177 ;// $T1 - corrupted temp/scratch register 200 ;// $T1 - corrupted temp/scratch register 228 ;// $T1 - corrupted temp/scratch register 257 ;// $T1 - corrupted temp/scratch register 258 ;// $T2 - corrupted temp/scratch register 294 ;// $T1 - corrupted temp/scratch register 295 ;// $T2 - corrupted temp/scratch register 321 ;// $T1 - corrupted temp/scratch register 322 ;// $T2 - corrupted temp/scratch registe [all...] |
/external/v8/src/x64/ |
lithium-x64.h | 546 LModI(LOperand* left, LOperand* right, LOperand* temp) { 549 temps_[0] = temp; 559 LDivI(LOperand* left, LOperand* right, LOperand* temp) { 562 temps_[0] = temp; 641 LIsNilAndBranch(LOperand* value, LOperand* temp) { 643 temps_[0] = temp; 671 explicit LIsStringAndBranch(LOperand* value, LOperand* temp) { 673 temps_[0] = temp; 698 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { 700 temps_[0] = temp; [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
password_manager_browsertest.cc | 161 "document.getElementById('username_field').value = 'temp';" 177 "document.getElementById('username_field').value = 'temp';" 194 "document.getElementById('username_field').value = 'temp';" 244 "frame_doc.getElementById('username_field').value = 'temp';" 270 "frame_doc.getElementById('username_field').value = 'temp';" 295 "document.getElementById('username_field').value = 'temp';" 313 "document.getElementById('username_field').value = 'temp';" 388 "iframe_doc.getElementById('username_field').value = 'temp';" 405 "document.getElementById('username_field_no_name').value = 'temp';" 421 "document.getElementsByName('username_field_no_id')[0].value = 'temp';" [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
ext_lang_enc.cc | 396 char temp[4]; local 397 memcpy(temp, src, 4); 398 temp[2] = '\0'; 399 LanguageFromCode(temp, &retlang); 402 char temp[4]; local 403 memcpy(temp, src, 4); 404 temp[3] = '\0'; 405 LanguageFromCode(temp, &retlang); 511 char temp[5]; local 515 memcpy(temp, src2, 4) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_fpc_optimize.c | 194 * MUL OUT[0].xyz, TEMP[1], TEMP[2] 195 * MOV OUT[0].w, TEMP[2] 197 * MUL OUT[0].xyzw, TEMP[1].xyz1, TEMP[2] 253 * MOV TEMP[0].xyz TEMP[0].xyzx 277 * *** TEMP[0], TEMP[1], TEMP[2 [all...] |
/external/llvm/test/CodeGen/ARM/ |
fast-isel-intrinsic.ll | 13 @temp = common global [60 x i8] zeroinitializer, align 1 84 call void @llvm.memcpy.p0i8.p0i8.i32(i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 4), i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 16), i32 17, i32 4, i1 false) 122 call void @llvm.memmove.p0i8.p0i8.i32(i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 4), i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 16), i32 10, i32 1, i1 false) 149 call void @llvm.memcpy.p0i8.p0i8.i32(i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 4), i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 16), i32 10, i32 4, i1 false) 186 call void @llvm.memcpy.p0i8.p0i8.i32(i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 4), i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 16), i32 10, i32 2, i1 false) 241 call void @llvm.memcpy.p0i8.p0i8.i32(i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 4), i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 16), i32 10, i32 1, i1 fa (…) [all...] |
/external/llvm/unittests/Support/ |
Path.cpp | 165 // Create a temp file. 169 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath)); 181 fs::createTemporaryFile("prefix", "temp", FileDescriptor2, TempPath2)); 214 // Create a temp file. 218 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath)); 225 // Create another temp tile. 228 ASSERT_NO_ERROR(fs::createTemporaryFile("prefix", "temp", FD2, TempPath2)); 229 ASSERT_TRUE(TempPath2.endswith(".temp")); 413 // Create a temp file. 417 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath)) [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_fpc_optimize.c | 194 * MUL OUT[0].xyz, TEMP[1], TEMP[2] 195 * MOV OUT[0].w, TEMP[2] 197 * MUL OUT[0].xyzw, TEMP[1].xyz1, TEMP[2] 253 * MOV TEMP[0].xyz TEMP[0].xyzx 277 * *** TEMP[0], TEMP[1], TEMP[2 [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
agc2_amr_wb.cpp | 128 int16 temp; local 132 temp = sig_out[0] >> 2; 133 s = fxp_mul_16by16(temp, temp) << 1; 136 temp = sig_out[i] >> 2; 137 s = mac_16by16_to_int32(s, temp, temp); 150 temp = sig_in[0] >> 2; 151 s = mul_16by16_to_int32(temp, temp); [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduParser.java | 965 int temp = pduDataStream.read(); local 1001 int temp = pduDataStream.read(); local 1029 int temp = pduDataStream.read(); local 1088 int temp = pduDataStream.read(); local 1191 int temp = pduDataStream.read(); local 1224 int temp = pduDataStream.read(); local 1244 int temp = pduDataStream.read(); local 1267 int temp = pduDataStream.read(); local 1300 int temp = pduDataStream.read(); local 1531 int temp = pduDataStream.read(); local [all...] |
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
gUnit.g | 224 String temp = null; 227 if ( newline.length()==1 && getText().length()==5 ) temp = ""; 228 else if ( newline.length()==2 && getText().length()==6 ) temp = ""; 229 else temp = getText().substring(newFrontIndex, newEndIndex); 232 temp = getText().substring(newFrontIndex, oldEndIndex); 235 temp = getText().substring(oldFrontIndex, newEndIndex); 238 temp = getText().substring(oldFrontIndex, oldEndIndex); 241 BufferedReader bufReader = new BufferedReader(new StringReader(temp)); 255 setText(temp);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_algebraic.cpp | 108 ir_rvalue *temp = ir2->operands[op2]; local 110 ir1->operands[op1] = temp; 191 ir_expression *temp; local 264 temp = new(mem_ctx) ir_expression(ir_unop_neg, 268 return swizzle_if_required(ir, temp); 306 temp = new(mem_ctx) ir_expression(ir_unop_rcp, 310 return swizzle_if_required(ir, temp); 409 temp = new(mem_ctx) ir_expression(ir_unop_rsq, 413 return swizzle_if_required(ir, temp);
|