/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | alpha-agp.c | 89 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 D | hp03.c | 44 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 D | peer.c | 169 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 D | ratelimiter.c | 59 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 D | process_process_test.cpp | 57 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 D | utils.cpp | 258 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 D | ttaenc.c | 113 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 D | ra288.c | 180 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 D | image-png.c | 119 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 D | support.cc | 274 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 D | NumberingSystem.java | 269 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 D | BreakTransliterator.java | 108 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 D | DecimalQuantity_ByteArrayBCD.java | 155 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 D | BreakTransliterator.java | 109 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 D | NumberingSystem.java | 258 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 D | DecimalQuantity_ByteArrayBCD.java | 158 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 D | gender.cpp | 122 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 D | LzmaUtil.c | 49 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 D | gender.cpp | 127 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 D | py_benchmark.py | 90 temp = message_class() 91 temp.ParseFromString(one_payload) 92 message_list.append(temp)
|
/third_party/python/Lib/ |
H A D | pipes.py | 216 (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 D | validity.py | 194 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 D | fuzzer_replayer_test.cpp | 229 // 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 D | linker_fixture.h | 97 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 D | fuzzer_replayer_test.cpp | 229 // 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;
|