Home
last modified time | relevance | path

Searched refs:temp (Results 1276 - 1300 of 4433) sorted by relevance

1...<<51525354555657585960>>...178

/kernel/uniproton/src/net/lwip-2.1/enhancement/src/
H A Dlwip_ifaddrs.c53 struct ifaddrs *temp = NULL; in OsIfaddrsAddTail() local
61 for (temp = *ifap; temp->ifa_next != NULL; temp = temp->ifa_next) { in OsIfaddrsAddTail()
65 temp->ifa_next = ifaddr; in OsIfaddrsAddTail()
/third_party/ffmpeg/libavfilter/
H A Dvf_mcdeint.c206 int temp = filp[0]; in filter_frame() local
246 temp -= (diff0 + diff1 - FFABS(FFABS(diff0) - FFABS(diff1)) / 2) / 2;
248 temp -= (diff0 + diff1 + FFABS(FFABS(diff0) - FFABS(diff1)) / 2) / 2;
249 *filp = *dstp = temp > 255U ? ~(temp>>31) : temp;
H A Dvf_swaprect.c41 uint8_t *temp; member
179 memcpy(s->temp, src, pw[p] * s->pixsteps[p]); in filter_frame()
181 memcpy(dst, s->temp, pw[p] * s->pixsteps[p]); in filter_frame()
205 s->temp = av_malloc_array(inlink->w, s->pixsteps[0]); in config_input()
206 if (!s->temp) in config_input()
215 av_freep(&s->temp); in uninit()
/third_party/ffmpeg/libavutil/
H A Dsoftfloat.h117 int64_t temp = (int64_t)a.mant * (1<<(ONE_BITS+1)); in av_div_sf() local
118 temp /= b.mant; in av_div_sf()
120 a.mant = temp; in av_div_sf()
121 while (a.mant != temp) { in av_div_sf()
122 temp /= 2; in av_div_sf()
124 a.mant = temp; in av_div_sf()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRegexUtilitiesTest.java103 UnicodeSet temp = new UnicodeSet(); in TestUnicodeProperties()
123 temp.applyIntPropertyValue(propNum, valueNum); in TestUnicodeProperties()
124 if (temp.size() == 0) { in TestUnicodeProperties()
129 String shouldMatch = prefix + UTF16.valueOf(temp.charAt(0)) + suffix; in TestUnicodeProperties()
130 temp.complement(); in TestUnicodeProperties()
131 String shouldNotMatch = prefix + UTF16.valueOf(temp.charAt(0)) + suffix; in TestUnicodeProperties()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRegexUtilitiesTest.java108 UnicodeSet temp = new UnicodeSet(); in TestUnicodeProperties()
128 temp.applyIntPropertyValue(propNum, valueNum); in TestUnicodeProperties()
129 if (temp.size() == 0) { in TestUnicodeProperties()
134 String shouldMatch = prefix + UTF16.valueOf(temp.charAt(0)) + suffix; in TestUnicodeProperties()
135 temp.complement(); in TestUnicodeProperties()
136 String shouldNotMatch = prefix + UTF16.valueOf(temp.charAt(0)) + suffix; in TestUnicodeProperties()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DResourceBundlePerf.java135 UResourceBundle temp = icuRes.get(key); in call()
136 int t = temp.getInt(); in call()
224 UResourceBundle temp = icuRes.get(key); in call()
225 int[] iv = temp.getIntVector(); in call()
257 UResourceBundle temp = icuRes.get(key); in call()
258 ByteBuffer got = temp.getBinary(); in call()
/third_party/icu/icu4c/source/common/unicode/
H A Dlocalpointer.h281 T *temp=LocalPointerBase<T>::ptr; variable
283 other.ptr=temp;
456 T *temp=LocalPointerBase<T>::ptr; variable
458 other.ptr=temp;
576 Type *temp=LocalPointerBase<Type>::ptr; \
578 other.ptr=temp; \
/third_party/lzma/CPP/7zip/UI/Console/
H A DHashCon.cpp316 UString temp (_fileName); in SetOperationResult()
317 _so->Normalize_UString(temp); in SetOperationResult()
318 _so->Convert_UString_to_AString(temp, s); in SetOperationResult()
358 AString temp; in PrintSum() local
359 AddSpaces_if_Positive(temp, 6 - (int)h.Name.Len()); in PrintSum()
360 so << temp; in PrintSum() local
/third_party/node/deps/icu-small/source/common/unicode/
H A Dlocalpointer.h281 T *temp=LocalPointerBase<T>::ptr; variable
283 other.ptr=temp;
456 T *temp=LocalPointerBase<T>::ptr; variable
458 other.ptr=temp;
576 Type *temp=LocalPointerBase<Type>::ptr; \
578 other.ptr=temp; \
/third_party/lzma/C/
H A DBcj2.c21 p->temp = 0; in Bcj2Dec_Init()
30 UInt32 v = p->temp; in Bcj2Dec_Decode()
77 p->temp = v; in Bcj2Dec_Decode()
103 p->temp = v; in Bcj2Dec_Decode()
188 p->temp = v; in Bcj2Dec_Decode()
265 p->temp = v; in Bcj2Dec_Decode()
/third_party/node/deps/v8/src/bigint/
H A Ddiv-burnikel.cc126 RWDigits temp = R1; in D3n2n() local
127 Subtract(temp, A1, B1); in D3n2n()
128 temp.Normalize(); in D3n2n()
129 DCHECK(temp.len() <= 1); in D3n2n()
130 if (temp.len() > 0) r1_high = temp[0]; in D3n2n()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dlocalpointer.h281 T *temp=LocalPointerBase<T>::ptr; variable
283 other.ptr=temp;
456 T *temp=LocalPointerBase<T>::ptr; variable
458 other.ptr=temp;
576 Type *temp=LocalPointerBase<Type>::ptr; \
578 other.ptr=temp; \
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_entry_test.cpp474 auto temp = gWrapperHook.isLoad; in HWTEST_F() local
479 gWrapperHook.isLoad = temp; in HWTEST_F()
489 auto temp = gWrapperHook.isLoad; in HWTEST_F() local
494 gWrapperHook.isLoad = temp; in HWTEST_F()
765 auto temp = gWrapperHook.isLoad; in HWTEST_F() local
769 gWrapperHook.isLoad = temp; in HWTEST_F()
780 auto temp = gWrapperHook.isLoad; in HWTEST_F() local
784 gWrapperHook.isLoad = temp; in HWTEST_F()
795 auto temp = gWrapperHook.isLoad; in HWTEST_F() local
799 gWrapperHook.isLoad = temp; in HWTEST_F()
809 auto temp = gWrapperHook.isLoad; HWTEST_F() local
939 auto temp = gWrapperHook.isLoad; HWTEST_F() local
953 auto temp = gWrapperHook.isLoad; HWTEST_F() local
967 auto temp = gWrapperHook.isLoad; HWTEST_F() local
981 auto temp = gWrapperHook.isLoad; HWTEST_F() local
1007 auto temp = gWrapperHook.isLoad; HWTEST_F() local
1021 auto temp = gWrapperHook.isLoad; HWTEST_F() local
1035 auto temp = gWrapperHook.isLoad; HWTEST_F() local
1049 auto temp = gWrapperHook.isLoad; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c353 u32 temp; in dr_controller_run() local
356 temp = USB_INTR_INT_EN | USB_INTR_ERR_INT_EN in dr_controller_run()
360 fsl_writel(temp, &dr_regs->usbintr); in dr_controller_run()
366 temp = fsl_readl(&dr_regs->usbmode); in dr_controller_run()
367 temp |= USB_MODE_CTRL_MODE_DEVICE; in dr_controller_run()
368 fsl_writel(temp, &dr_regs->usbmode); in dr_controller_run()
371 temp = fsl_readl(&dr_regs->usbcmd); in dr_controller_run()
372 temp |= USB_CMD_RUN_STOP; in dr_controller_run()
373 fsl_writel(temp, &dr_regs->usbcmd); in dr_controller_run()
724 u32 temp, bitmas in fsl_queue_td() local
1559 u32 temp; tripwire_handler() local
1794 u32 temp; reset_irq() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c349 u32 temp; in dr_controller_run() local
352 temp = USB_INTR_INT_EN | USB_INTR_ERR_INT_EN in dr_controller_run()
356 fsl_writel(temp, &dr_regs->usbintr); in dr_controller_run()
362 temp = fsl_readl(&dr_regs->usbmode); in dr_controller_run()
363 temp |= USB_MODE_CTRL_MODE_DEVICE; in dr_controller_run()
364 fsl_writel(temp, &dr_regs->usbmode); in dr_controller_run()
367 temp = fsl_readl(&dr_regs->usbcmd); in dr_controller_run()
368 temp |= USB_CMD_RUN_STOP; in dr_controller_run()
369 fsl_writel(temp, &dr_regs->usbcmd); in dr_controller_run()
720 u32 temp, bitmas in fsl_queue_td() local
1558 u32 temp; tripwire_handler() local
1793 u32 temp; reset_irq() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c344 u32 temp, val; in ar9003_hw_dynamic_osdac_selection() local
414 temp = REG_READ(ah, AR_PHY_65NM_CH0_BB3); in ar9003_hw_dynamic_osdac_selection()
415 dc_off_ch0_i1 = (temp >> 26) & 0x1f; in ar9003_hw_dynamic_osdac_selection()
416 dc_off_ch0_q1 = (temp >> 21) & 0x1f; in ar9003_hw_dynamic_osdac_selection()
418 temp = REG_READ(ah, AR_PHY_65NM_CH1_BB3); in ar9003_hw_dynamic_osdac_selection()
419 dc_off_ch1_i1 = (temp >> 26) & 0x1f; in ar9003_hw_dynamic_osdac_selection()
420 dc_off_ch1_q1 = (temp >> 21) & 0x1f; in ar9003_hw_dynamic_osdac_selection()
422 temp = REG_READ(ah, AR_PHY_65NM_CH2_BB3); in ar9003_hw_dynamic_osdac_selection()
423 dc_off_ch2_i1 = (temp >> 26) & 0x1f; in ar9003_hw_dynamic_osdac_selection()
424 dc_off_ch2_q1 = (temp >> 2 in ar9003_hw_dynamic_osdac_selection()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c900 u32 temp; in qlcnic_83xx_alloc_mbx_args() local
922 temp = adapter->ahw->fw_hal_version << 29; in qlcnic_83xx_alloc_mbx_args()
923 mbx->req.arg[0] = (type | (mbx->req.num << 16) | temp); in qlcnic_83xx_alloc_mbx_args()
1147 u32 temp = 0; in qlcnic_83xx_del_rx_ctx() local
1158 qlcnic_pf_set_interface_id_del_rx_ctx(adapter, &temp); in qlcnic_83xx_del_rx_ctx()
1160 cmd.req.arg[1] = recv_ctx->context_id | temp; in qlcnic_83xx_del_rx_ctx()
1300 u32 temp = 0; in qlcnic_83xx_del_tx_ctx() local
1309 qlcnic_pf_set_interface_id_del_tx_ctx(adapter, &temp); in qlcnic_83xx_del_tx_ctx()
1311 cmd.req.arg[1] = tx_ring->ctx_id | temp; in qlcnic_83xx_del_tx_ctx()
1323 u32 *buf, intr_mask, temp in qlcnic_83xx_create_tx_ctx() local
1697 u32 temp; qlcnic_83xx_setup_link_event() local
1730 u32 temp = 0; qlcnic_83xx_nic_set_promisc() local
1836 int temp; qlcnic_extend_lb_idc_cmpltn_wait() local
1982 u32 temp = 0, temp_ip; qlcnic_83xx_config_ipaddr() local
2019 u32 temp, arg1; qlcnic_83xx_config_hw_lro() local
2099 u32 *buf, temp = 0; qlcnic_83xx_sre_macaddr_change() local
2198 u16 temp; qlcnic_83xx_set_rx_intr_coal() local
2225 u16 temp; qlcnic_83xx_set_tx_intr_coal() local
2420 u32 temp; qlcnic_83xx_get_nic_info() local
2502 u32 temp; qlcnic_83xx_get_pci_info() local
2557 u32 val, temp, type; qlcnic_83xx_config_intrpt() local
2898 u32 temp; qlcnic_83xx_flash_bulk_write() local
3022 u32 lock_alive_counter, val, id, i = 0, status = 0, temp = 0; qlcnic_83xx_lock_driver() local
3092 u32 temp; qlcnic_ms_mem_write128() local
3788 u32 temp; qlcnic_83xx_read_flash_status_reg() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c899 u32 temp; in qlcnic_83xx_alloc_mbx_args() local
921 temp = adapter->ahw->fw_hal_version << 29; in qlcnic_83xx_alloc_mbx_args()
922 mbx->req.arg[0] = (type | (mbx->req.num << 16) | temp); in qlcnic_83xx_alloc_mbx_args()
1146 u32 temp = 0; in qlcnic_83xx_del_rx_ctx() local
1157 qlcnic_pf_set_interface_id_del_rx_ctx(adapter, &temp); in qlcnic_83xx_del_rx_ctx()
1159 cmd.req.arg[1] = recv_ctx->context_id | temp; in qlcnic_83xx_del_rx_ctx()
1299 u32 temp = 0; in qlcnic_83xx_del_tx_ctx() local
1308 qlcnic_pf_set_interface_id_del_tx_ctx(adapter, &temp); in qlcnic_83xx_del_tx_ctx()
1310 cmd.req.arg[1] = tx_ring->ctx_id | temp; in qlcnic_83xx_del_tx_ctx()
1322 u32 *buf, intr_mask, temp in qlcnic_83xx_create_tx_ctx() local
1696 u32 temp; qlcnic_83xx_setup_link_event() local
1729 u32 temp = 0; qlcnic_83xx_nic_set_promisc() local
1835 int temp; qlcnic_extend_lb_idc_cmpltn_wait() local
1981 u32 temp = 0, temp_ip; qlcnic_83xx_config_ipaddr() local
2018 u32 temp, arg1; qlcnic_83xx_config_hw_lro() local
2098 u32 *buf, temp = 0; qlcnic_83xx_sre_macaddr_change() local
2197 u16 temp; qlcnic_83xx_set_rx_intr_coal() local
2224 u16 temp; qlcnic_83xx_set_tx_intr_coal() local
2419 u32 temp; qlcnic_83xx_get_nic_info() local
2501 u32 temp; qlcnic_83xx_get_pci_info() local
2556 u32 val, temp, type; qlcnic_83xx_config_intrpt() local
2897 u32 temp; qlcnic_83xx_flash_bulk_write() local
3021 u32 lock_alive_counter, val, id, i = 0, status = 0, temp = 0; qlcnic_83xx_lock_driver() local
3091 u32 temp; qlcnic_ms_mem_write128() local
3787 u32 temp; qlcnic_83xx_read_flash_status_reg() local
[all...]
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dfile_uri_n_exporter.cpp190 std::vector<std::string> temp; in NormalizeUri() local
198 temp.push_back(uri.GetPath().substr(left, pos - left)); in NormalizeUri()
202 temp.push_back(uri.GetPath().substr(left)); in NormalizeUri()
204 size_t tempLen = temp.size(); in NormalizeUri()
207 if (!temp[i].empty() && !(temp[i] == ".") && !(temp[i] == "..")) { in NormalizeUri()
208 normalizeTemp.push_back(temp[i]); in NormalizeUri()
210 if (temp[i] == "..") { in NormalizeUri()
214 normalizeTemp.push_back(temp[ in NormalizeUri()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v10_3.c507 uint32_t temp; in hqd_destroy_v10_3() local
534 temp = RREG32_SOC15(GC, 0, mmCP_HQD_ACTIVE); in hqd_destroy_v10_3()
535 if (!(temp & CP_HQD_ACTIVE__ACTIVE_MASK)) in hqd_destroy_v10_3()
555 uint32_t temp; in hqd_sdma_destroy_v10_3() local
562 temp = RREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_RB_CNTL); in hqd_sdma_destroy_v10_3()
563 temp = temp & ~SDMA0_RLC0_RB_CNTL__RB_ENABLE_MASK; in hqd_sdma_destroy_v10_3()
564 WREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_RB_CNTL, temp); in hqd_sdma_destroy_v10_3()
567 temp = RREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_CONTEXT_STATUS); in hqd_sdma_destroy_v10_3()
568 if (temp in hqd_sdma_destroy_v10_3()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dlistformatter.cpp341 ListFormatInternal* temp = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal() local
342 if (temp != nullptr) { in getListFormatInternal()
344 result = temp; in getListFormatInternal()
589 UnicodeString temp = pattern.getTextWithNoArguments(offsets, 2); in append() local
595 temp.tempSubStringBetween(0, offsets[0]), in append()
599 temp.tempSubStringBetween(offsets[0], offsets[1]), in append()
608 temp.tempSubString(offsets[1]), in append()
617 temp.tempSubStringBetween(offsets[1], offsets[0]), in append()
628 temp.tempSubStringBetween(0, offsets[1]), in append()
632 temp in append()
[all...]
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dfile.c154 char temp[256], eof = 0; in nscookiejar_iterate() local
166 n1 = (int)read(fd, temp + n, sizeof(temp) - (size_t)n); in nscookiejar_iterate()
181 if (temp[m - 1] != '\n') in nscookiejar_iterate()
186 if (temp[0] == '#') in nscookiejar_iterate()
190 e = cb(cache, opaque, r | LCN_EOL, temp, in nscookiejar_iterate()
200 memmove(temp, temp + m, (size_t)(n - m)); in nscookiejar_iterate()
214 if (ignore || (r == LCN_SOL && n && temp[0] == '#')) { in nscookiejar_iterate()
220 temp, (size_ in nscookiejar_iterate()
[all...]
/third_party/libcoap/src/oscore/
H A Doscore_context.c388 coap_bin_const_t *temp; in oscore_update_ctx() local
395 temp = osc_ctx->sender_context->sender_key; in oscore_update_ctx()
402 osc_ctx->sender_context->sender_key = temp; in oscore_update_ctx()
404 coap_delete_bin_const(temp); in oscore_update_ctx()
405 temp = osc_ctx->recipient_chain->recipient_key; in oscore_update_ctx()
412 osc_ctx->recipient_chain->recipient_key = temp; in oscore_update_ctx()
414 coap_delete_bin_const(temp); in oscore_update_ctx()
415 temp = osc_ctx->common_iv; in oscore_update_ctx()
421 osc_ctx->common_iv = temp; in oscore_update_ctx()
423 coap_delete_bin_const(temp); in oscore_update_ctx()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dlistformatter.cpp341 ListFormatInternal* temp = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal() local
342 if (temp != nullptr) { in getListFormatInternal()
344 result = temp; in getListFormatInternal()
582 UnicodeString temp = pattern.getTextWithNoArguments(offsets, 2); in append() local
588 temp.tempSubStringBetween(0, offsets[0]), in append()
592 temp.tempSubStringBetween(offsets[0], offsets[1]), in append()
601 temp.tempSubString(offsets[1]), in append()
610 temp.tempSubStringBetween(offsets[1], offsets[0]), in append()
621 temp.tempSubStringBetween(0, offsets[1]), in append()
625 temp in append()
[all...]

Completed in 29 milliseconds

1...<<51525354555657585960>>...178