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

1234567891011>>

/external/chromium_org/v8/test/webkit/
H A Dlogical-or-jless.js29 var temp = failMessage || failMessage; variable
/external/libvpx/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
36 snprintf(temp, sizeof temp, "%d", density);
37 boot_property_add("qemu.sf.lcd_density", temp);
/external/chromium/testing/gtest/samples/
H A Dsample2.cc53 const char* const temp = MyString::CloneCString(a_c_string); local
55 c_string_ = temp;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h503 GLfloat temp[1] = { GL_NEAREST, }; local
504 cmd.Init(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, &temp[0]);
510 ExecuteImmediateCmd(cmd, sizeof(temp)));
519 GLfloat temp[1] = { GL_NEAREST, }; local
520 cmd.Init(GL_TEXTURE_1D, GL_TEXTURE_MAG_FILTER, &temp[0]);
522 ExecuteImmediateCmd(cmd, sizeof(temp)));
531 GLfloat temp[1] = { GL_NEAREST, }; local
532 cmd.Init(GL_TEXTURE_3D, GL_TEXTURE_MAG_FILTER, &temp[0]);
534 ExecuteImmediateCmd(cmd, sizeof(temp)));
543 GLfloat temp[ local
662 GLint temp[1] = { GL_NEAREST, }; local
678 GLint temp[1] = { GL_NEAREST, }; local
690 GLint temp[1] = { GL_NEAREST, }; local
702 GLint temp[1] = { GL_NEAREST, }; local
779 GLfloat temp[1 * 2] = { 0, }; local
855 GLfloat temp[2 * 2] = { 0, }; local
928 GLint temp[2 * 2] = { 0, }; local
1001 GLfloat temp[3 * 2] = { 0, }; local
1074 GLint temp[3 * 2] = { 0, }; local
1147 GLfloat temp[4 * 2] = { 0, }; local
1220 GLint temp[4 * 2] = { 0, }; local
1295 GLfloat temp[4 * 2] = { 0, }; local
1307 GLfloat temp[4 * 2] = { 0, }; local
1382 GLfloat temp[9 * 2] = { 0, }; local
1394 GLfloat temp[9 * 2] = { 0, }; local
1469 GLfloat temp[16 * 2] = { 0, }; local
1481 GLfloat temp[16 * 2] = { 0, }; local
1541 GLfloat temp[1] = { 0, }; local
1595 GLfloat temp[2] = { 0, }; local
1649 GLfloat temp[3] = { 0, }; local
1703 GLfloat temp[4] = { 0, }; local
[all...]
H A Dgles2_cmd_decoder_unittest_1_autogen.h487 GLuint temp = kInvalidClientId; local
488 cmd.Init(1, &temp);
490 ExecuteImmediateCmd(cmd, sizeof(temp)));
536 GLuint temp = kInvalidClientId; local
537 cmd.Init(1, &temp);
539 ExecuteImmediateCmd(cmd, sizeof(temp)));
594 GLuint temp = kInvalidClientId; local
595 cmd.Init(1, &temp);
597 ExecuteImmediateCmd(cmd, sizeof(temp)));
652 GLuint temp local
926 GLuint temp = kNewClientId; local
997 GLuint temp = kNewClientId; local
1042 GLuint temp = kNewClientId; local
1087 GLuint temp = kNewClientId; local
[all...]
/external/chromium_org/testing/gtest/samples/
H A Dsample2.cc53 const char* const temp = MyString::CloneCString(a_c_string); local
55 c_string_ = temp;
/external/chromium_org/third_party/smhasher/src/
H A DPlatform.cpp7 int64_t temp = rdtsc(); local
9 printf("%d",(int)temp);
/external/gtest/samples/
H A Dsample2.cc53 const char* const temp = MyString::CloneCString(a_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/ceres-solver/internal/ceres/
H A Dstl_util.h52 ForwardIterator temp = begin; local
54 delete *temp;
66 ForwardIterator temp = begin; local
68 delete *temp;
/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...]
/external/chromium_org/base/
H A Dbase64.cc12 std::string temp; local
13 temp.resize(modp_b64_encode_len(input.size())); // makes room for null byte
18 // modp_b64_encode_len() returns at least 1, so temp[0] is safe to use.
19 size_t output_size = modp_b64_encode(&(temp[0]), input.data(), input_size);
23 temp.resize(output_size); // strips off null byte
24 output->swap(temp);
29 std::string temp; local
30 temp.resize(modp_b64_decode_len(input.size()));
34 size_t output_size = modp_b64_decode(&(temp[0]), input.data(), input_size);
38 temp
[all...]
/external/chromium_org/gpu/ipc/
H A Dgpu_command_buffer_traits.cc23 int32 temp; local
28 ReadParam(m, iter, &temp) &&
30 p->error = static_cast<gpu::error::Error>(temp);
/external/chromium_org/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);
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dr1mpyq.h15 Scalar temp = v_givens[j].c() * a[i+m*j] - v_givens[j].s() * a[i+m*(n-1)]; local
17 a[i+m*j] = temp;
22 Scalar temp = w_givens[j].c() * a[i+m*j] + w_givens[j].s() * a[i+m*(n-1)]; local
24 a[i+m*j] = temp;
/external/icu4c/common/
H A Dustrfmt.c34 UChar temp; local
52 temp = buffer[(length-1) - j];
54 buffer[j] = temp;
/external/srtp/crypto/include/
H A Dkernel_compat.h73 uint32_t temp; local
74 get_random_bytes(&temp, sizeof(temp));
75 return temp % (RAND_MAX+1);
/external/chromium/base/memory/
H A Dscoped_handle.h35 FILE* temp = handle_; local
37 return temp;
/external/chromium/base/win/
H A Devent_trace_controller_unittest.cc142 FilePath temp; local
144 ASSERT_HRESULT_SUCCEEDED(file_util::CreateTemporaryFile(&temp));
148 temp.value().c_str());
/external/chromium/crypto/
H A Dsignature_creator_win.cc46 std::vector<uint8> temp; local
47 temp.resize(signature_length);
48 if (!CryptSignHash(hash_object_, AT_SIGNATURE, NULL, 0, &temp.front(),
53 temp.resize(signature_length);
54 for (size_t i = temp.size(); i > 0; --i)
55 signature->push_back(temp[i - 1]);

Completed in 738 milliseconds

1234567891011>>