Searched defs:temp (Results 1 - 25 of 484) sorted by relevance

1234567891011>>

/external/libvpx/vp8/common/
H A Dswapyv12buffer.c16 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/qemu/android/
H A Dhw-lcd.c19 char temp[8]; local
29 snprintf(temp, sizeof temp, "%d", density);
30 boot_property_add("qemu.sf.lcd_density", temp);
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Array/
H A Dregress-108440.js51 var temp = ''; variable
60 temp = (a[a.length]=a);
68 temp = prop;
69 temp = (a[a.length] = self[prop]);
/external/gtest/samples/
H A Dsample2.cc53 const char * const temp = MyString::CloneCString(c_string); local
55 c_string_ = temp;
/external/protobuf/gtest/samples/
H A Dsample2.cc53 const char * const temp = MyString::CloneCString(c_string); local
55 c_string_ = temp;
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_pan.c63 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
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pan.c63 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
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pan.c63 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
[all...]
/external/chromium/base/
H A Dbase64.cc12 std::string temp; local
13 temp.resize(modp_b64_encode_len(input.size())); // makes room for null byte
17 int output_size= modp_b64_encode(&(temp[0]), input.data(), input_size);
21 temp.resize(output_size); // strips off null byte
22 output->swap(temp);
27 std::string temp; local
28 temp.resize(modp_b64_decode_len(input.size()));
32 int output_size = modp_b64_decode(&(temp[0]), input.data(), input_size);
36 temp.resize(output_size);
37 output->swap(temp);
[all...]
H A Devent_trace_controller_win_unittest.cc135 FilePath temp; local
137 ASSERT_HRESULT_SUCCEEDED(file_util::CreateTemporaryFile(&temp));
141 temp.value().c_str());
H A Dscoped_handle.h38 FILE* temp = handle_; local
40 return temp;
H A Dscoped_cftyperef.h58 CFT temp = that.object_; local
60 object_ = temp;
67 CFT temp = object_; local
69 return temp;
/external/chromium/third_party/icu/source/common/
H A Dustrfmt.c34 UChar temp; local
52 temp = buffer[(length-1) - j];
54 buffer[j] = temp;
/external/e2fsprogs/ext2ed/
H A Dext2_com.c53 char temp [80],buffer [80],*ptr; local
69 sprintf (temp,"cd %s",buffer+1);dispatch (temp);
H A Ddisk.c46 char temp [80]; local
53 sprintf (temp,"Seek offset %ld is out of range",offset);
54 internal_error (temp,"disk","low_read");
85 char temp [80]; local
105 sprintf (temp,"Seek offset %ld is out of range",offset);
106 internal_error (temp,"disk","low_write");
/external/icu4c/common/
H A Dustrfmt.c34 UChar temp; local
52 temp = buffer[(length-1) - j];
54 buffer[j] = temp;
/external/chromium/base/crypto/
H A Dsignature_creator_win.cc53 std::vector<uint8> temp; local
54 temp.resize(signature_length);
55 if (!CryptSignHash(hash_object_, AT_SIGNATURE, NULL, 0, &temp.front(),
60 temp.resize(signature_length);
61 for (size_t i = temp.size(); i > 0; --i)
62 signature->push_back(temp[i - 1]);
/external/iproute2/lib/
H A Dll_addr.c76 int temp; local
82 if (sscanf(arg, "%x", &temp) != 1) {
86 if (temp < 0 || temp > 255) {
90 lladdr[i] = temp;
/external/protobuf/src/google/protobuf/
H A Dmessage_unittest.cc92 string temp = stream.str(); local
93 EXPECT_TRUE(temp == str1);
/external/protobuf/src/google/protobuf/stubs/
H A Dstl_util-inl.h55 ForwardIterator temp = begin; local
57 delete *temp;
/external/qemu/distrib/sdl-1.2.12/src/joystick/amigaos/
H A DSDL_sysjoystick.c114 ULONG temp,i; local
124 temp=ReadJoyPort(joystick->index^1); // fix to invert amiga joyports
128 if((temp&JP_TYPE_MASK)==JP_TYPE_GAMECTLR)
/external/srec/shared/src/
H A DLStringImpl.c62 LCHAR* temp = REALLOC(impl->value, sizeof(LCHAR) * (needed + (impl->size / 2))); local
63 if (temp == NULL)
66 impl->value = temp;
/external/srec/srec/cfront/
H A Dsh_down.h45 int temp, retval; local
49 temp = value;
51 temp = -value;
53 retval = temp << shift;
55 if ((retval > (int)LONG_MAX) || (retval < temp)) /* TODO: max_val if LONG_MAX, overflow won't be detected */
/external/v8/src/ia32/
H A Dvirtual-frame-ia32.cc89 Result temp = cgen()->allocator()->Allocate(); local
90 ASSERT(temp.is_valid());
91 __ mov(temp.reg(), Operand(ebp, fp_relative(backing_index)));
92 __ mov(Operand(ebp, fp_relative(index)), temp.reg());
524 Result temp = cgen()->allocator()->Allocate();
525 ASSERT(temp.is_valid());
526 __ Set(temp.reg(), Immediate(undefined));
528 __ push(temp.reg());
565 Result temp = cgen()->allocator()->Allocate();
566 ASSERT(temp
[all...]
/external/webkit/WebCore/wml/
H A DWMLTemplateElement.cpp103 WMLTemplateElement* temp = static_cast<WMLTemplateElement*>(nodeList->item(i)); local
109 (*it)->setTemplateElement(temp);

Completed in 284 milliseconds

1234567891011>>