Home
last modified time | relevance | path

Searched refs:temp (Results 501 - 525 of 4520) sorted by relevance

1...<<21222324252627282930>>...181

/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Datomic-llsc.h37 unsigned long temp; \
45 : "=&z" (temp) \
49 return temp; \
55 unsigned long res, temp; \
64 : "=&z" (temp), "=&r" (res) \
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Datomic-llsc.h37 unsigned long temp; \
45 : "=&z" (temp) \
49 return temp; \
55 unsigned long res, temp; \
64 : "=&z" (temp), "=&r" (res) \
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.bat17 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
19 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
20 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
21 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
/third_party/mesa3d/src/util/
H A Dmemstream.c39 char *temp = mem->temp; in u_memstream_open() local
40 UINT uResult = GetTempFileName(path, "MEMSTREAM", 0, temp); in u_memstream_open()
42 FILE *f = fopen(temp, "w+b"); in u_memstream_open()
79 remove(mem->temp); in u_memstream_close()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v8.c396 uint32_t temp; in kgd_hqd_destroy() local
432 temp = RREG32(mmCP_HQD_IQ_TIMER); in kgd_hqd_destroy()
433 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, PROCESSING_IQ)) { in kgd_hqd_destroy()
437 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, ACTIVE)) { in kgd_hqd_destroy()
438 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, RETRY_TYPE) in kgd_hqd_destroy()
445 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, WAIT_TIME) in kgd_hqd_destroy()
461 temp = RREG32(mmCP_HQD_DEQUEUE_REQUEST); in kgd_hqd_destroy()
462 if (!(temp & CP_HQD_DEQUEUE_REQUEST__IQ_REQ_PEND_MASK)) in kgd_hqd_destroy()
480 temp = RREG32(mmCP_HQD_ACTIVE); in kgd_hqd_destroy()
481 if (!(temp in kgd_hqd_destroy()
500 uint32_t temp; kgd_hqd_sdma_destroy() local
[all...]
H A Damdgpu_amdkfd_gfx_v7.c364 uint32_t temp; in kgd_hqd_destroy() local
397 temp = RREG32(mmCP_HQD_IQ_TIMER); in kgd_hqd_destroy()
398 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, PROCESSING_IQ)) { in kgd_hqd_destroy()
402 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, ACTIVE)) { in kgd_hqd_destroy()
403 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, RETRY_TYPE) in kgd_hqd_destroy()
410 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, WAIT_TIME) in kgd_hqd_destroy()
426 temp = RREG32(mmCP_HQD_DEQUEUE_REQUEST); in kgd_hqd_destroy()
427 if (!(temp & CP_HQD_DEQUEUE_REQUEST__IQ_REQ_PEND_MASK)) in kgd_hqd_destroy()
445 temp = RREG32(mmCP_HQD_ACTIVE); in kgd_hqd_destroy()
446 if (!(temp in kgd_hqd_destroy()
465 uint32_t temp; kgd_hqd_sdma_destroy() local
[all...]
/third_party/toybox/toys/pending/
H A Dmodprobe.c89 struct arg_list *temp = *head; in llist_popme() local
91 if (temp) { in llist_popme()
92 data = temp->arg; in llist_popme()
93 *head = temp->next; in llist_popme()
94 free(temp); in llist_popme()
140 struct arg_list *temp; in get_mod() local
146 for (temp = TT.dbase[hash]; temp; temp = temp in get_mod()
241 struct arg_list *temp; config_action() local
[all...]
/kernel/linux/linux-6.6/drivers/thermal/samsung/
H A Dexynos_tmu.c197 u8 temp);
199 u8 temp, u8 hyst);
203 void (*tmu_set_emulation)(struct exynos_tmu_data *data, int temp);
211 static int temp_to_code(struct exynos_tmu_data *data, u8 temp) in temp_to_code() argument
214 return temp + data->temp_error1 - EXYNOS_FIRST_POINT_TRIM; in temp_to_code()
216 return (temp - EXYNOS_FIRST_POINT_TRIM) * in temp_to_code()
264 int ret = 0, temp; in exynos_tmu_initialize() local
266 ret = thermal_zone_get_crit_temp(tzd, &temp); in exynos_tmu_initialize()
351 int trip_id, u8 temp) in exynos4210_tmu_set_trip_temp()
366 temp in exynos4210_tmu_set_trip_temp()
350 exynos4210_tmu_set_trip_temp(struct exynos_tmu_data *data, int trip_id, u8 temp) exynos4210_tmu_set_trip_temp() argument
371 exynos4210_tmu_set_trip_hyst(struct exynos_tmu_data *data, int trip, u8 temp, u8 hyst) exynos4210_tmu_set_trip_hyst() argument
383 exynos4412_tmu_set_trip_temp(struct exynos_tmu_data *data, int trip, u8 temp) exynos4412_tmu_set_trip_temp() argument
400 exynos4412_tmu_set_trip_hyst(struct exynos_tmu_data *data, int trip, u8 temp, u8 hyst) exynos4412_tmu_set_trip_hyst() argument
439 exynos5433_tmu_set_trip_temp(struct exynos_tmu_data *data, int trip, u8 temp) exynos5433_tmu_set_trip_temp() argument
459 exynos5433_tmu_set_trip_hyst(struct exynos_tmu_data *data, int trip, u8 temp, u8 hyst) exynos5433_tmu_set_trip_hyst() argument
512 exynos7_tmu_set_trip_temp(struct exynos_tmu_data *data, int trip, u8 temp) exynos7_tmu_set_trip_temp() argument
527 exynos7_tmu_set_trip_hyst(struct exynos_tmu_data *data, int trip, u8 temp, u8 hyst) exynos7_tmu_set_trip_hyst() argument
646 exynos_get_temp(struct thermal_zone_device *tz, int *temp) exynos_get_temp() argument
676 get_emul_con_reg(struct exynos_tmu_data *data, unsigned int val, int temp) get_emul_con_reg() argument
704 exynos4412_tmu_set_emulation(struct exynos_tmu_data *data, int temp) exynos4412_tmu_set_emulation() argument
724 exynos_tmu_set_emulation(struct thermal_zone_device *tz, int temp) exynos_tmu_set_emulation() argument
746 exynos_tmu_set_emulation(struct thermal_zone_device *tz, int temp) exynos_tmu_set_emulation() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp210 UnicodeString temp;
211 lrmsg(temp, message, lhs, rhs);
214 logln(temp);
216 errln(temp);
227 UnicodeString temp; in confirmEqual() local
228 lrmsg(temp, message, lhs, rhs); in confirmEqual()
231 logln(temp); in confirmEqual()
233 errln(temp); in confirmEqual()
244 UnicodeString temp; in confirmEqual() local
245 lrmsg(temp, messag in confirmEqual()
261 UnicodeString temp; confirmEqual() local
278 UnicodeString temp = message; confirmStringsEqual() local
295 UnicodeString temp; confirmIdentical() local
572 UnicodeString temp; global() variable
1233 UnicodeString temp; global() variable
1313 UnicodeString temp; testCoverage() local
1332 UnicodeString temp; testCoverage() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/86xx/
H A Dcommon.c28 unsigned int temp; in mpc86xx_time_init() local
34 temp = mfspr(SPRN_HID0); in mpc86xx_time_init()
35 temp |= HID0_TBEN; in mpc86xx_time_init()
36 mtspr(SPRN_HID0, temp); in mpc86xx_time_init()
/third_party/musl/src/misc/
H A Dgetdomainname.c9 struct utsname temp; in getdomainname() local
10 uname(&temp); in getdomainname()
11 if (!len || strlen(temp.domainname) >= len) { in getdomainname()
15 strcpy(name, temp.domainname); in getdomainname()
/third_party/toybox/toys/posix/
H A Drmdir.c26 char *temp; in do_rmdir() local
39 if (!(temp = strrchr(name, '/'))) return; in do_rmdir()
40 *temp = 0; in do_rmdir()
41 } while (!temp[1]); in do_rmdir()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Di5k_amb.c147 unsigned long temp; in store_amb_min() local
148 int ret = kstrtoul(buf, 10, &temp); in store_amb_min()
152 temp = temp / 500; in store_amb_min()
153 if (temp > 255) in store_amb_min()
154 temp = 255; in store_amb_min()
156 amb_write_byte(data, amb_reg_temp_min(attr->index), temp); in store_amb_min()
167 unsigned long temp; in store_amb_mid() local
168 int ret = kstrtoul(buf, 10, &temp); in store_amb_mid()
172 temp in store_amb_mid()
187 unsigned long temp; store_amb_max() local
[all...]
H A Dadm1029.c106 s8 temp[ARRAY_SIZE(ADM1029_REG_TEMP)]; member
130 data->temp[nr] = in adm1029_update_device()
164 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[attr->index])); in temp_show()
248 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp, 0);
249 static SENSOR_DEVICE_ATTR_RO(temp2_input, temp, 1);
250 static SENSOR_DEVICE_ATTR_RO(temp3_input, temp, 2);
252 static SENSOR_DEVICE_ATTR_RO(temp1_max, temp, 3);
253 static SENSOR_DEVICE_ATTR_RO(temp2_max, temp, 4);
254 static SENSOR_DEVICE_ATTR_RO(temp3_max, temp, 5);
256 static SENSOR_DEVICE_ATTR_RO(temp1_min, temp,
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c221 u32 temp; in oaktrail_crtc_dpms() local
242 temp = REG_READ_WITH_AUX(map->dpll, i); in oaktrail_crtc_dpms()
243 if ((temp & DPLL_VCO_ENABLE) == 0) { in oaktrail_crtc_dpms()
244 REG_WRITE_WITH_AUX(map->dpll, temp, i); in oaktrail_crtc_dpms()
249 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
254 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
261 temp = REG_READ_WITH_AUX(map->conf, i); in oaktrail_crtc_dpms()
262 if ((temp & PIPEACONF_ENABLE) == 0) { in oaktrail_crtc_dpms()
264 temp | PIPEACONF_ENABLE, i); in oaktrail_crtc_dpms()
268 temp in oaktrail_crtc_dpms()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c224 u32 temp; in oaktrail_crtc_dpms() local
245 temp = REG_READ_WITH_AUX(map->dpll, i); in oaktrail_crtc_dpms()
246 if ((temp & DPLL_VCO_ENABLE) == 0) { in oaktrail_crtc_dpms()
247 REG_WRITE_WITH_AUX(map->dpll, temp, i); in oaktrail_crtc_dpms()
252 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
257 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
264 temp = REG_READ_WITH_AUX(map->conf, i); in oaktrail_crtc_dpms()
265 if ((temp & PIPEACONF_ENABLE) == 0) { in oaktrail_crtc_dpms()
267 temp | PIPEACONF_ENABLE, i); in oaktrail_crtc_dpms()
271 temp in oaktrail_crtc_dpms()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Di5k_amb.c147 unsigned long temp; in store_amb_min() local
148 int ret = kstrtoul(buf, 10, &temp); in store_amb_min()
152 temp = temp / 500; in store_amb_min()
153 if (temp > 255) in store_amb_min()
154 temp = 255; in store_amb_min()
156 amb_write_byte(data, amb_reg_temp_min(attr->index), temp); in store_amb_min()
167 unsigned long temp; in store_amb_mid() local
168 int ret = kstrtoul(buf, 10, &temp); in store_amb_mid()
172 temp in store_amb_mid()
187 unsigned long temp; store_amb_max() local
[all...]
H A Dadm1029.c106 s8 temp[ARRAY_SIZE(ADM1029_REG_TEMP)]; member
130 data->temp[nr] = in adm1029_update_device()
164 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[attr->index])); in temp_show()
248 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp, 0);
249 static SENSOR_DEVICE_ATTR_RO(temp2_input, temp, 1);
250 static SENSOR_DEVICE_ATTR_RO(temp3_input, temp, 2);
252 static SENSOR_DEVICE_ATTR_RO(temp1_max, temp, 3);
253 static SENSOR_DEVICE_ATTR_RO(temp2_max, temp, 4);
254 static SENSOR_DEVICE_ATTR_RO(temp3_max, temp, 5);
256 static SENSOR_DEVICE_ATTR_RO(temp1_min, temp,
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_huesaturation.c188 float temp[4][4]; in matrix_multiply() local
192 temp[y][x] = b[y][0] * a[0][x] in matrix_multiply()
201 c[y][x] = temp[y][x]; in matrix_multiply()
207 float temp[4][4]; in colorscale_matrix() local
209 temp[0][0] = r; temp[0][1] = 0.f; temp[0][2] = 0.f; temp[0][3] = 0.f; in colorscale_matrix()
210 temp[1][0] = 0.f; temp[ in colorscale_matrix()
[all...]
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c55 struct timespec temp; in timespec_diff_us() local
57 temp.tv_sec = end.tv_sec - start.tv_sec - 1; in timespec_diff_us()
58 temp.tv_nsec = 1000000000 + end.tv_nsec - start.tv_nsec; in timespec_diff_us()
60 temp.tv_sec = end.tv_sec - start.tv_sec; in timespec_diff_us()
61 temp.tv_nsec = end.tv_nsec - start.tv_nsec; in timespec_diff_us()
63 return (temp.tv_sec * 1000000) + (temp.tv_nsec / 1000); in timespec_diff_us()
78 char *temp; in fill_string_with_spaces() local
84 temp = malloc(sizeof(char) * (n+1)); in fill_string_with_spaces()
88 snprintf(temp, in fill_string_with_spaces()
[all...]
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dci_hdrc_tegra.c176 u32 saved_usbintr, temp; in tegra_usb_internal_port_reset() local
190 temp = ehci_readl(ehci, portsc_reg); in tegra_usb_internal_port_reset()
191 temp |= PORT_RESET; in tegra_usb_internal_port_reset()
192 ehci_writel(ehci, temp, portsc_reg); in tegra_usb_internal_port_reset()
194 temp &= ~PORT_RESET; in tegra_usb_internal_port_reset()
195 ehci_writel(ehci, temp, portsc_reg); in tegra_usb_internal_port_reset()
206 temp = ehci_readl(ehci, portsc_reg); in tegra_usb_internal_port_reset()
207 } while (!(temp & PORT_PE) && tries--); in tegra_usb_internal_port_reset()
208 if (temp & PORT_PE) in tegra_usb_internal_port_reset()
218 if (temp in tegra_usb_internal_port_reset()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c179 int status, temp; in get_trip_temp() local
196 temp = (out >> (trip * QRK_DTS_SHIFT_TP)) & QRK_DTS_MASK_TP_THRES; in get_trip_temp()
197 temp -= QRK_DTS_TEMP_BASE; in get_trip_temp()
199 return temp; in get_trip_temp()
203 int trip, int temp) in update_trip_temp()
227 if (temp > QRK_DTS_SAFE_TP_THRES) in update_trip_temp()
228 temp = QRK_DTS_SAFE_TP_THRES; in update_trip_temp()
236 temp_out = temp + QRK_DTS_TEMP_BASE; in update_trip_temp()
251 int temp) in sys_set_trip_temp()
253 return update_trip_temp(thermal_zone_device_priv(tzd), trip, temp); in sys_set_trip_temp()
202 update_trip_temp(struct soc_sensor_entry *aux_entry, int trip, int temp) update_trip_temp() argument
250 sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, int temp) sys_set_trip_temp() argument
256 sys_get_curr_temp(struct thermal_zone_device *tzd, int *temp) sys_get_curr_temp() argument
[all...]
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device_pci.c136 static int sys_get_curr_temp(struct thermal_zone_device *tzd, int *temp) in sys_get_curr_temp() argument
142 *temp = (unsigned long)_temp * 1000; in sys_get_curr_temp()
147 static int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, int temp) in sys_set_trip_temp() argument
152 if (temp <= 0) { in sys_set_trip_temp()
161 _temp = tjmax - (temp / 1000); in sys_set_trip_temp()
168 pci_info->stored_thres = temp; in sys_set_trip_temp()
175 int temp, tjmax; in get_trip_temp() local
177 proc_thermal_mmio_read(pci_info, PROC_THERMAL_MMIO_THRES_0, &temp); in get_trip_temp()
178 if (!temp) in get_trip_temp()
182 temp in get_trip_temp()
[all...]
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c55 struct timespec temp; in timespec_diff_us() local
57 temp.tv_sec = end.tv_sec - start.tv_sec - 1; in timespec_diff_us()
58 temp.tv_nsec = 1000000000 + end.tv_nsec - start.tv_nsec; in timespec_diff_us()
60 temp.tv_sec = end.tv_sec - start.tv_sec; in timespec_diff_us()
61 temp.tv_nsec = end.tv_nsec - start.tv_nsec; in timespec_diff_us()
63 return (temp.tv_sec * 1000000) + (temp.tv_nsec / 1000); in timespec_diff_us()
78 char *temp; in fill_string_with_spaces() local
84 temp = malloc(sizeof(char) * (n+1)); in fill_string_with_spaces()
88 snprintf(temp, in fill_string_with_spaces()
[all...]
/kernel/linux/linux-6.6/tools/thermal/thermal-engine/
H A Dthermal-engine.c43 INFO("trip id=%d, type=%d, temp=%d, hyst=%d\n", in show_trip()
44 tt->id, tt->type, tt->temp, tt->hyst); in show_trip()
53 INFO("temperature: %d\n", tz->temp); in show_temp()
114 static int trip_high(int tz_id, int trip_id, int temp, void *arg) in trip_high() argument
120 tz_id, tz->name, trip_id, temp); in trip_high()
125 static int trip_low(int tz_id, int trip_id, int temp, void *arg) in trip_low() argument
131 tz_id, tz->name, trip_id, temp); in trip_low()
136 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add() argument
138 INFO("Trip point added %d: id=%d, type=%d, temp=%d, hyst=%d\n", in trip_add()
139 tz_id, trip_id, type, temp, hys in trip_add()
151 trip_change(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) trip_change() argument
[all...]

Completed in 15 milliseconds

1...<<21222324252627282930>>...181