Home
last modified time | relevance | path

Searched refs:temp (Results 1801 - 1825 of 4189) sorted by relevance

1...<<71727374757677787980>>...168

/kernel/linux/linux-6.6/drivers/char/agp/
H A Dalpha-agp.c89 void *temp; in alpha_core_agp_insert_memory() local
94 temp = agp_bridge->current_size; in alpha_core_agp_insert_memory()
95 num_entries = A_SIZE_FIX(temp)->num_entries; in alpha_core_agp_insert_memory()
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dhp03.c44 s32 temp; /* Deg. C */ member
151 priv->temp = 250 + ((dut * cx_val[5]) >> 16) - (dut >> coefs[17]); in hp03_update_temp_pressure()
181 *val = priv->temp; in hp03_read_raw()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dpeer.c169 struct wg_peer *peer, *temp; in wg_peer_remove_all() local
177 list_for_each_entry_safe(peer, temp, &wg->peer_list, peer_list) { in wg_peer_remove_all()
182 list_for_each_entry_safe(peer, temp, &dead_peers, peer_list) in wg_peer_remove_all()
H A Dratelimiter.c59 struct hlist_node *temp; in wg_ratelimiter_gc_entries() local
64 hlist_for_each_entry_safe(entry, temp, &table_v4[i], hash) { in wg_ratelimiter_gc_entries()
70 hlist_for_each_entry_safe(entry, temp, &table_v6[i], hash) { in wg_ratelimiter_gc_entries()
/kernel/liteos_a/testsuites/unittest/process/basic/process/
H A Dprocess_process_test.cpp57 int temp = sched_getaffinity(getpid(), sizeof(cpu_set_t), &cpuset); in GetCpuCount() local
58 if (temp != 0) { in GetCpuCount()
59 printf("%s %d Error : %d\n", __FUNCTION__, __LINE__, temp); in GetCpuCount()
/test/xts/acts/kernel_lite/utils/
H A Dutils.cpp258 int temp = sched_getaffinity(getpid(), sizeof(cpu_set_t), &cpuset); in GetCpuCount() local
259 if (temp != 0) { in GetCpuCount()
260 printf("%s %d Error : %d\n", __FUNCTION__, __LINE__, temp); in GetCpuCount()
/third_party/ffmpeg/libavcodec/
H A Dttaenc.c113 int32_t value, temp; in tta_encode_frame() local
124 temp = value; in tta_encode_frame()
131 c->predictor = temp; in tta_encode_frame()
H A Dra288.c180 float temp[MAX_BACKWARD_FILTER_ORDER+1]; in backward_filter() local
182 do_hybrid_window(ractx, order, n, non_rec, temp, hist, rec, window); in backward_filter()
184 if (!compute_lpc_coefs(temp, order, lpc, 0, 1, 1)) in backward_filter()
/third_party/cups-filters/cupsfilters/
H A Dimage-png.c119 int temp = -1; in _cupsImageReadPNG() local
126 temp = _cupsImageReadEXIF(img, fp); in _cupsImageReadPNG()
132 if (temp != 1 && (xppm = png_get_x_pixels_per_meter(pp, info)) != 0 && in _cupsImageReadPNG()
/third_party/gptfdisk/
H A Dsupport.cc274 unsigned int temp; in StrToHex() local
277 sscanf(input.substr(position, 2).c_str(), "%x", &temp); in StrToHex()
278 retval = (unsigned char) temp; in StrToHex()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNumberingSystem.java269 UResourceBundle temp; in getAvailableNames()
275 temp = it.next(); in getAvailableNames()
276 nsName = temp.getKey(); in getAvailableNames()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DBreakTransliterator.java108 int[] temp = new int[boundaries.length * 2]; in handleTransliterate()
109 System.arraycopy(boundaries, 0, temp, 0, boundaries.length); in handleTransliterate()
110 boundaries = temp; in handleTransliterate()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_ByteArrayBCD.java155 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN); in readBigIntegerToBcd()
157 bcd[i] = temp[1].byteValue(); in readBigIntegerToBcd()
158 n = temp[0]; in readBigIntegerToBcd()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBreakTransliterator.java109 int[] temp = new int[boundaries.length * 2]; in handleTransliterate()
110 System.arraycopy(boundaries, 0, temp, 0, boundaries.length); in handleTransliterate()
111 boundaries = temp; in handleTransliterate()
H A DNumberingSystem.java258 UResourceBundle temp; in getAvailableNames()
264 temp = it.next(); in getAvailableNames()
265 nsName = temp.getKey(); in getAvailableNames()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_ByteArrayBCD.java158 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN); in readBigIntegerToBcd()
160 bcd[i] = temp[1].byteValue(); in readBigIntegerToBcd()
161 n = temp[0]; in readBigIntegerToBcd()
/third_party/icu/icu4c/source/i18n/
H A Dgender.cpp122 GenderInfo* temp = (GenderInfo*) uhash_get(gGenderInfoCache, key); in getInstance() local
123 if (temp) { in getInstance()
124 result = temp; in getInstance()
/third_party/lzma/C/Util/Lzma/
H A DLzmaUtil.c49 unsigned char temp[tempSize]; unsigned i = 0; \
50 while (val >= 10) { temp[i++] = (unsigned char)('0' + (unsigned)(val % 10)); val /= 10; } \
52 while (i != 0) { i--; *s++ = (charType)temp[i]; } \
/third_party/node/deps/icu-small/source/i18n/
H A Dgender.cpp127 GenderInfo* temp = (GenderInfo*) uhash_get(gGenderInfoCache, key); in getInstance() local
128 if (temp) { in getInstance()
129 result = temp; in getInstance()
/third_party/protobuf/benchmarks/python/
H A Dpy_benchmark.py90 temp = message_class()
91 temp.ParseFromString(one_payload)
92 message_list.append(temp)
/third_party/python/Lib/
H A Dpipes.py216 (fd, temp) = tempfile.mkstemp()
218 garbage.append(temp)
219 list[i-1][-1] = list[i][0] = temp
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dvalidity.py194 temp = str(self)
195 n = min(len(temp), n)
196 self.parts = [temp[:-n]]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzer_replayer_test.cpp229 // float temp = data[i];
231 // data[j] = temp;
1624 protobufs::Fact temp;
1625 *temp.mutable_constant_uniform_fact() = fact;
1626 *facts->mutable_fact()->Add() = temp;
/third_party/skia/third_party/externals/spirv-tools/test/link/
H A Dlinker_fixture.h97 re2::StringPiece temp(templateBody); in ExpandAndLink()
100 if (!RE2::FindAndConsume(&temp, "{")) return SPV_ERROR_INVALID_TEXT; in ExpandAndLink()
101 while (RE2::FindAndConsume(&temp, "([,}])", &x) && x[0] == ',') cnt++; in ExpandAndLink()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzer_replayer_test.cpp229 // float temp = data[i];
231 // data[j] = temp;
1624 protobufs::Fact temp;
1625 *temp.mutable_constant_uniform_fact() = fact;
1626 *facts->mutable_fact()->Add() = temp;

Completed in 17 milliseconds

1...<<71727374757677787980>>...168