Home
last modified time | relevance | path

Searched refs:temp0 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/
H A Dmipi_tx_hi35xx.c210 unsigned char temp0; in MipiTxDrvGetPhyClkPrepare() local
219 temp1 = temp0; in MipiTxDrvGetPhyClkPrepare()
226 if (temp0 > 0) { in MipiTxDrvGetPhyClkPrepare()
227 *clkPrepare = temp0 - 1; in MipiTxDrvGetPhyClkPrepare()
234 *clkPrepare = temp0; in MipiTxDrvGetPhyClkPrepare()
243 unsigned char temp0; in MipiTxDrvGetPhyDataPrepare() local
252 if (temp0 > 0) { in MipiTxDrvGetPhyDataPrepare()
253 temp1 = temp0; in MipiTxDrvGetPhyDataPrepare()
261 if (temp0 > 0) { in MipiTxDrvGetPhyDataPrepare()
268 if (temp0 > 0) { in MipiTxDrvGetPhyDataPrepare()
[all …]
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp234 int16_t temp0 = 0; in DrawWuLine() local
310 if (temp0 < MAX_LINE_WIDTH) { in DrawWuLine()
311 edge0 = endPoints0[temp0++]; in DrawWuLine()
408 if (temp0 < MAX_LINE_WIDTH) { in DrawWuLine()
409 edge0 = endPoints0[temp0++]; in DrawWuLine()
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs1_test.cpp97 EmergencyCall temp0 = { "499", "460", EccType::TYPE_CATEGORY, SimpresentType::TYPE_NO_CARD, variable
109 eccVec.push_back(temp0);