Home
last modified time | relevance | path

Searched refs:temp (Results 1451 - 1475 of 1967) sorted by relevance

1...<<51525354555657585960>>...79

/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress07.c68 FILE *temp; variable
/third_party/python/Tools/buildbot/
H A DremoteDeploy.bat34 ssh %SSH_SERVER% "md %REMOTE_PYTHON_DIR%temp"
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelPipeline.hpp58 void blendTexture(Vector4s &temp, Vector4s &texture, int stage);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp5034 GLuint temp = 0; in iterate() local
5041 test_case.m_dst_format, test_case.m_dst_type, temp); in iterate()
5043 test_case.m_src_format, test_case.m_src_type, temp); in iterate()
5161 GLuint temp = 0; in iterate() local
5174 Utils::prepareTex16x16x6(m_context, test_case.m_dst_target, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, temp); in iterate()
5187 Utils::prepareTex16x16x6(m_context, test_case.m_src_target, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, temp); in iterate()
5339 GLuint temp = 0; in iterate() local
5346 Utils::prepareTex16x16x6(m_context, test_case.m_tex_target, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, temp); in iterate()
5348 Utils::prepareTex16x16x6(m_context, test_case.m_tex_target, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, temp); in iterate()
5512 GLuint temp in iterate() local
5661 GLuint temp = 0; iterate() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc1695 Register temp = AllocateRegister(&used);
1719 LoadImmediate(temp, Heap::kZap32Bits);
1720 cmp(old_value, Operand(temp));
1722 LoadObject(temp, Object::null_object());
1723 cmp(old_value, Operand(temp));
1735 ldr(temp, address);
1736 cmp(old_value, Operand(temp));
2554 void Assembler::Vsqrtqs(QRegister qd, QRegister qm, QRegister temp) {
2555 ASSERT(temp != QTMP);
2559 if (temp !
[all...]
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp148 uint32_t temp = flag[0]; in StringToInt() local
150 temp <<= MOVE_LEFT_NUM; in StringToInt()
151 temp += flag[i]; in StringToInt()
153 return temp; in StringToInt()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp141 uint32_t temp = flag[0]; in StringToInt() local
143 temp <<= MOVE_LEFT_NUM; in StringToInt()
144 temp += flag[i]; in StringToInt()
146 return temp; in StringToInt()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c391 uint8_t *temp = outBuff->buf; in GenerateExpandData() local
392 if (memcpy_s(temp, outBuff->maxSize, (uint8_t *)str, strlen(str)) != EOK) { in GenerateExpandData()
398 temp += dataLen; in GenerateExpandData()
399 if (memcpy_s(temp, outBuff->maxSize - dataLen, data, dataLen) != EOK) { in GenerateExpandData()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp393 size_t temp = currentRequest_->GetFileContentLength() - static_cast<size_t>(currentRequest_->startPos_); in Seek() local
394 currentRequest_->requestSize_ = static_cast<int>(std::min(temp, static_cast<size_t>(PER_REQUEST_SIZE))); in Seek()
497 int64_t temp = currentRequest_->endPos_ - currentRequest_->startPos_ + 1; in BeginDownload() local
498 currentRequest_->requestSize_ = static_cast<int>(std::min(temp, static_cast<int64_t>(PER_REQUEST_SIZE))); in BeginDownload()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp572 int32_t temp = TransErrorCode(errno); in ExecGetAddressesByName() local
573 context->SetErrorCode(temp); in ExecGetAddressesByName()
631 int32_t temp = TransErrorCode(errno); in ExecGetAddressByName() local
632 context->SetErrorCode(temp); in ExecGetAddressByName()
/third_party/ffmpeg/libavcodec/
H A Datrac9dec.c104 DECLARE_ALIGNED(32, float, temp)[256];
781 s->imdct.imdct_half(&s->imdct, s->temp, c->coeffs); in atrac9_decode_block()
782 s->fdsp->vector_fmul_window(dst, c->prev_win, s->temp, in atrac9_decode_block()
784 memcpy(c->prev_win, s->temp + (wsize >> 1), sizeof(float)*wsize >> 1); in atrac9_decode_block()
H A Dcavsdsp.c348 int16_t temp[8*(8+5)];\
349 int16_t *tmp = temp;\
369 tmp = temp+8*2; \
398 tmp = temp+8*2; \
/third_party/cups-filters/filter/
H A Dimagetopdf.c736 fprintf(stderr, "DEBUG: imagetopdf - copying to temp print file \"%s\"\n", in main()
742 "DEBUG: imagetopdf - write error on temp print file \"%s\"\n", in main()
1092 float temp = pw; in main() local
1094 ph = temp; in main()
1102 int temp = pw; in main() local
1104 ph = temp; in main()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java1027 MessageFormat temp = new MessageFormat(pattern); in format()
1028 return temp.format(arguments); in format()
1045 MessageFormat temp = new MessageFormat(pattern); in format()
1046 return temp.format(arguments); in format()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleTest.java153 String temp =sub.getString(); in TestOpen()
154 if(temp.length()==0){ in TestOpen()
158 //System.out.println("\""+prettify(temp)+"\""); in TestOpen()
170 String temp =sub.getString(); in TestOpen()
171 if(temp.length()==0){ in TestOpen()
175 // System.out.println("\""+prettify(temp)+"\""); in TestOpen()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java242 int temp = next; in containsSpanUTF16()
244 matchLimit = temp; in containsSpanUTF16()
340 int temp = length; in containsSpanBackUTF16()
342 matchStart = temp; in containsSpanBackUTF16()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java150 String temp =sub.getString(); in TestOpen()
151 if(temp.length()==0){ in TestOpen()
155 //System.out.println("\""+prettify(temp)+"\""); in TestOpen()
167 String temp =sub.getString(); in TestOpen()
168 if(temp.length()==0){ in TestOpen()
172 // System.out.println("\""+prettify(temp)+"\""); in TestOpen()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessageFormat.java1003 MessageFormat temp = new MessageFormat(pattern); in format()
1004 return temp.format(arguments); in format()
1020 MessageFormat temp = new MessageFormat(pattern); in format()
1021 return temp.format(arguments); in format()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java239 int temp = next; in containsSpanUTF16()
241 matchLimit = temp; in containsSpanUTF16()
337 int temp = length; in containsSpanBackUTF16()
339 matchStart = temp; in containsSpanBackUTF16()
/third_party/libcoap/src/
H A Dcoap_tinydtls.c410 coap_bin_const_t temp; in get_psk_info() local
411 temp.s = id; in get_psk_info()
412 temp.length = id_len; in get_psk_info()
413 coap_session_refresh_psk_hint(coap_session, &temp); in get_psk_info()
/third_party/lame/ACM/
H A DACM.cpp1209 char temp[ACMFORMATDETAILS_FORMAT_CHARS]; in GetMP3FormatForIndex() local
1242 wsprintfA( temp, "%d Hz, %d kbps ABR, %s", the_Format.nSamplesPerSec, the_Format.nAvgBytesPerSec * 8 / 1000, (the_Format.nChannels == 1)?"Mono":"Stereo"); in GetMP3FormatForIndex()
1244 wsprintfA( temp, "%d Hz, %d kbps CBR, %s", the_Format.nSamplesPerSec, the_Format.nAvgBytesPerSec * 8 / 1000, (the_Format.nChannels == 1)?"Mono":"Stereo"); in GetMP3FormatForIndex()
1246 MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, temp, -1, the_String, ACMFORMATDETAILS_FORMAT_CHARS); in GetMP3FormatForIndex()
/third_party/mesa3d/src/amd/compiler/
H A Daco_scheduler.cpp248 const RegisterDemand temp = get_temp_registers(instr); local
250 const RegisterDemand new_demand = register_demand[dest_insert_idx - 1] - temp2 + temp;
372 const RegisterDemand temp = get_temp_registers(instr);
377 register_demand[cursor.insert_idx - 1] - temp2 + candidate_diff + temp;
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c41 type *temp = ralloc_array(mem_ctx, type, count); \
42 if (!temp) return VK_ERROR_OUT_OF_HOST_MEMORY; \
43 memcpy(temp, (src), sizeof(type) * count); \
44 dst = temp; \
/third_party/lzma/Asm/arm64/
H A DLzmaDecOpt.S103 # x8 t2 : (LITM) temp : (TREE) temp
104 # x4 t3 : (LITM) bit : (TREE) temp : UPDATE_0/UPDATE_0 temp
/third_party/mksh/
H A Dhistrap.c88 struct temp *tf; in c_fc()
261 char **temp; in c_fc() local
263 temp = hfirst; hfirst = hlast; hlast = temp; in c_fc()

Completed in 52 milliseconds

1...<<51525354555657585960>>...79