Home
last modified time | relevance | path

Searched refs:temp (Results 851 - 875 of 1945) sorted by relevance

1...<<31323334353637383940>>...78

/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp96 TiXmlNode* temp = 0; in ~TiXmlNode() local
100 temp = node; in ~TiXmlNode()
102 delete temp; in ~TiXmlNode()
110 TiXmlNode* temp = 0; in Clear() local
114 temp = node; in Clear()
116 delete temp; in Clear()
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h125 Register temp = t7; in CallBuiltin() local
126 __ LoadEntryFromBuiltin(builtin, temp); in CallBuiltin()
127 __ Call(temp); in CallBuiltin()
133 Register temp = t7; in TailCallBuiltin() local
134 __ LoadEntryFromBuiltin(builtin, temp); in TailCallBuiltin()
135 __ Jump(temp); in TailCallBuiltin()
/third_party/node/deps/v8/src/baseline/ppc/
H A Dbaseline-assembler-ppc-inl.h216 Register temp = temps.AcquireScratch(); in CallBuiltin() local
217 __ LoadEntryFromBuiltin(builtin, temp); in CallBuiltin()
218 __ Call(temp); in CallBuiltin()
230 Register temp = temps.AcquireScratch(); in TailCallBuiltin() local
231 __ LoadEntryFromBuiltin(builtin, temp); in TailCallBuiltin()
232 __ Jump(temp); in TailCallBuiltin()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdarith.c119 register JLONG qe, temp; in arith_decode() local
166 temp = e->a - qe; in arith_decode()
167 e->a = temp; in arith_decode()
168 temp <<= e->ct; in arith_decode()
169 if (e->c >= temp) { in arith_decode()
170 e->c -= temp; in arith_decode()
/third_party/python/Modules/
H A Dmd5module.c397 struct md5_state temp; in MD5Type_digest_impl() local
399 temp = self->hash_state; in MD5Type_digest_impl()
400 md5_done(&temp, digest); in MD5Type_digest_impl()
415 struct md5_state temp; in MD5Type_hexdigest_impl() local
418 temp = self->hash_state; in MD5Type_hexdigest_impl()
419 md5_done(&temp, digest); in MD5Type_hexdigest_impl()
H A D_csv.c1723 PyObject *temp; in csv_exec() local
1726 temp = PyType_FromModuleAndSpec(module, &Dialect_Type_spec, NULL); in csv_exec()
1727 module_state->dialect_type = (PyTypeObject *)temp; in csv_exec()
1728 if (PyModule_AddObjectRef(module, "Dialect", temp) < 0) { in csv_exec()
1732 temp = PyType_FromModuleAndSpec(module, &Reader_Type_spec, NULL); in csv_exec()
1733 module_state->reader_type = (PyTypeObject *)temp; in csv_exec()
1734 if (PyModule_AddObjectRef(module, "Reader", temp) < 0) { in csv_exec()
1738 temp = PyType_FromModuleAndSpec(module, &Writer_Type_spec, NULL); in csv_exec()
1739 module_state->writer_type = (PyTypeObject *)temp; in csv_exec()
1740 if (PyModule_AddObjectRef(module, "Writer", temp) < in csv_exec()
[all...]
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp313 SkPath temp; in ApplyAddArc() local
316 temp.addArc(bounds, SkRadiansToDegrees(startAngle), sweep); in ApplyAddArc()
317 path.addPath(temp, SkPath::kExtend_AddPathMode); in ApplyAddArc()
325 SkPath temp; in ApplyEllipse() local
327 temp.addArc(bounds, SkRadiansToDegrees(startAngle), sweep); in ApplyEllipse()
331 path.addPath(temp, m, SkPath::kExtend_AddPathMode); in ApplyEllipse()
/third_party/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp292 UnicodeString temp; in test4031502() local
293 logln(zone->getID(temp) + " " + in test4031502()
780 UnicodeString temp; in test4086724() local
782 logln(date->format(now, temp, pos)); in test4086724()
785 logln(date->format(now,temp, pos)); in test4086724()
788 logln(date->format(now,temp, pos)); in test4086724()
791 logln(date->format(now,temp, pos)); in test4086724()
1025 UnicodeString temp; in test4103271() local
1027 output = testDesc + " - " + sdf.format(d,temp,pos) + "\t"; in test4103271()
1258 UnicodeString temp; in test4106136() local
1475 UnicodeString temp; test4125881() local
1770 UnicodeString temp; Test4149677() local
1985 UnicodeString temp; Test4167060() local
2090 UnicodeString temp, temp2, temp3; TestJ81() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp53 Component::AnimationsNode *temp = point->next; in ReleaseAnimations() local
59 point = temp; in ReleaseAnimations()
1760 Component *temp = childHead_; in AddChild() local
1761 while ((temp != nullptr) && (temp->GetNextSibling() != nullptr)) { in AddChild()
1762 if (temp == childNode) { in AddChild()
1766 temp = const_cast<Component *>(temp->GetNextSibling()); in AddChild()
1769 temp->SetNextSibling(childNode); in AddChild()
1796 Component *temp in RemoveChild() local
[all...]
/third_party/alsa-utils/topology/
H A Dpre-process-object.c1393 char *arg_value, *temp; in tplg_construct_object_name() local
1454 temp = tplg_snprintf("%s.%s", new_name, arg_value); in tplg_construct_object_name()
1456 if (!temp) { in tplg_construct_object_name()
1461 new_name = temp; in tplg_construct_object_name()
1737 char *temp; in tplg_evaluate_config_string() local
1750 temp = tplg_snprintf("%s%s", current_str, prefix); in tplg_evaluate_config_string()
1751 if (!temp) { in tplg_evaluate_config_string()
1756 ret = snd_config_set_string(*dst, temp); in tplg_evaluate_config_string()
1757 free(temp); in tplg_evaluate_config_string()
1783 temp in tplg_evaluate_config_string()
2013 snd_config_t *parent_instance, *parent_obj, *temp; tplg_pre_process_objects() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp2718 int temp = i; in dng_lossless_encoder() local
2721 while (temp >>= 1) in dng_lossless_encoder()
2858 int temp = diff; in CountOneDiff() local
2860 if (temp < 0) in CountOneDiff()
2863 temp = -temp; in CountOneDiff()
2869 int nbits = temp >= 256 ? numBitsTable [temp >> 8 ] + 8 in CountOneDiff()
2870 : numBitsTable [temp & 0xFF]; in CountOneDiff()
2901 int temp in EncodeOneDiff() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp151 Temp temp; member
163 label &= ~(instr_mod_labels | temp_labels | val_labels); /* instr, temp and val alias */ in add_label()
167 label &= ~(temp_labels | val_labels); /* instr, temp and val alias */ in add_label()
172 label &= ~(instr_labels | val_labels); /* instr, temp and val alias */ in add_label()
179 label &= ~(instr_labels | temp_labels); /* instr, temp and val alias */ in add_label()
182 label &= ~(instr_labels | temp_labels); /* instr, temp and val alias */ in add_label()
255 temp = abs_temp; in set_abs()
263 temp = neg_temp; in set_neg()
271 temp = neg_abs_temp; in set_neg_abs()
285 temp in set_temp()
535 pseudo_propagate_temp(opt_ctx& ctx, aco_ptr<Instruction>& instr, Temp temp, unsigned index) pseudo_propagate_temp() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvif.h30 float *data_buf[13], float **temp, int nb_threads);
/third_party/backends/backend/
H A Dhp5400_internal.c477 FILE *temp; variable
526 temp = fopen ("imagedebug.dat", "w+b"); in CircBufferInit()
601 ,temp in CircBufferGetLine()
679 fclose (temp); in CircBufferExit()
680 temp = NULL; in CircBufferExit()
1559 FILE *temp = fopen (argv[2], "r+b"); in main() local
1560 if (temp) in main()
1564 fseek (temp, 0, SEEK_SET); in main()
1565 DecodeImage (temp, planes, bpp, planes * bpp * width, height, in main()
1567 fclose (temp); in main()
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java664 int temp[] = new int[newlength]; in addToIntArray()
665 System.arraycopy(destination, 0, temp, 0, offset); in addToIntArray()
666 destination = temp; in addToIntArray()
689 long temp[] = new long[newlength]; in addToLongArray()
690 System.arraycopy(destination, 0, temp, 0, offset); in addToLongArray()
691 destination = temp; in addToLongArray()
725 int[] temp = addToIntArray(cetable, offset, newce, in initializePatternCETable()
728 cetable = temp; in initializePatternCETable()
771 long[] temp = addToLongArray(pcetable, offset, pcetablesize, pce, patternlength - coleiter.getOffset() + 1); in initializePatternPCETable()
773 pcetable = temp; in initializePatternPCETable()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringSearch.java647 int temp[] = new int[newlength]; in addToIntArray()
648 System.arraycopy(destination, 0, temp, 0, offset); in addToIntArray()
649 destination = temp; in addToIntArray()
672 long temp[] = new long[newlength]; in addToLongArray()
673 System.arraycopy(destination, 0, temp, 0, offset); in addToLongArray()
674 destination = temp; in addToLongArray()
708 int[] temp = addToIntArray(cetable, offset, newce, in initializePatternCETable()
711 cetable = temp; in initializePatternCETable()
754 long[] temp = addToLongArray(pcetable, offset, pcetablesize, pce, patternlength - coleiter.getOffset() + 1); in initializePatternPCETable()
756 pcetable = temp; in initializePatternPCETable()
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c315 float diff[4], temp[4]; in blend_quad() local
317 VEC4_MIN(temp, alpha, diff); in blend_quad()
318 VEC4_MUL(source[0], quadColor[0], temp); /* R */ in blend_quad()
319 VEC4_MUL(source[1], quadColor[1], temp); /* G */ in blend_quad()
320 VEC4_MUL(source[2], quadColor[2], temp); /* B */ in blend_quad()
570 float diff[4], temp[4]; in blend_quad() local
572 VEC4_MIN(temp, alpha, diff); in blend_quad()
573 VEC4_MUL(blend_dest[0], blend_dest[0], temp); /* R */ in blend_quad()
574 VEC4_MUL(blend_dest[1], blend_dest[1], temp); /* G */ in blend_quad()
575 VEC4_MUL(blend_dest[2], blend_dest[2], temp); /* in blend_quad()
[all...]
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py122 temp = []
126 temp.append(name)
127 return temp
725 def temp(self, /, *args, **kwds): function
735 temp.__name__ = typeid
736 setattr(cls, typeid, temp)
1008 temp = []
1011 temp.append('%s=%r' % (name, value))
1012 temp.sort()
1013 return '%s(%s)' % (self.__class__.__name__, ', '.join(temp))
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dusearch.cpp112 const UChar *temp = str + *offset; in getFCD() local
113 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD()
114 *offset = (int32_t)(temp - str); in getFCD()
199 int32_t *temp = (int32_t *)allocateMemory( in addTouint32_tArray() local
204 uprv_memcpy(temp, destination, sizeof(int32_t) * (size_t)offset); in addTouint32_tArray()
206 destination = temp; in addTouint32_tArray()
239 int64_t *temp = (int64_t *)allocateMemory( in addTouint64_tArray() local
246 uprv_memcpy(temp, destination, sizeof(int64_t) * (size_t)offset); in addTouint64_tArray()
248 destination = temp; in addTouint64_tArray()
302 int32_t *temp in initializePatternCETable() local
371 int64_t *temp = addTouint64_tArray(pcetable, offset, &pcetablesize, initializePatternPCETable() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c2560 usb_ticks_t temp; in usb_bus_powerd() local
2588 temp = CUR_TICKS - udev->pwr_save.last_xfer_time; in usb_bus_powerd()
2597 } else if ((temp >= limit) && in usb_bus_powerd()
2629 temp = CUR_TICKS - udev->pwr_save.last_xfer_time; in usb_bus_powerd()
2635 if (temp < mintime) in usb_bus_powerd()
2636 mintime = temp; in usb_bus_powerd()
2837 usb_timeout_t temp; in usb_dev_suspend_peer() local
2953 temp = usbd_get_dma_delay(udev); in usb_dev_suspend_peer()
2954 if (temp != 0) in usb_dev_suspend_peer()
2955 usb_pause_mtx(NULL, USB_MS_TO_TICKS(temp)); in usb_dev_suspend_peer()
3014 int8_t temp; usbd_filter_power_mode() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dusearch.cpp112 const char16_t *temp = str + *offset; in getFCD() local
113 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD()
114 *offset = (int32_t)(temp - str); in getFCD()
199 int32_t *temp = (int32_t *)allocateMemory( in addTouint32_tArray() local
204 uprv_memcpy(temp, destination, sizeof(int32_t) * (size_t)offset); in addTouint32_tArray()
206 destination = temp; in addTouint32_tArray()
239 int64_t *temp = (int64_t *)allocateMemory( in addTouint64_tArray() local
246 uprv_memcpy(temp, destination, sizeof(int64_t) * (size_t)offset); in addTouint64_tArray()
248 destination = temp; in addTouint64_tArray()
302 int32_t *temp in initializePatternCETable() local
371 int64_t *temp = addTouint64_tArray(pcetable, offset, &pcetablesize, initializePatternPCETable() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c49 temp(struct nvfx_fpc *fpc) in temp() function
488 src[i] = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction()
494 src[i] = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction()
504 src[i] = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction()
514 src[i] = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction()
541 tmp = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction()
563 tmp = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction()
574 tmp = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction()
584 tmp = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction()
631 tmp = nvfx_src(temp(fp in nvfx_fragprog_parse_instruction()
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.c1215 FT_Fixed temp[4]; in FT_LOCAL_DEF() local
1220 result = ps_tofixedarray( &cur, limit, 4, temp, 0 ); in FT_LOCAL_DEF()
1230 bbox->xMin = FT_RoundFix( temp[0] ); in FT_LOCAL_DEF()
1231 bbox->yMin = FT_RoundFix( temp[1] ); in FT_LOCAL_DEF()
1232 bbox->xMax = FT_RoundFix( temp[2] ); in FT_LOCAL_DEF()
1233 bbox->yMax = FT_RoundFix( temp[3] ); in FT_LOCAL_DEF()
1246 FT_Fixed* temp = NULL; in FT_LOCAL_DEF() local
1251 if ( FT_QNEW_ARRAY( temp, max_objects * 4 ) ) in FT_LOCAL_DEF()
1257 temp + i * max_objects, 0 ); in FT_LOCAL_DEF()
1271 FT_FREE( temp ); in FT_LOCAL_DEF()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp841 int64_t temp = spanDuration_ / 5 * 3; // 3/5 spanDuration in PrepareDeviceBuffer() local
842 serverAheadReadTime_ = temp < ONE_MILLISECOND_DURATION ? ONE_MILLISECOND_DURATION : temp; // at least 1ms ahead. in PrepareDeviceBuffer()
932 int64_t temp = ClockTime::GetCurNano() - writeTime; in RecordReSyncPosition() local
933 if (temp > spanDuration_) { in RecordReSyncPosition()
934 AUDIO_WARNING_LOG("GetDeviceHandleInfo cost long time %{public}" PRIu64".", temp); in RecordReSyncPosition()
958 int64_t temp = curTime - readTime; in ReSyncPosition() local
959 if (temp > spanDuration_) { in ReSyncPosition()
1390 BufferDesc temp; in MixToDupStream() local
1391 temp in MixToDupStream()
1625 BufferDesc temp; ProcessToDupStream() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsvq1enc.c376 uint8_t *temp = s->scratchbuf; in svq1_encode_plane() local
397 score[0] += encode_block(s, src + 16 * x, NULL, temp, stride, in svq1_encode_plane()
436 s->hdsp.put_pixels_tab[0][dxy](temp + 16*stride, in svq1_encode_plane()
441 score[1] += encode_block(s, src + 16 * x, temp + 16*stride, in svq1_encode_plane()
480 s->hdsp.put_pixels_tab[0][0](decoded, temp, stride, 16); in svq1_encode_plane()
555 s->m.me.temp = in svq1_encode_init()
566 if (!s->m.me.temp || !s->m.me.scratchpad || !s->m.me.map || in svq1_encode_init()

Completed in 41 milliseconds

1...<<31323334353637383940>>...78