/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress07.c | 68 FILE *temp; variable
|
/third_party/python/Tools/buildbot/ |
H A D | remoteDeploy.bat | 34 ssh %SSH_SERVER% "md %REMOTE_PYTHON_DIR%temp"
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelPipeline.hpp | 58 void blendTexture(Vector4s &temp, Vector4s &texture, int stage);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 5034 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 D | assembler_arm.cc | 1695 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 D | audio_hdi_common.cpp | 148 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 D | hdi_service_common.cpp | 141 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 D | pin_db.c | 391 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 D | downloader.cpp | 393 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 D | connection_exec.cpp | 572 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 D | atrac9dec.c | 104 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 D | cavsdsp.c | 348 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 D | imagetopdf.c | 736 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 D | MessageFormat.java | 1027 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 D | ICUResourceBundleTest.java | 153 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 D | UnicodeSetStringSpanTest.java | 242 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 D | ICUResourceBundleTest.java | 150 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 D | MessageFormat.java | 1003 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 D | UnicodeSetStringSpanTest.java | 239 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 D | coap_tinydtls.c | 410 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 D | ACM.cpp | 1209 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 D | aco_scheduler.cpp | 248 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 D | lvp_pipeline.c | 41 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 D | LzmaDecOpt.S | 103 # x8 t2 : (LITM) temp : (TREE) temp 104 # x4 t3 : (LITM) bit : (TREE) temp : UPDATE_0/UPDATE_0 temp
|
/third_party/mksh/ |
H A D | histrap.c | 88 struct temp *tf; in c_fc() 261 char **temp; in c_fc() local 263 temp = hfirst; hfirst = hlast; hlast = temp; in c_fc()
|