Home
last modified time | relevance | path

Searched refs:temp (Results 26 - 50 of 4441) sorted by relevance

12345678910>>...178

/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dtest_func64.c35 extern FILE *temp;
46 temp = stderr; in test_func1()
64 fprintf(temp, "INFO: Call to fn() at %s\n", path_name); in test_func1()
68 fprintf(temp, "ERROR: Too many paths traversed\n"); in test_func1()
79 temp = stderr; in test_func3()
81 fprintf(temp, "INFO: Call to fn() at %s\n", path_name); in test_func3()
85 fprintf(temp, "ERROR: Too many paths traversed\n"); in test_func3()
91 fprintf(temp, in test_func3()
118 temp = stderr; in test_func5()
128 fprintf(temp, "ERRO in test_func5()
[all...]
H A Dtest.c37 extern FILE *temp;
51 temp = stderr; in test1A()
53 fprintf(temp, "TEST: nftw() succeeds\n"); in test1A()
68 fprintf(temp, "TEST: Whole tree traversed\n"); in test1A()
72 fprintf(temp, "ERROR: Count of objects visited incorrect\n"); in test1A()
73 fprintf(temp, " Expected %d, Received %d\n", ngoods, in test1A()
92 fprintf(temp, "ERROR: Unexpected visit to %s\n", in test1A()
111 temp = stderr; in test2A()
113 fprintf(temp, in test2A()
131 fprintf(temp, in test2A()
[all...]
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_main_statemachine.cpp38 MainSmStateTable temp; in NetworkShareMainStateMachine() local
39 temp.event_ = EVENT_IFACE_SM_STATE_ACTIVE; in NetworkShareMainStateMachine()
40 temp.curState_ = MAINSTATE_INIT; in NetworkShareMainStateMachine()
41 temp.func_ = &NetworkShareMainStateMachine::HandleInitInterfaceStateActive; in NetworkShareMainStateMachine()
42 temp.nextState_ = MAINSTATE_ALIVE; in NetworkShareMainStateMachine()
43 stateTable_.push_back(temp); in NetworkShareMainStateMachine()
45 temp.event_ = EVENT_IFACE_SM_STATE_INACTIVE; in NetworkShareMainStateMachine()
46 temp.curState_ = MAINSTATE_INIT; in NetworkShareMainStateMachine()
47 temp.func_ = &NetworkShareMainStateMachine::HandleInitInterfaceStateInactive; in NetworkShareMainStateMachine()
48 temp in NetworkShareMainStateMachine()
203 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); HandleInitInterfaceStateActive() local
222 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); HandleAliveInterfaceStateActive() local
256 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); EraseSharedSubSM() local
297 const MessageUpstreamInfo &temp = std::any_cast<const MessageUpstreamInfo &>(messageObj); HandleAliveUpstreamMonitorCallback() local
323 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); HandleErrorInterfaceStateInactive() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xy_coord.cpp49 dng_xy_coord temp = coord; in XYtoXYZ() local
55 temp.x = Pin_real64 (0.000001, temp.x, 0.999999); in XYtoXYZ()
56 temp.y = Pin_real64 (0.000001, temp.y, 0.999999); in XYtoXYZ()
58 if (temp.x + temp.y > 0.999999) in XYtoXYZ()
60 real64 scale = 0.999999 / (temp.x + temp.y); in XYtoXYZ()
61 temp in XYtoXYZ()
[all...]
/third_party/ltp/testcases/misc/math/atof/
H A Datof01.c60 FILE *temp; variable
76 setup(); /* temp file is now open */ in main()
86 fprintf(temp, "output conversion incorrect."); in main()
87 fprintf(temp, "%*.*f = '%s'", i, j, pi, buf); in main()
92 fprintf(temp, "\tnumin('%s') failed\n", buf); in main()
97 fprintf(temp, "\tcompare fails, %f vs %f\n", in main()
99 fprintf(temp, "\terr value is %f\n", x); in main()
114 fprintf(temp, "\tsprintf small # failed\n"); in main()
115 fprintf(temp, "\t printed '%s', expected 1.0\n", buf); in main()
128 fprintf(temp, "\tnumi in main()
[all...]
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_hwmon.c55 struct thermal_hwmon_temp *temp in temp_input_show() local
58 struct thermal_zone_device *tz = temp->tz; in temp_input_show()
73 struct thermal_hwmon_temp *temp in temp_crit_show() local
76 struct thermal_zone_device *tz = temp->tz; in temp_crit_show()
113 struct thermal_hwmon_temp *temp; in thermal_hwmon_lookup_temp() local
116 list_for_each_entry(temp, &hwmon->tz_list, hwmon_node) in thermal_hwmon_lookup_temp()
117 if (temp->tz == tz) { in thermal_hwmon_lookup_temp()
119 return temp; in thermal_hwmon_lookup_temp()
128 int temp; in thermal_zone_crit_temp_valid() local
129 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
135 struct thermal_hwmon_temp *temp; thermal_add_hwmon_sysfs() local
219 struct thermal_hwmon_temp *temp; thermal_remove_hwmon_sysfs() local
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_hwmon.c56 struct thermal_hwmon_temp *temp in temp_input_show() local
59 struct thermal_zone_device *tz = temp->tz; in temp_input_show()
74 struct thermal_hwmon_temp *temp in temp_crit_show() local
77 struct thermal_zone_device *tz = temp->tz; in temp_crit_show()
122 struct thermal_hwmon_temp *temp; in thermal_hwmon_lookup_temp() local
125 list_for_each_entry(temp, &hwmon->tz_list, hwmon_node) in thermal_hwmon_lookup_temp()
126 if (temp->tz == tz) { in thermal_hwmon_lookup_temp()
128 return temp; in thermal_hwmon_lookup_temp()
137 int temp; in thermal_zone_crit_temp_valid() local
138 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
144 struct thermal_hwmon_temp *temp; thermal_add_hwmon_sysfs() local
227 struct thermal_hwmon_temp *temp; thermal_remove_hwmon_sysfs() local
[all...]
/third_party/lzma/C/
H A DSort.c8 #define HeapSortDown(p, k, size, temp) \
13 if (temp >= p[s]) break; \
15 } p[k] = temp; }
26 UInt32 temp = p[i]; in HeapSort() local
28 HeapSortDown(p, k, size, temp) in HeapSort()
36 UInt32 temp = p[size]; in HeapSort()
38 HeapSortDown(p, k, size, temp) in HeapSort()
44 UInt32 temp = p[size]; in HeapSort() local
48 HeapSortDown(p, k, size, temp) in HeapSort()
51 UInt32 temp in HeapSort() local
72 UInt64 temp = p[i]; HeapSort64() local
90 UInt64 temp = p[size]; HeapSort64() local
97 UInt64 temp = p[size]; HeapSort64() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c32 s32 temp; in dsi_dphy_timing_calc_clk_zero() local
35 temp = 300 * coeff - ((timing->clk_prepare >> 1) + 1) * 2 * ui; in dsi_dphy_timing_calc_clk_zero()
36 tmin = S_DIV_ROUND_UP(temp, ui) - 2; in dsi_dphy_timing_calc_clk_zero()
46 temp = (timing->hs_rqst + timing->clk_prepare + clk_z) & 0x7; in dsi_dphy_timing_calc_clk_zero()
47 timing->clk_zero = clk_z + 8 - temp; in dsi_dphy_timing_calc_clk_zero()
62 s32 temp; in msm_dsi_dphy_timing_calc() local
74 temp = lpx / ui; in msm_dsi_dphy_timing_calc()
75 if (temp & 0x1) in msm_dsi_dphy_timing_calc()
76 timing->hs_rqst = temp; in msm_dsi_dphy_timing_calc()
78 timing->hs_rqst = max_t(s32, 0, temp in msm_dsi_dphy_timing_calc()
161 s32 temp; msm_dsi_dphy_timing_calc_v2() local
276 s32 temp; msm_dsi_dphy_timing_calc_v3() local
387 s32 temp; msm_dsi_dphy_timing_calc_v4() local
477 s32 temp; msm_dsi_cphy_timing_calc_v4() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-dbg.c377 unsigned temp; in qh_lines() local
398 temp = scnprintf(next, size, in qh_lines()
412 size -= temp; in qh_lines()
413 next += temp; in qh_lines()
446 temp = scnprintf(next, size, in qh_lines()
455 size -= temp; in qh_lines()
456 next += temp; in qh_lines()
457 if (temp == size) in qh_lines()
461 temp = scnprintf(next, size, "\n"); in qh_lines()
462 size -= temp; in qh_lines()
475 unsigned temp, size; fill_async_buffer() local
515 unsigned temp, size; fill_bandwidth_buffer() local
599 unsigned temp = 0; output_buf_tds_dir() local
627 unsigned temp, size, seen_count; fill_periodic_buffer() local
760 unsigned temp, size, i; fill_registers_buffer() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-dbg.c377 unsigned temp; in qh_lines() local
398 temp = scnprintf(next, size, in qh_lines()
412 size -= temp; in qh_lines()
413 next += temp; in qh_lines()
446 temp = scnprintf(next, size, in qh_lines()
455 size -= temp; in qh_lines()
456 next += temp; in qh_lines()
457 if (temp == size) in qh_lines()
461 temp = scnprintf(next, size, "\n"); in qh_lines()
462 size -= temp; in qh_lines()
475 unsigned temp, size; fill_async_buffer() local
515 unsigned temp, size; fill_bandwidth_buffer() local
599 unsigned temp = 0; output_buf_tds_dir() local
627 unsigned temp, size, seen_count; fill_periodic_buffer() local
760 unsigned temp, size, i; fill_registers_buffer() local
[all...]
H A Dehci-hub.c150 u32 temp; in ehci_adjust_port_wakeup_flags() local
168 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
169 ehci_writel(ehci, temp & ~HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags()
200 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
201 ehci_writel(ehci, temp | HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags()
379 u32 temp; in ehci_bus_resume() local
429 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_bus_resume()
430 if ((temp & PORT_PE) && in ehci_bus_resume()
431 !(temp & (PORT_SUSPEND | PORT_RESUME))) { in ehci_bus_resume()
432 ehci_dbg(ehci, "Port status(0x%x) is wrong\n", temp); in ehci_bus_resume()
621 u32 temp, status; ehci_hub_status_data() local
703 u16 temp; ehci_hub_descriptor() local
743 u32 temp, temp1, status; ehci_hub_control() local
1211 u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS; ehci_port_power() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dfaanidct.c50 static inline void p8idct(int16_t data[64], FLOAT temp[64], uint8_t *dest, in p8idct() argument
59 s17= temp[1*x + i] + temp[7*x + i]; in p8idct()
60 d17= temp[1*x + i] - temp[7*x + i]; in p8idct()
61 s53= temp[5*x + i] + temp[3*x + i]; in p8idct()
62 d53= temp[5*x + i] - temp[3*x + i]; in p8idct()
74 s26 = temp[ in p8idct()
128 FLOAT temp[64]; ff_faanidct() local
142 FLOAT temp[64]; ff_faanidct_add() local
156 FLOAT temp[64]; ff_faanidct_put() local
[all...]
H A Dg723_1enc.c143 int i, scale, temp; in comp_autocorr() local
153 temp = ff_dot_product(vector, vector, LPC_FRAME); in comp_autocorr()
156 temp += temp >> 10; in comp_autocorr()
159 scale = ff_g723_1_normalize_bits(temp, 31); in comp_autocorr()
160 autocorr[0] = av_clipl_int32((int64_t) (temp << scale) + in comp_autocorr()
168 temp = ff_dot_product(vector, vector + i, LPC_FRAME - i); in comp_autocorr()
169 temp = MULL2((temp << scale), binomial_window[i - 1]); in comp_autocorr()
170 autocorr[i] = av_clipl_int32((int64_t) temp in comp_autocorr()
187 int i, j, temp; levinson_durbin() local
251 int64_t temp; lpc2lsp() local
475 int diff, temp; estimate_pitch() local
617 int64_t temp = hf->gain * src[i - hf->index] << 1; harmonic_filter() local
626 int64_t temp = hf->gain * src[i - hf->index] << 1; harmonic_noise_sub() local
655 int64_t temp = 0; synth_percept_filter() local
702 int64_t temp; acb_search() local
807 int64_t temp = buf[i] << 14; sub_acb_contrib() local
833 int64_t temp; get_fcb_param() local
1046 int i, temp; pack_bitstream() local
[all...]
/kernel/linux/linux-5.10/lib/xz/
H A Dxz_dec_stream.c129 } temp; member
152 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller
153 * must have set s->temp.pos to indicate how much data we are supposed
154 * to copy into s->temp.buf. Return true once s->temp.pos has reached
155 * s->temp.size.
160 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp()
162 memcpy(s->temp.buf + s->temp in fill_temp()
[all...]
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_dec_stream.c129 } temp; member
152 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller
153 * must have set s->temp.pos to indicate how much data we are supposed
154 * to copy into s->temp.buf. Return true once s->temp.pos has reached
155 * s->temp.size.
160 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp()
162 memcpy(s->temp.buf + s->temp in fill_temp()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c30 s32 temp; in dsi_dphy_timing_calc_clk_zero() local
33 temp = 300 * coeff - ((timing->clk_prepare >> 1) + 1) * 2 * ui; in dsi_dphy_timing_calc_clk_zero()
34 tmin = S_DIV_ROUND_UP(temp, ui) - 2; in dsi_dphy_timing_calc_clk_zero()
44 temp = (timing->hs_rqst + timing->clk_prepare + clk_z) & 0x7; in dsi_dphy_timing_calc_clk_zero()
45 timing->clk_zero = clk_z + 8 - temp; in dsi_dphy_timing_calc_clk_zero()
60 s32 temp; in msm_dsi_dphy_timing_calc() local
72 temp = lpx / ui; in msm_dsi_dphy_timing_calc()
73 if (temp & 0x1) in msm_dsi_dphy_timing_calc()
74 timing->hs_rqst = temp; in msm_dsi_dphy_timing_calc()
76 timing->hs_rqst = max_t(s32, 0, temp in msm_dsi_dphy_timing_calc()
159 s32 temp; msm_dsi_dphy_timing_calc_v2() local
274 s32 temp; msm_dsi_dphy_timing_calc_v3() local
383 s32 temp; msm_dsi_dphy_timing_calc_v4() local
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-ali15x3.c124 unsigned char temp; in ali15x3_setup() local
137 pci_read_config_byte(ALI15X3_dev, SMBATPC, &temp); in ali15x3_setup()
138 if (temp & ALI15X3_LOCK) { in ali15x3_setup()
139 temp &= ~ALI15X3_LOCK; in ali15x3_setup()
140 pci_write_config_byte(ALI15X3_dev, SMBATPC, temp); in ali15x3_setup()
185 pci_read_config_byte(ALI15X3_dev, SMBCOM, &temp); in ali15x3_setup()
186 if ((temp & 1) == 0) { in ali15x3_setup()
188 pci_write_config_byte(ALI15X3_dev, SMBCOM, temp | 0x01); in ali15x3_setup()
192 pci_read_config_byte(ALI15X3_dev, SMBHSTCFG, &temp); in ali15x3_setup()
193 if ((temp in ali15x3_setup()
221 int temp; ali15x3_transaction() local
337 int temp; ali15x3_access() local
[all...]
H A Di2c-imx-lpi2c.c120 unsigned int temp; in lpi2c_imx_bus_busy() local
123 temp = readl(lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_bus_busy()
126 if (temp & MSR_ALF) { in lpi2c_imx_bus_busy()
127 writel(temp, lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_bus_busy()
131 if (temp & (MSR_BBF | MSR_MBF)) in lpi2c_imx_bus_busy()
166 unsigned int temp; in lpi2c_imx_start() local
168 temp = readl(lpi2c_imx->base + LPI2C_MCR); in lpi2c_imx_start()
169 temp |= MCR_RRF | MCR_RTF; in lpi2c_imx_start()
170 writel(temp, lpi2c_imx->base + LPI2C_MCR); in lpi2c_imx_start()
173 temp in lpi2c_imx_start()
182 unsigned int temp; lpi2c_imx_stop() local
206 unsigned int temp; lpi2c_imx_config() local
259 unsigned int temp; lpi2c_imx_master_enable() local
289 u32 temp; lpi2c_imx_master_disable() local
341 unsigned int temp, remaining; lpi2c_imx_set_rx_watermark() local
377 unsigned int temp, data; lpi2c_imx_read_rxfifo() local
432 unsigned int temp; lpi2c_imx_read() local
449 unsigned int temp; lpi2c_imx_xfer() local
508 unsigned int temp; lpi2c_imx_isr() local
548 unsigned int temp; lpi2c_imx_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-ali15x3.c124 unsigned char temp; in ali15x3_setup() local
137 pci_read_config_byte(ALI15X3_dev, SMBATPC, &temp); in ali15x3_setup()
138 if (temp & ALI15X3_LOCK) { in ali15x3_setup()
139 temp &= ~ALI15X3_LOCK; in ali15x3_setup()
140 pci_write_config_byte(ALI15X3_dev, SMBATPC, temp); in ali15x3_setup()
186 pci_read_config_byte(ALI15X3_dev, SMBCOM, &temp); in ali15x3_setup()
187 if ((temp & 1) == 0) { in ali15x3_setup()
189 pci_write_config_byte(ALI15X3_dev, SMBCOM, temp | 0x01); in ali15x3_setup()
193 pci_read_config_byte(ALI15X3_dev, SMBHSTCFG, &temp); in ali15x3_setup()
194 if ((temp in ali15x3_setup()
222 int temp; ali15x3_transaction() local
338 int temp; ali15x3_access() local
[all...]
H A Di2c-imx-lpi2c.c120 unsigned int temp; in lpi2c_imx_bus_busy() local
123 temp = readl(lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_bus_busy()
126 if (temp & MSR_ALF) { in lpi2c_imx_bus_busy()
127 writel(temp, lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_bus_busy()
131 if (temp & (MSR_BBF | MSR_MBF)) in lpi2c_imx_bus_busy()
166 unsigned int temp; in lpi2c_imx_start() local
168 temp = readl(lpi2c_imx->base + LPI2C_MCR); in lpi2c_imx_start()
169 temp |= MCR_RRF | MCR_RTF; in lpi2c_imx_start()
170 writel(temp, lpi2c_imx->base + LPI2C_MCR); in lpi2c_imx_start()
173 temp in lpi2c_imx_start()
182 unsigned int temp; lpi2c_imx_stop() local
206 unsigned int temp; lpi2c_imx_config() local
262 unsigned int temp; lpi2c_imx_master_enable() local
292 u32 temp; lpi2c_imx_master_disable() local
344 unsigned int temp, remaining; lpi2c_imx_set_rx_watermark() local
380 unsigned int temp, data; lpi2c_imx_read_rxfifo() local
435 unsigned int temp; lpi2c_imx_read() local
452 unsigned int temp; lpi2c_imx_xfer() local
511 unsigned int temp; lpi2c_imx_isr() local
549 unsigned int temp; lpi2c_imx_probe() local
[all...]
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c248 uint32_t temp; in xhci_reset_command_queue_locked() local
252 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked()
253 if (temp & XHCI_CRCR_LO_CRR) { in xhci_reset_command_queue_locked()
255 temp &= ~(XHCI_CRCR_LO_CS | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked()
264 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS); in xhci_reset_command_queue_locked()
267 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked()
274 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked()
275 if (temp & XHCI_CRCR_LO_CRR) { in xhci_reset_command_queue_locked()
312 uint32_t temp; in xhci_start_controller() local
328 temp in xhci_start_controller()
466 uint32_t temp; xhci_halt_controller() local
496 uint32_t temp = 0; xhci_reset_controller() local
523 uint32_t temp; xhci_init() local
861 uint32_t temp; xhci_check_transfer() local
1042 uint32_t temp; xhci_interrupt_poll() local
1130 uint32_t temp; xhci_do_command() local
1271 uint32_t temp; xhci_cmd_enable_slot() local
1296 uint32_t temp; xhci_cmd_disable_slot() local
1315 uint32_t temp; xhci_cmd_set_address() local
1341 uint32_t temp; xhci_set_address() local
1464 uint32_t temp; xhci_cmd_configure_ep() local
1486 uint32_t temp; xhci_cmd_evaluate_ctx() local
1504 uint32_t temp; xhci_cmd_reset_ep() local
1527 uint32_t temp; xhci_cmd_set_tr_dequeue_ptr() local
1549 uint32_t temp; xhci_cmd_stop_ep() local
1571 uint32_t temp; xhci_cmd_reset_dev() local
1592 uint32_t temp; xhci_interrupt() local
1664 xhci_setup_generic_chain_sub(struct xhci_std_temp *temp) xhci_setup_generic_chain_sub() argument
1968 struct xhci_std_temp temp; xhci_setup_generic_chain() local
2242 uint32_t temp; xhci_configure_mask() local
2303 uint32_t temp; xhci_configure_endpoint() local
2464 uint64_t temp; xhci_configure_endpoint_by_xfer() local
2502 uint32_t temp; xhci_configure_device() local
4005 uint8_t temp; xhci_device_init() local
[all...]
/third_party/ffmpeg/libavutil/tests/
H A Daes.c51 uint8_t temp[32]; in main() local
63 av_aes_crypt(b, temp, rct[i], 1, NULL, 1); in main()
65 if (rpt[i][j] != temp[j]) { in main()
67 j, rpt[i][j], temp[j]); in main()
98 av_aes_crypt(ae, temp, pt, 2, iv[0], 0); in main()
101 temp[0], temp[5], temp[10], temp[15]); in main()
102 av_aes_crypt(ad, temp, tem in main()
[all...]
/third_party/jerryscript/jerry-libm/
H A Datanh.c57 double_accessor temp; in atanh() local
58 temp.dbl = x; in atanh()
59 hx = temp.as_int.hi; in atanh()
63 if ((ix | ((unsigned int) (temp.as_int.lo | (-temp.as_int.lo)) >> 31)) > 0x3ff00000) in atanh()
77 temp.as_int.hi = ix; in atanh()
81 t = temp.dbl + temp.dbl; in atanh()
82 t = 0.5 * log1p (t + t * temp.dbl / (one - temp in atanh()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dadt7470.c151 s8 temp[ADT7470_TEMP_COUNT]; member
221 /* Delay is 200ms * number of temp sensors. */ in adt7470_read_temperatures()
245 data->temp[i] = i2c_smbus_read_byte_data(client, in adt7470_read_temperatures()
247 if (data->temp[i]) in adt7470_read_temperatures()
309 data->temp[i] = i2c_smbus_read_byte_data(client, in adt7470_update_device()
406 long temp; in auto_update_interval_store() local
408 if (kstrtol(buf, 10, &temp)) in auto_update_interval_store()
411 temp = clamp_val(temp, 0, 60000); in auto_update_interval_store()
414 data->auto_update_interval = temp; in auto_update_interval_store()
433 long temp; num_temp_sensors_store() local
464 long temp; temp_min_store() local
496 long temp; temp_max_store() local
571 long temp; fan_max_store() local
607 long temp; fan_min_store() local
649 long temp; force_pwm_max_store() local
682 long temp; pwm_store() local
776 long temp; pwm_max_store() local
807 long temp; pwm_min_store() local
847 long temp; pwm_tmin_store() local
881 long temp; pwm_auto_store() local
939 long temp; pwm_auto_temp_store() local
[all...]

Completed in 18 milliseconds

12345678910>>...178